We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6aec2 commit d8ae577Copy full SHA for d8ae577
jquery-plugins-sitemap.xml
@@ -0,0 +1,21 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3
+ <url>
4
+ <loc>https://example.com/page1</loc>
5
+ <lastmod>2023-11-01</lastmod>
6
+ <changefreq>monthly</changefreq>
7
+ <priority>0.8</priority>
8
+ </url>
9
10
+ <loc>https://example.com/page2</loc>
11
+ <lastmod>2023-11-05</lastmod>
12
+ <changefreq>weekly</changefreq>
13
+ <priority>0.9</priority>
14
15
16
+ <loc>https://example.com/page3</loc>
17
+ <lastmod>2023-11-10</lastmod>
18
+ <changefreq>daily</changefreq>
19
+ <priority>1.0</priority>
20
21
+</urlset>
0 commit comments