Skip to content

Commit d8ae577

Browse files
authored
Create jquery-plugins-sitemap.xml
1 parent 7e6aec2 commit d8ae577

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

jquery-plugins-sitemap.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
<url>
10+
<loc>https://example.com/page2</loc>
11+
<lastmod>2023-11-05</lastmod>
12+
<changefreq>weekly</changefreq>
13+
<priority>0.9</priority>
14+
</url>
15+
<url>
16+
<loc>https://example.com/page3</loc>
17+
<lastmod>2023-11-10</lastmod>
18+
<changefreq>daily</changefreq>
19+
<priority>1.0</priority>
20+
</url>
21+
</urlset>

0 commit comments

Comments
 (0)