View Single Post
  #10 (permalink)  
Old 07-25-2008, 01:25 PM
web20guy web20guy is offline
Casual Pligger
 
Join Date: Jun 2007
Location: Colorado
Posts: 62
Thanks: 11
Thanked 0 Times in 0 Posts
Yep, I give it another week and I'm dropping the module...does more harm than good. The re-install/resubmit did not help.

The warning is still the same:

All the URLs in your Sitemap have the same priority.

Here is a snippet from Patchlog:

I think, for sites using cache and the RSS importer or sites that don’t have much traffic or many active users voting all the time it would be a good idea to modify the script like this:
on line 154:
instead of $v=(time()-$link->date)/60;
use $v=(time()-$link->date)/3600;

you should clear the cache if you use it and resubmit the sitemap to google after this modification.
IF you still get warnings just increase the divisor ( 3600 ) until it’s ok
I’m guessing that if you use a cache set for 1 day 3600 should be ok, if not you could go higher

Source

This makes little sense on a site thats over a year old. Votes should have nothing to do with it.
Reply With Quote