Home page seen by Google index as multiple urls
-
sedonagate
-
Topic Author
-
Offline
-
Junior Member
-
Less
More
-
Posts: 23
-
Thank you received: 0
-
-
11 years 6 months ago - 11 years 6 months ago #1102
by sedonagate
Hi Luigi,
The reason why I'm thinking I should try to redirect those 4 links in my example (and any that would duplicate the url of my home page) is because of Google. Ranking in Google is very important to our site, and so far, Google is seeing these links as being duplicate pages of our home page! First, I did figure out how to block these urls in robots.txt, so that is already done. The common pattern I saw was "/?" and I blocked it (without affecting any other important urls) like this:
Disallow: /?*
I don't know why Google would even find or list these urls, but it keeps coming up with more "duplicate pages" like this that don't actually exist. Also, I have to be careful about using canonical methods for the site because that prevents some of the applications I need (like Jevents) from working right (for example, adding events from the front end depends on a redirect to "home.php"). I have only been learning about these issues as I go along, and when I look in Google Webmaster tools, I see they are reporting "duplicate" title tags, and meta descriptions and continually coming up with new ones. Even though they claim Google can tell which page is the main one, they also penalize if a site has duplicate content, and will continue to do so, according to the latest reports.
Thanks for your help!
Last edit: 11 years 6 months ago by sedonagate. Reason: small mistake in text
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 6 months ago #1108
by admin
Ok, now I got it.
The rule to redirect all URLs (like Disallow: /?*) is:
From URL: ^/\?
To URL: http://{siteurl}/
Request only: true (checked)
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
-
sedonagate
-
Topic Author
-
Offline
-
Junior Member
-
Less
More
-
Posts: 23
-
Thank you received: 0
-
-
11 years 6 months ago #1117
by sedonagate
Thank you, Luigi, I appreciate all your help.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
Time to create page: 0.175 seconds