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

Currently the validThrough property is required. Job postings without an expiration date can't be set properly, current we have to manually add a datetime. The property validThrough should be optional.

Describe the issue: Currently there is no way to add a confidential value to the JsonLD Job component. There should be an option to set the confidential value like following:...

good first issue

**Describe the bug** I want to set empty description but I am not able to override the default seo's description. Can I do it or is it just not possible?...

## Description of Change(s): Fixes #727. `dangerouslySetAllPagesToNoIndex` in `` had been having a priority over `noindex: false` in `` of each page component. `nofollow` is also the same. Also, the...

awaiting reply

Would be supercool to have "BlogPosting" as article JSON-LD type. From the Google Docs (https://developers.google.com/search/docs/data-types/article#non-amp): `Article objects must be based on one of the following schema.org types: Article, NewsArticle, BlogPosting.`...

good first issue
feature request

**Is your feature request related to a problem? Please describe.** Feature request for the How To structured results. **Describe the solution you'd like** [Here is googles guide on it +...

help welcomed
feature request

**Describe the bug** The `?.` somehow doesn't get compiled by TypeScript (it is normally replaced during compilation, see the compiled code [here](https://www.typescriptlang.org/play?#code/MYewdgzgLgBCBGArGBeGBvAhgLhgRgBoZ5cAmAXwChRIQAbAUwDo6QBzACgUQH4nMAlEA)), and it ends up in the bundle, causing...

Reopening this issue: #656 > ``` > > ``` > > Should be: > > ``` > > ```

**Describe the bug** My Nextjs site was failing on older iPhones and iPads running Safari 10.x and 11.x. When I comment out `` it renders fine. It seems that any...

Meta tags on Linkedin are not working as it requires both `name` and `property` to be in meta tags. URL to inspect OG tags on Linkedin: https://www.linkedin.com/post-inspector/inspect/https:%2F%2Fgourav.io%2Fblog%2Fautohotkey-scripts-windows Tags which are...