Forum Moderators: open

Message Too Old, No Replies

Googlebot visit pages that not exist

googlebot is indexing pages that we dont have links

         

ivanff

9:52 pm on Aug 29, 2006 (gmt 0)

10+ Year Member



The structure of my site is like: from www.somedomain.com/toyota/1 to www.somedomain.com/toyota/30

But it is now indexing pages like www.somedomain.com/toyota/111190

This doesnt appear at the website or sitemap.

I use modrewrite to these urls.

Thanks.

[edited by: volatilegx at 1:47 am (utc) on Aug. 30, 2006]
[edit reason]
[1][edit reason] <br>[1][edit reason] examplified URLs [/edit]
[/edit][/1] [/edit][/1]

Quadrille

9:12 pm on Aug 30, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



First check your internal navigation (xenu is your friend).

"Ghost" pages sometimes occur as a result of faulty links - if there's a link to apage, Google sometimes assumes the page must be there.

Second, if you use a dynamic system, check your settings. Some content management systems vomit multiple URLs, which can utterly negate any SEO measures, and scar your site for life.

ivanff

11:23 am on Sep 2, 2006 (gmt 0)

10+ Year Member



I used Xenu (is great) and dont find anything like this

I simply used modrewrite and a query to mysql.

The modrewrite is:

Options +FollowSymLinks
RewriteEngine on
RewriteRule cars/(.*)/(.*)/$ cars.php?thematic=$1&page=$2
RewriteRule cars/(.*)/$ cars.php?page=$1