How can I use meta canonical url (next 14) in case of static page
Unanswered
Transvaal lion posted this in #help-forum
Transvaal lionOP
I set up meta in layout file:
But now every page has root as a canonical. I would like to have current location instead of root.
If i entered
alternates: {
canonical: '/',
},But now every page has root as a canonical. I would like to have current location instead of root.
If i entered
domain.com/root I'm expecting to see this url as meta canonical. Any ideas?