Skip to content

Commit

Permalink
xms
Browse files Browse the repository at this point in the history
  • Loading branch information
SH20RAJ authored Mar 19, 2024
1 parent b42878a commit 8a89659
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 13 deletions.
13 changes: 0 additions & 13 deletions public/sitemap.xml

This file was deleted.

1 change: 1 addition & 0 deletions public/sm.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://dev-art.vercel.app/joycesemma/going-global-how-to-expand-your-business-internationally-keh</loc>
Expand Down
22 changes: 22 additions & 0 deletions src/app/sitemap.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
export default function sitemap() {
return [
{
url: 'https://dev-art.vercel.app/',
lastModified: new Date(),
changeFrequency: 'yearly',
priority: 1,
},
{
url: 'https://dev-art.vercel.app/sh20raj',
lastModified: new Date(),
changeFrequency: 'monthly',
priority: 0.8,
},
{
url: 'https://dev-art.vercel.app/benharper',
lastModified: new Date(),
changeFrequency: 'weekly',
priority: 0.5,
},
]
}

0 comments on commit 8a89659

Please sign in to comment.