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

It looks like ProductJsonLd component does not support the full schema from https://schema.org/Product How can I add: - category - color - manufacturer - material - slogan - width -...

feature request

Hey guys. Can you add experienceRequirements property for JobPosting?? hope you guys reply as soon as possible Thanks.

**Describe the bug** It is by default adding meta robots with follow, index and I cant remove ![image](https://user-images.githubusercontent.com/40037644/184190709-fb9139a5-85e1-40aa-99bc-64ae40e2294e.png) **Reproduction** Just by inserting the component in a page this already happens...

**Describe the bug** JSON-LD type doesn't return any script in v5.5.0, but works fine in v5.4.0. **Reproduction** Using any of the JSON-LD types in [README.md](https://github.com/garmeeh/next-seo#readme). Specifically product. **Expected behavior** Return...

Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.4.6 to 29.0.3. Release notes Sourced from babel-jest's releases. v29.0.3 Features [@jest/environment, jest-runtime] Allow passing a generic type argument to jest.createMockFromModule<T>() method (#13202) [expect] Expose ExpectationResult type...

dependencies

**Describe the bug** When using the `next-seo` to add open graph images to pages, everything works completely fine with images hosted on external CDNs (our CMS, etc.), but for images...

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.8.3. Release notes Sourced from typescript's releases. TypeScript 4.8.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

## Description of Change(s): Change article type 'Blog' to "BlogListing" - in line with Google's docs. https://developers.google.com/search/docs/advanced/structured-data/article --- To help get PR's merged faster, the following is required: [] Updated...

I'm coming here to ask for some help with the schema JSON-LD with the library next-seo, I created this function to handle the Organization Schema ``` import { OrganizationJsonLd }...

## Description of Change(s): Using RecipeJsonLd with recipeInstructions as null results in an error: TypeError: Cannot read properties of undefined (reading 'map') Since the field is not required according to...