phase 1-2 done
This commit is contained in:
15
next-sitemap.config.js
Normal file
15
next-sitemap.config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
/** @type {import('next-sitemap').IConfig} */
|
||||
module.exports = {
|
||||
siteUrl: "https://biztaghavi.com",
|
||||
generateRobotsTxt: true,
|
||||
generateIndexSitemap: false,
|
||||
changefreq: "weekly",
|
||||
priority: 0.7,
|
||||
exclude: ["/studio/*", "/api/*"],
|
||||
robotsTxtOptions: {
|
||||
policies: [
|
||||
{ userAgent: "*", allow: "/" },
|
||||
{ userAgent: "*", disallow: ["/studio", "/api"] },
|
||||
],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user