โดนข้อหา Missing XML tag ครับพี่น้อง???
Missing XML tag
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.
อะไรยังไงละนั้น ทำมาเป็นชาติ ไม่เคย Error อาการนี้
