: I have removed some pages from the Google index using webmaster tools but it still shows up in the search results I have removed some pages from the Google index using webmaster tools but
I have removed some pages from the Google index using webmaster tools but it still shows up in the search results. So you have any idea what would be the problem? You can see the screenshots below
More posts by @Lengel546
1 Comments
Sorted by latest first Latest Oldest Best
According to Google's removal guidelines:
URL removal requests expire after 90 days, after which the content may appear in our search results again. To remove a page or image from the index completely, you must do one of the following:
Make sure the content is no longer live on the web. Requests for the page must return an
HTTP 404 (not found) or 410 status code.
Block the content using a robots.txt file.
Block the content using a meta noindex tag.
None of these are true for this page.
Your robots.txt file says:
User-agent: *
Crawl-delay: 20
Allow: /
The page returns a 200 status:
curl -s www.medikalyasam.com/Sabun,LA_1332-2.html --head
HTTP/1.1 200 OK
There is no robots meta tag or HTTP header in the page. (verified with curl -s -D - www.medikalyasam.com/Sabun,LA_1332-2.html | grep -i robot)
You appear to have some JavaScript somewhere such that when a user visits the page with JavaScript enabled, they get sent to www.medikalyasam.com/index.php?do=static/error. I would not advise trying to handle error conditions with JavaScript. Rather your server should be configured to respond with an appropriate error status (such as 404 Not Found) rather than a 200 OK status.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.