You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tags that are set in DefaultSeo are present in the HTML code of the page given by the server.
Tags that are not set in DefaultSeo are not present in the HTML code of the page given by the server (when viewed with Ctrl+U in the browser, they are not present), but are rendered by the browser (you can see them in the browser's DevTools).
For example, if I comment out the line in next-seo.config.ts
canonical: BASE_URL,
then the canonical tag will be missing from the HTML code of the page sent by the server.
The text was updated successfully, but these errors were encountered:
Nextjs 14.0.4 application uses Pages Router.
DefaultSeo
is used in_app.tsx
together withNextSeo
and JsonLdScript on pages within pages.Tags that are set in
DefaultSeo
are present in the HTML code of the page given by the server.Tags that are not set in
DefaultSeo
are not present in the HTML code of the page given by the server (when viewed with Ctrl+U in the browser, they are not present), but are rendered by the browser (you can see them in the browser's DevTools).For example, if I comment out the line in
next-seo.config.ts
then the canonical tag will be missing from the HTML code of the page sent by the server.
The text was updated successfully, but these errors were encountered: