How to update Google indexing and page cache dates
-
Strick - Posts: 21
- Joined: 12 Sep 09
- Location: United States
11 Mar 10 12:09 pm
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
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
11 Mar 10 12:17 pm
Try the noarchive meta tag. Put it between the <head> and </head> tags
- Code: Select all
<meta name="robots" content="noarchive">
-
Strick - Posts: 21
- Joined: 12 Sep 09
- Location: United States
