SEO related help in nextjs 13
Answered
Dwarf Crocodile posted this in #help-forum
Dwarf CrocodileOP
How to completely block my website from scanned by google and other search engines.
Answered by joulev
Set the tag in the root layout then it will be present in all pages
3 Replies
@Dwarf Crocodile How to completely block my website from scanned by google and other search engines.
Check out the [robot meta tag](https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag). You can set it in nextjs using the [metadata API](https://nextjs.org/docs/app/api-reference/functions/generate-metadata#robots)
@joulev Check out the [robot meta tag](<https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag>). You can set it in nextjs using the [metadata API](<https://nextjs.org/docs/app/api-reference/functions/generate-metadata#robots>)
Dwarf CrocodileOP
with metadata api i have to block each page right?
i wanna completely block the site so search engines can't fetch.
i wanna completely block the site so search engines can't fetch.
@Dwarf Crocodile with metadata api i have to block each page right?
i wanna completely block the site so search engines can't fetch.
Set the tag in the root layout then it will be present in all pages
Answer