Closed hurrycaner closed 6 years ago
According to sitemaps schema The correct sequence to lastmod is right after loc, not after changefreq:
<xsd:sequence> <xsd:element name="loc" type="tLoc"/> <xsd:element name="lastmod" type="tLastmod" minOccurs="0"/> <xsd:element name="changefreq" type="tChangeFreq" minOccurs="0"/> <xsd:element name="priority" type="tPriority" minOccurs="0"/> <xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="strict"/> </xsd:sequence>
@ikeikeikeike can you help me fixing this?
All thanks.
According to sitemaps schema The correct sequence to lastmod is right after loc, not after changefreq: