All Crawl-error related Questions

every comment box we have link to sign in for user to comment using woocommerce , so i trying to find the link where it come from so i can remove redirect_to link from but did not get any file where i can remove the redirect_to form wp_login.php link , basically i found some issue with google webmaster tool . it have some crawl errors so i want to remove redirect_to from wp_login.php

Read more

google webmaster tool says some 300 crawl error .which is regarding to wp-login.php it says "Googlebot couldn't access the contents of this URL because the server had an internal error when trying to process the request. These errors tend to be with the server itself, not with the request. More info." so i want to solve the login page redirecting issue , so it not redirect when it have https://example.com/wp-login.php give good result . but https://example.com/wp-login.php?redirect_to show redirected status when feach as google . so i think my solution relies in by stooping redirection wp-login.php when it have redirect_to in query string .

Read more