seo
Some checks failed
Build & Deploy MB Grid Solutions / build-and-deploy (push) Failing after 7s

This commit is contained in:
2026-01-29 01:08:32 +01:00
parent 510e1d5332
commit 0e0f25e476
9 changed files with 901 additions and 698 deletions

11
app/robots.ts Normal file
View File

@@ -0,0 +1,11 @@
import { MetadataRoute } from 'next';
export default function robots(): MetadataRoute.Robots {
return {
rules: {
userAgent: '*',
allow: '/',
},
sitemap: 'https://www.mb-grid-solutions.com/sitemap.xml',
};
}