Files
WEBtomaste/sitemap.xml
Anto01 d132e945b6 Add SEO optimization
- Add meta tags (keywords, author, robots, canonical)
- Add Open Graph tags for social sharing
- Add Twitter card meta tags
- Add hreflang tags for EN/FR language alternates
- Add Schema.org structured data (JSON-LD)
- Create sitemap.xml
- Create robots.txt
- Add workflow documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 16:21:01 -05:00

21 lines
798 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://atomaste.com/</loc>
<xhtml:link rel="alternate" hreflang="en" href="https://atomaste.com/"/>
<xhtml:link rel="alternate" hreflang="fr" href="https://atomaste.com/fr.html"/>
<lastmod>2026-01-02</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://atomaste.com/fr.html</loc>
<xhtml:link rel="alternate" hreflang="en" href="https://atomaste.com/"/>
<xhtml:link rel="alternate" hreflang="fr" href="https://atomaste.com/fr.html"/>
<lastmod>2026-01-02</lastmod>
<changefreq>monthly</changefreq>
<priority>0.9</priority>
</url>
</urlset>