I used ror sitemap 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.
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.
Comment