Thread: Google Warnings
View Single Post
  #2 ()  
Old 08-19-2008, 11:33 AM
kaus kaus is offline
Members
 
Join Date: Nov 2006
Location: An igloo
Posts: 2,605
Thanks: 20
Thanked 36 Times in 13 Posts
Default

You have them all set to the same priority so when you used the automated sitemap generator there is an option there listing priority...you have it marked as one...unless you changed it yourself after.

Either way your homepage should be listed as 1.0, but when you list the other pages as 1.0 as well you run into problems because your telling google that all of your pages have the same level of importance...which they dont. Go back in and change it. The numbers are to be in decimal value from 0.1 to 1.0...main pages should be higher than your filler pages.

Once that is done resubmit it

Example minus the hyphens the code was being a pain in the ass and wouldnt show without them


<-url->
<-loc.>http://www.myhomepage.com/<-/loc.>

<-priority->1.0<-/priority->

<-lastmod->2008-08-16T04:26:07+00:00<-/lastmod->
<-changefreq->daily<-/changefreq->
<-/url->


<-url->
<-loc->http://www.myhomepage.com/innerpage/<-/loc->

<-priority>0.5<-/priority->

<-lastmod->2008-08-08T04:12:28+00:00<-/lastmod->
<-changefreq->daily<-/changefreq->

Last edited by kaus : 08-19-2008 at 11:42 AM.
Reply With Quote