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

## Description of Change(s): Added `themeColor` meta tag to support Discord Embed & mobile Chrome Browsers. In chrome, changes search bar color as MDN Docs shows: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color In Discord, changes...

This fixes the issue with built typescript artifacts throwing "Cannot find module 'src/types' or its corresponding type declarations" errors. See https://github.com/garmeeh/next-seo/issues/942 ## Description of Change(s): - Replaced all of the...

awaiting reply

**Describe the bug** A clear and concise description of what the bug is. I am using the [vercel og-image](https://github.com/vercel/og-image) service to serve og images for my app. The url generates...

**Describe the bug** There's no autocomplete / intellisense / typechecking with any JSON-LD component who's `.d.ts` file tries to import another type from the `types.d.ts` file. Some JSON-LD `.d.ts` files...

Hi, I couldn't find [Review Snippet](https://developers.google.com/search/docs/advanced/structured-data/review-snippet#:~:text=A%20review%20snippet%20is%20a,info%20from%20reviews%20or%20ratings.) Support in Next-SEO. How can I implement it?

help welcomed
feature request

## Description of Change(s): Hi, Optional properties can be added and the type of items can be customized in carousel. **Why was it needed?** - An item's type is 'VideoGame,...

awaiting reply

According to the documentation for next-seo plugin, we should be able to override [dangerouslySetAllPagesToNoFollow](https://github.com/garmeeh/next-seo#dangerouslysetallpagestonofollow) and [dangerouslySetAllPagesToNoIndex](https://github.com/garmeeh/next-seo#dangerouslysetallpagestonoindex) defined in \ component on a page level via \ component: "You can still...

**Is your feature request related to a problem? Please describe.** Businesses can have multiple addresses, which [is supported in JSON-LD](https://webmasters.stackexchange.com/questions/81735/multiple-addresses-in-json-ld-schema-org), but cannot be added in `LocalBusinessJsonLd`. **Describe the solution you'd...

Whatever I put in other next pages weather they be dynamically generated or not does not show up in the initial render of the page thus does not replace what...