Skip to content

Commit

Permalink
Create jquery-plugins-sitemap.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeHimBlog authored Nov 29, 2023
1 parent 7e6aec2 commit d8ae577
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions jquery-plugins-sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://example.com/page1</loc>
<lastmod>2023-11-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://example.com/page2</loc>
<lastmod>2023-11-05</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://example.com/page3</loc>
<lastmod>2023-11-10</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
</urlset>

0 comments on commit d8ae577

Please sign in to comment.