Excluding SEO from an entire route via _layout page? #890
Unanswered
epitaphmike
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems like one can include SEO at the
_layout
route page, but doesn't seem like it can be excluded.For example. If I add
export const handle: SEOHandle = { getSitemapEntries: () => null, }
on a
_layout
under /admin+, all the pages under /admin/* still show up on the sitemap.Beta Was this translation helpful? Give feedback.
All reactions