Want to work your way up in SERPs? Get and share ideas on link building, on/off page optimizing, social SEO and more.

How to update Google indexing and page cache dates

PremiumMember
Strick
 
Posts: 21
Joined: 12 Sep 09
Location: United States

How to update Google indexing and page cache dates

Is there any logic to the system that google uses to cache different pages on your web site? I noticed on my sites that all pages are indexed(no problem) but the home page is visited by google more often and subsequently has a more updated cache date. But when I make changes to other pages on my site, it takes a very long time(30 days +) for google to revisit and cache.

Robot source code is the same for all pages and all pages are optimized.

Any solutions to this would be appreciated.

Thanks
 

faradina
 
Posts: 2171
Joined: 01 Jun 09
Location: Philippines

Try the noarchive meta tag. Put it between the <head> and </head> tags

Code: Select all
<meta name="robots" content="noarchive">
 

PremiumMember
Strick
 
Posts: 21
Joined: 12 Sep 09
Location: United States

Thanks. I'll give that a try.