Jump to content

How to fix Not Found Crawl errors from G.Analytics?


SpyrosT

Recommended Posts

I don't really understand why you want google to index your authentication.php page ?!!
Have you configured your robots.txt file properly. You MUST do this first if you want google to index your pages properly.
Use the 'allow' and 'disallow' commands to tell the web bots which parts of your site they should spider.

Link to comment
Share on other sites

I know that I have to configure my robots. For the moment is set to "allow all".
Iam looking to find a list of which pages must be set to disallow.

But I need to fix the duplication problem also.
Has anyone found the solution????

Link to comment
Share on other sites

I'm almost certain that by implementing the following into your robots.txt that should solve the problem as the google bots are spidering files within your directory that contain duplicate static and dynamic content.



# Directories
Disallow: /classes/
Disallow: /config/
Disallow: /download/
Disallow: /mails/
Disallow: /modules/
Disallow: /themes/
Disallow: /translations/
Disallow: /tools/

# Files
Disallow: /addresses.php
Disallow: /address.php
Disallow: /authentication.php
Disallow: /cart.php
Disallow: /discount.php
Disallow: /footer.php
Disallow: /get-file.php
Disallow: /header.php
Disallow: /history.php
Disallow: /identity.php
Disallow: /images.inc.php
Disallow: /init.php
Disallow: /my-account.php
Disallow: /order.php
Disallow: /order-slip.php
Disallow: /order-detail.php
Disallow: /order-follow.php
Disallow: /order-return.php
Disallow: /order-confirmation.php
Disallow: /pagination.php
Disallow: /pdf-invoice.php
Disallow: /pdf-order-return.php
Disallow: /pdf-order-slip.php
Disallow: /product-sort.php
Disallow: /search.php
Disallow: /statistics.php
Disallow: /zoom.php

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...