mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix(seo): add structured data for sitelinks and fix OG image
Replace Organization schema with WebSite schema, add SiteNavigationElement for Documentation/FAQ/GitHub/Contact/Discord. Add BreadcrumbList to FAQ and Contact pages. Remove outdated og-image.svg (source already uses PNG). Update sitemap with lastmod and changefreq.
This commit is contained in:
@@ -2,22 +2,32 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://snapotter.com/</loc>
|
||||
<lastmod>2026-05-16</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://snapotter.com/faq</loc>
|
||||
<priority>0.7</priority>
|
||||
<lastmod>2026-05-16</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://snapotter.com/contact</loc>
|
||||
<lastmod>2026-05-16</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://snapotter.com/privacy</loc>
|
||||
<lastmod>2026-05-16</lastmod>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://snapotter.com/terms</loc>
|
||||
<lastmod>2026-05-16</lastmod>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
|
||||
Reference in New Issue
Block a user