feat: add SEO component and integrate it across multiple pages with localised metadata
This commit is contained in:
+13
-5
@@ -4,7 +4,7 @@
|
||||
<!-- Homepage -->
|
||||
<url>
|
||||
<loc>https://dev-lab.onixbyte.dev/</loc>
|
||||
<lastmod>2024-01-01</lastmod>
|
||||
<lastmod>2026-02-24</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
@@ -12,7 +12,15 @@
|
||||
<!-- JSON Viewer -->
|
||||
<url>
|
||||
<loc>https://dev-lab.onixbyte.dev/json-viewer</loc>
|
||||
<lastmod>2024-01-01</lastmod>
|
||||
<lastmod>2026-02-24</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
|
||||
<!-- JSON Grid -->
|
||||
<url>
|
||||
<loc>https://dev-lab.onixbyte.dev/json-grid</loc>
|
||||
<lastmod>2026-02-24</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
@@ -20,7 +28,7 @@
|
||||
<!-- BMI Calculator -->
|
||||
<url>
|
||||
<loc>https://dev-lab.onixbyte.dev/bmi-calculator</loc>
|
||||
<lastmod>2024-01-01</lastmod>
|
||||
<lastmod>2026-02-24</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
@@ -28,7 +36,7 @@
|
||||
<!-- About -->
|
||||
<url>
|
||||
<loc>https://dev-lab.onixbyte.dev/about</loc>
|
||||
<lastmod>2024-01-01</lastmod>
|
||||
<lastmod>2026-02-24</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
@@ -36,7 +44,7 @@
|
||||
<!-- Contact -->
|
||||
<url>
|
||||
<loc>https://dev-lab.onixbyte.dev/contact</loc>
|
||||
<lastmod>2024-01-01</lastmod>
|
||||
<lastmod>2026-02-24</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
|
||||
Reference in New Issue
Block a user