feat: add blogs

This commit is contained in:
2025-12-05 18:41:17 +03:30
parent bece9a2171
commit 23767a713a
4 changed files with 151 additions and 5 deletions
+20 -2
View File
@@ -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,
},
];
}