next-seo icon indicating copy to clipboard operation
next-seo copied to clipboard

Next SEO is a plug in that makes managing your SEO easier in Next.js projects.

Results 146 next-seo issues
Sort by recently updated
recently updated
newest added

I see some fields are not supported by the lib. Is it possible to add custom LD data objects, that will not be validated by the lib?

needs more info
feature request

Does NextSeo provide any way to access the option values on the page? I'm using Disqus React and I need to access the complete page `title` for the code: https://www.npmjs.com/package/disqus-react#discussionembed...

feature request

**Is your feature request related to a problem? Please describe.** [Warn in dev mode when script tags are added with next/head](https://github.com/vercel/next.js/pull/33968/files#) Using `script` in `Head` is incompatible with the new...

Hello! I'd like to import `NextSEO` into my project without including all of the JSON LD functions I'm not using. At the moment `next-seo` is taking up a significant amount...

help welcomed
will investigate

We had the option to disable googlebots with a boolean prop (implemented here #869) until version 4.29.0, which has been removed in v5.0.0, specifically at this PR #873. It must...

**Describe the bug** Some of my schema.org json is broken because people have posted reviews with double quote characters. It's easy enough for me to handle this on my end,...

**Describe the bug** In the example for `OrganizationJsonLd`, there is a `contactPoint` prop that takes an array of contact points. The resulting json should include `"@type": "ContactPoint"`, but in reality...

good first issue

og:image is not working within the opengraph props, yet it works with in the additionalMetaTags prop. Any ideas? Thanks.

needs more info

When creating FAQ schema. The example shows single quotes. However it automatically converts these to double quotes. So if you start from your example and use the single quotes: `acceptedAnswerText:...

bug

**Environment info:** node: 14.x.x next-seo: "^4.28.1" @type/next-seo: "^2.1.2" **My seo-config.ts** ``` export default { titleTemplate: "%s | My Page", description: "My page description", noindex: false, nofollow: false, openGraph: { description:...

bug