How to prevent automatic generation of <link rel="alternate"> and <meta property="og:locale:alternate"> tags? #2786
Unanswered
leopoldkristjansson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to clarify whether I am doing something wrong here - or possibly this is a bug?
This is a simplified version of my
/layouts/default.vue
file.So, the issues I am having are as follows:
addSeoAttributes
tofalse
and I remove the v-for loops inside of<Head>
I still get all the<link rel="alternate">
and<meta property="og:locale:alternate">
tags generated in my<head>
tag? It looks to me as the v-for loops are not in control of anything.addSeoAttributes: 'foobar',
does not make VS Code complain.In short, I am looking for more control over the metadata in the
<head>
and I am not seeing exactly how to go about it.Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions