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 [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.0.11 to 18.2.25. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-dom&package-manager=npm_and_yarn&previous-version=18.0.11&new-version=18.2.25)](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

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

dependencies

Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.18.6 to 7.24.1. Release notes Sourced from @​babel/preset-react's releases. v7.24.1 (2024-03-19) :bug: Bug Fix babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16350 Fix decorated class computed keys ordering (@​JLHwung) #16344 Fix decorated...

dependencies

Hello! I'm working on a project where I use next-seo to manage meta tags in a Next.js 12 application. I've encountered an issue where next-seo seems unable to render meta...

**Is your feature request related to a problem? Please describe.** - norobots has no documentation on use and has different naming convention than other features (`dangerouslySetAllPagesToNoIndex`/`dangerouslySetAllPagesToNoFollow`) - missing feature of...

## Description of Change(s): - Refactors https://github.com/garmeeh/next-seo/pull/1166 to follow other existing APIs (ex. `noindex`/`nofollow`) - moved `norobots` into `` for single page overrides - introduced `dangerouslySetAllPagesToNoRobots` in `` for global...

## Description of Change(s): Stops the keyOverride prop for additionalLinkTags being rendered as a keyoverride attribute. https://github.com/garmeeh/next-seo/issues/1474 ## Related issue and PR - https://github.com/garmeeh/next-seo/issues/1079 - https://github.com/garmeeh/next-seo/pull/1080 --- To help get...

**Describe the bug** Using additionalLinkTags keyOverrides will render the keyOverride attribute on the link tag. This is related to the following issue and could be improved by making a similar...

**Is your feature request related to a problem? Please describe.** I have both ` ` and `` yet my siteName on Google search does not change from a URL. Following...

## Description of Change(s): This MR fixes the issue https://github.com/garmeeh/next-seo/issues/1468 ### Documentation As `LiveBlogPosting` is just a subtype of `Article`, I did not update the documentation. ### E2E Tests Cypress...