Remove empty google-site-verification
· Updated on
1 minute read
src/routes/+layout.svelte:27 emits <meta name="google-site-verification" content=""> on every page. An empty value does nothing for Search Console and adds noise
to the head.
Tasks
- Either remove the tag, or make it conditional on a real verification
string (e.g.
PROJECT_GOOGLE_VERIFICATIONin$lib)
Read next
