We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A sitemap for mobile sites needs two things: a different urlset declaration
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0">
and the (empty) tag
<mobile:mobile/>
in each declaration
Example:
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0"> <url> <loc>http://mobile.example.com/article100.html</loc> <mobile:mobile/> </url> </urlset>
See: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=34648
Imported from: http://forge.typo3.org/issues/42141 Author: A.L.Datenverarbeitung
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A sitemap for mobile sites needs two things:
a different urlset declaration
and the (empty) tag
in each declaration
Example:
See: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=34648
Imported from: http://forge.typo3.org/issues/42141
Author: A.L.Datenverarbeitung
The text was updated successfully, but these errors were encountered: