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

Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.8. Release notes Sourced from ejs's releases. v3.1.8 Version 3.1.8 v3.1.7 Version 3.1.7 Commits 5126ff5 Version 3.1.8 7d5a1c6 Merge branch 'main' of github.com:mde/ejs into main...

dependencies

Duplicate of #840 - which was closed by stale bot **Describe the bug** With strict-null check enabled - you cannot use null as prop for any meta block. All my...

good first issue

Our SEO team want to replicate the title in the metatags. To do this tried using additionalMetaTags but it looks like the title and the additionMetaTag have a key of...

feature request

According to the [OpenGraph](https://ogp.me/#type_music) official website, there are other types like `music.song`, `music.album`, `music.playlist` and `music.radio_station` which needs to be supported by NextSeo. Preferable structure for this kind could be...

## Problem In the guidelines for writing structured data for [Articles](https://developers.google.com/search/docs/advanced/structured-data/article), the `author` object includes a `name` and a `url` property. The `url` is supposed to be the link to...

**Is your feature request related to a problem? Please describe.** Currently i have some jobs that requires fully custom meta and i found that next-seo doesn't have support children for...

Hi, I try to use `additionalMetaTags` to add open graph locale alternative meta tags ``` additionalMetaTags={[ { property: 'og:locale:alternative', content: 'ja'}, { property: 'og:locale:alternative', content: 'ge'} ]} ``` What I...

feature request

Hi, for now when creating Schema including the address field, the only option available is the PostalAddress form. This force us to use a destructured form, when a simple Text...

needs more info

Hey Guys, I just want to know that can we use next-seo in angular app ?? Please reply as soon as possible. Thanks

I have a description that contains double quotes ``` const description = '"test"'; ``` With below code ``` ``` it renders below html ``` {"description":""test""} ``` Google search console reported...