About Google bot on my pages
#-19
Posted 09 December 2011 - 03:46 AM
I noticed that google always search on non-existent pages on my oscommerce, like this:
/product_reviews.php?language=es&cPath=2_21&products_id=12
I just deleted the language ES like 2 months ago, but they KEEP searching on this, this page do not exist, i've only one language, and its PT-BR, and i see they are searching on products id 1-70, but these products have been online for something like 3 days (from the original template) then i deleted, and my real products started on 80 or 90, why google keep searching non-existent pages? i've no links on my webpage to them, and im using ultimate URL and ive uploaded sitemaps with the ultimate url's correctly too.
obs: they search the correctly urls too, but i dont want they looking these wrong urls.
Marco Castellari
#-18
Posted 09 December 2011 - 04:20 AM
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#-17
Posted 09 December 2011 - 05:55 AM
Regards
Jim
Banners Box 2.3.x Support
Categories Accordion Box 2.3.x Support
Categories Images Box 2.2x 2.3.x Support
Closest Shipper 2.2x Support
Document Manager 2.2x Support
Generic Box 2.3.x Support
Get 1 Free 2.2x Support
jQuery Banner Rotator 2.2x 2.3.x Support
Modular Front Page 2.3.x Support
Modular SEO Header Tags 2.3.x Support
MVS 2.2x Support
PDF Datasheet 2.3.x Support
Price Updater 2.2x
Products Specifications 2.2x 2.3.x Development Version Support Bugs/Suggestions
Request a Review 2.2x - 2.3.x Support
Similar Products Box 2.2x
Specials Image Overlay 2.3x Support
Theme Switcher 2.3.x Support
#-16
Posted 09 December 2011 - 10:47 AM
Thanks, but i did this, i think this bot is retarded, other bots dont visit those pages, only visit correctly pages (like microsoft bot)
Jim,
it dont return a 404, i think it only redirect to a other valid page i dont think ive external to those pages, i cant do nothing to help the bot to see the correctly pages? (already uploaded a sitemap)
Regards,
Marco Castellari
#-15
Posted 09 December 2011 - 11:38 AM
I am not that technically minded to be honest with you, I have just joined up to get some much needed help myself lol!
Your question interested me a rang a bell too:
I am a Moderator on a Forum and I have noticed that the Google Bots tend to search obsolete threads (sometimes over 7 years old) a hell of a lot more than any other Bots do. They very rarely search the latest threads and only ever do the moment they are incepted. That is what I have noticed personally.
I can understand your frustration, in an ideal world they would continually pick up links to your new stock as opposed to the stock that you have had for longer.
A good trick is to just edit the item/link in question in order to incorporate the new product, thereby allowing the Bots to pick up on the link and make amendments. That is what the Forum Administrator does from time to time, particularly in the For Sale Section, but I am not sure if that's the way it works in regards to online shopping etc.
My advice is to let it get on with it, it's definitely not retarded....
Now, I guess it's time for me to post up some questions so see you around I hope!
#-14
Posted 09 December 2011 - 12:56 PM
You can check it here: https://github.com/acidvertigo/oscommerce2/commit/6e8dd30d8c8f21ba0d8fc5eafcbbf157a462920a
#-13
Posted 09 December 2011 - 02:10 PM
I think its not the case for me, i don think i can edit the URLS one per one, but really thanks for the tip.
Thanks Luca,
I'll try this, hope this can help me.
Edited by makeholer, 09 December 2011 - 02:13 PM.
#-12
Posted 09 December 2011 - 02:38 PM
makeholer, on 09 December 2011 - 10:47 AM, said:
You could modify your .htaccess file to '404' any URI with "language=es" in it, if Luca's pointer doesn't work out for you.
RewriteEngine On
RewriteCond %{REQUEST_URI} language=es [NC]
RewriteRule . /language_es_does_not_exist [L]
That might work (or something close to it -- I don't have my references at hand).
#-11
Posted 09 December 2011 - 03:37 PM
I really dont know if this lot of "redirect pages" can help me in any way to rank my website on google, or if with this lot of pages google can think ive lot of equal pages and then give me a bad position, do u know about that?
#-10
Posted 10 December 2011 - 03:48 AM
#-9
Posted 10 December 2011 - 10:44 PM
In my case the bad links Google keeps trying to find are the product pages without the category name in the URL. The new URLs have the category name but the old did not. I really wish Google would stop looking for them and telling me there are problems.
Remember, Google ranks pages, not sites. I don't know that having indexed links that return a 404 error effect ranking. I haven't seen anything to make me think it would.
#-8
Posted 10 December 2011 - 11:27 PM
On the other hand, it doesn't seem to hurt the site's ranking.
Regards
Jim
Banners Box 2.3.x Support
Categories Accordion Box 2.3.x Support
Categories Images Box 2.2x 2.3.x Support
Closest Shipper 2.2x Support
Document Manager 2.2x Support
Generic Box 2.3.x Support
Get 1 Free 2.2x Support
jQuery Banner Rotator 2.2x 2.3.x Support
Modular Front Page 2.3.x Support
Modular SEO Header Tags 2.3.x Support
MVS 2.2x Support
PDF Datasheet 2.3.x Support
Price Updater 2.2x
Products Specifications 2.2x 2.3.x Development Version Support Bugs/Suggestions
Request a Review 2.2x - 2.3.x Support
Similar Products Box 2.2x
Specials Image Overlay 2.3x Support
Theme Switcher 2.3.x Support
#-7
Posted 01 May 2012 - 04:39 PM
From what I understand from reading it, even if Google is trying to index pages connected with a language that has been removed, language=de for example, there is nothing that can be done, ie set up a 301 redirect back to the home page for all pages containing language=de
Also, I dont think it is connected to old pages. de has not been a language on my site for donkeys years yet you can still see in the logs Google trying to open newly added categories in german
I would prefer not to have thousands of 404s on the account so is there a 301 option?
#-6
Posted 02 May 2012 - 03:14 PM
RewriteEngine On
RewriteCond %{REQUEST_URI} language=de [NC]
RewriteRule . /index.php [R=301,L]









