Improve SEO

This commit is contained in:
2025-07-17 23:18:50 +03:00
parent 0c938231df
commit 86dc57af01
7 changed files with 129 additions and 1 deletions

8
next-sitemap.config.js Normal file
View 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'],
};