Questions tagged [googlebot]

32 questions
-2
votes
1 answer

Googelbot finds my original URI, although I have a working rewrite directive

I have : RewriteRule ^Article/([^/]*)$ /article.php?newsid=$1 [L] Which means that the URL must be //example.com/Article/855563 but Google crawls //example.com/article.php?newsid=855563. Is there anything I can do to prevent this? Or to redirect…
-4
votes
1 answer

How Can I Encourage Google to scan New robots.txt File?

I just updated my robots.txt file on a new site; Google Webmaster Tools reports it read my robots.txt 2 days before my last update. my last robots.txt had a "disallow: all" raw. Is there any way I can encourage Google to re-read my robots.txt as…
1 2
3