feat(frontend): add per-language SEO metadata, JSON-LD, robots.txt, and sitemap
Part of the Ombrora Convert redesign (Task 4/5).
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://convert.ombrora.com/fr/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://convert.ombrora.com/en/</loc>
|
||||
</url>
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user