Jump to content

Google Crawling Disabled Languages


manouki8

Recommended Posts

Hello all, I keep getting an 'Increase in not found errors' message in my webmaster tools and when I look at the information it shows all the errors are from different language versions of my site that are not available.
I am using Prestashop 1.5.4.1 for my online store and only have two languages (English, Spanish) enabled. However Google tries to crawl the Italian, Dutch, French, German version of my site and it causes an error because those languages are not enabled. How do I go about fixing this issue? I want to block Google from searching languages that do not exist. Attached is the error page I am seeing.


Here is the message I receive from Google:


Google detected a significant increase in the number of URLs that return a 404 (Page Not Found) error. Investigating these errors and fixing them where appropriate ensures that Google can successfully crawl your site's pages.

post-671470-0-70076400-1378936702_thumb.jpg

Link to comment
Share on other sites

You need to edit your robots.txt file

You need to edit your robots.txt file

For disabling Google from crawling the URLs that you have mention above and

Disallow: /*id=

Use the above function with language initials to disallow the language crawling. For example to disable French (use fr)

Disallow: /*fr/

Link to comment
Share on other sites

You need to edit your robots.txt file

You need to edit your robots.txt file

For disabling Google from crawling the URLs that you have mention above and

Disallow: /*id=

Use the above function with language initials to disallow the language crawling. For example to disable French (use fr)

Disallow: /*fr/

Thanks for the reply I'll give it a try.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...