mirror of
https://gitlab.com/foxixus/neomovies.git
synced 2025-10-27 17:38:50 +05:00
Improve SEO
This commit is contained in:
8
next-sitemap.config.js
Normal file
8
next-sitemap.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/** @type {import('next-sitemap').IConfig} */
|
||||
module.exports = {
|
||||
siteUrl: 'https://neomovies.ru',
|
||||
generateRobotsTxt: true, // создает robots.txt
|
||||
sitemapSize: 7000,
|
||||
// игнорируем служебные пути
|
||||
exclude: ['/admin', '/auth'],
|
||||
};
|
||||
Reference in New Issue
Block a user