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 [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together. Updates `jest` from 29.5.0 to 29.7.0 Release notes Sourced from jest's releases. v29.7.0 Features [create-jest] Add npm init /...

dependencies

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.21.4 to 7.23.9. Release notes Sourced from @​babel/preset-env's releases. v7.23.9 (2024-01-25) :bug: Bug Fix babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env #16225 fix: systemjs re-traverses helpers (@​liuxingbaoyu) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16226...

dependencies

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.14 to 18.2.55. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=18.2.14&new-version=18.2.55)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

**Is your feature request related to a problem? Please describe.** I'm trying to provide a `theme-color` meta tag for both dark theme as well as light theme. The standard `themeColor`...

**Describe the bug** Warning: You're using `next/head` inside the `app` directory, please migrate to the Metadata API. See https://nextjs.org/docs/app/building-your-application/upgrading/app-router-migration#step-3-migrating-nexthead for more details. **Reproduction** Use Jsonld in app dir. I set...

**Describe the bug** It is almost impossible to use this library in a Jamstack (Next.js + Headless CMS) where things such as `dangerouslySetAllPagesToNoIndex` are in a customer's control. For example,...

You have mentioned in the documentation only the case of implementation defaultseo to the _app. How can I make it in case of an app directory with a layout and...

**Describe the bug** `` doesnt give correct autocompletion. Doesnt throw errors on passing any random props either. ![image](https://github.com/garmeeh/next-seo/assets/26094878/37d1592d-9ed9-4723-ba88-135b88ae655d) ![Screenshot from 2023-11-11 14-23-55](https://github.com/garmeeh/next-seo/assets/26094878/80efc003-470d-4fa3-af9a-f20b6a65c7bc) **Reproduction** https://stackblitz.com/edit/stackblitz-starters-kebysb?description=The%20React%20framework%20for%20production&file=pages%2Findex.tsx&title=Next.js%20Starter **Additional context** I looked at the...

**Describe the bug** My OpenGraph image is not showing up on linkedin **Reproduction** I use the `openGraph` property as usual **Expected behavior** There should be an image embedded when I...

## Description of Change(s): Absolute path works well when we develop in VSCode (or other editor) since we set `baseUrl` in `tsconfig.json`. But, after bundling with `microbundle`. It does not...