Does someone know a way to request Google to re-crawl a website? If possible, this shouldn't last months. My site is showing an old title in Google's search results. How can I show it with the correct title and description?
相关问题
- should rel-canonical also include protocol (http/h
- Fetch as Google Webmaster tools
- Will dynamically generated content via Javascript
- How to get JavaScript object in JavaScript code?
- When will my site's CSS affect my search engin
相关文章
- Scrapy - Select specific link based on text
- Dynamic robots.txt
- When does Googlebot execute javascript?
- Importing URLs for JSOUP to Scrape via Spreadsheet
- Preventing my PHP Web Crawler from Stalling
- Scrapy - Crawl and Scrape a website
- Pretty Paths in Rails
- Is this Anti-Scraping technique viable with Robots
Google says that it is unable to control when your site is re-crawled. Regardless, you could also check this post on "forcing rewcrawls", I haven't tried it myself but it's worth a shot if you're desperate.
On another note, I might add that you make sure you have a sitemap.xml up as this will also help with SEO.
Nowadays, the revisiting of a website pretty much depends on its popularity, authority and how often its content changes. Having a
sitemap.xml
containing all URLs is always better. You can also set thelastmod
tag of each URL entries. If you don't abuse it, crawlers will take it into account.There are two options. The first (and better) one is using the Fetch as Google option in Webmaster Tools that Mike Flynn commented about. Here are detailed instructions:
With the option above, as long as every page can be reached from some link on the initial page or a page that it links to, Google should recrawl the whole thing. If you want to explicitly tell it a list of pages to crawl on the domain, you can follow the directions to submit a sitemap.
Your second (and generally slower) option is, as seanbreeden pointed out, submitting here: http://www.google.com/addurl/
The usual way is to either resubmit your site in your Google Webmaster Tools or submit it here: http://www.google.com/addurl/
As far I know, if you resubmit a sitemap it will trigger and crawler of your site.