Thread: Google Guide
View Single Post
  #19  
Old 08-08-2007, 04:39 PM
tyson's Avatar
tyson tyson is offline
First Sergeant
 
Join Date: Jul 2007
Posts: 79
Default Re: Errors from ror sitemap

I used ror sitemat to create a sitemap, submited it to goolge and I get this message from goolge



A tag is an XML element. For instance, in the following snippet, <loc> is a tag.
<url> <loc>http://www.example.com/</loc> <lastmod>2005-01-01</lastmod> <changefreq>monthly</changefreq> <priority>0.8</priority> </url>
You might see this error if your Sitemap file is missing a required tag. For instance, in the following snippet, the <loc> tag is missing, and would trigger this error. <url> <lastmod>2005-01-01</lastmod> <changefreq>monthly</changefreq> <priority>0.8</priority> </url>Note the line number listed and see the protocol document for information on required tags. Once you have fixed your Sitemap, resubmit it.


Should I be concerned about this error, use a different sitemapper, fix it? I don't really understand how to fix it.


http://www.tysoneducationalsystems.com/
__________________
tyson

http://www.tysoneducationalsystems.com/
Reply With Quote