feat: add blogs
This commit is contained in:
+20
-2
@@ -1,7 +1,7 @@
|
||||
// app/sitemap.js
|
||||
export default function sitemap() {
|
||||
const baseUrl = 'https://aramland.approagency.ir/';
|
||||
|
||||
const baseUrl = 'https://aaramland.ir/';
|
||||
|
||||
return [
|
||||
{
|
||||
url: baseUrl,
|
||||
@@ -15,6 +15,24 @@ export default function sitemap() {
|
||||
changeFrequency: 'weekly',
|
||||
priority: 0.9,
|
||||
},
|
||||
{
|
||||
url: `${baseUrl}blog/tmryn-tnfsy-bry-khhsh-strs.html`,
|
||||
lastModified: new Date(),
|
||||
changeFrequency: 'weekly',
|
||||
priority: 0.8,
|
||||
},
|
||||
{
|
||||
url: `${baseUrl}blog/mdytyshn-chyh.html`,
|
||||
lastModified: new Date(),
|
||||
changeFrequency: 'weekly',
|
||||
priority: 0.7,
|
||||
},
|
||||
{
|
||||
url: `${baseUrl}blog/khls-shdn-z-strs-b-arm-lnd.html`,
|
||||
lastModified: new Date(),
|
||||
changeFrequency: 'weekly',
|
||||
priority: 0.6,
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user