garmeeh/next-seo

Next SEO is a plug in that makes managing your SEO easier in Next.js projects.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 16 minutes ago
Added to GitGenius on September 7th, 2026
Created on June 12th, 2018
Open Issues & Pull Requests: 7 (+0)
GitHub issues: Enabled
Number of forks: 456
Total Stargazers: 8,513 (+0)
Total Subscribers: 29 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 66.5 days
Mean response time: 385.0 days
90th percentile: 1125.7 days
Tracked items: 87

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 5% of issues opened in the past year have been closed. Three people close 98% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • feature request (12)
  • help welcomed (5)
  • needs more info (4)
  • bug (2)
  • enhancement (2)
  • good first issue (2)
  • will investigate (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Next SEO is a plugin that makes managing SEO easier in Next.js projects by providing components for structured data.

The tool addresses the challenge of implementing search engine optimization in Next.js applications by offering pre-built components that generate JSON-LD structured data. This structured data helps search engines better understand and index web content. The plugin provides specialized components like ArticleJsonLd for articles and blog posts, allowing developers to declaratively add schema markup without manually constructing JSON-LD scripts. It supports Content Security Policy by accepting an optional nonce prop on JSON-LD components, which is rendered as a nonce attribute on the generated script tag to comply with strict CSP headers that require matching nonces.

Developers using Next.js App Router should adopt this tool when they need to add structured data markup to their pages. The project is designed for Next.js applications where search engine visibility matters, particularly for content-heavy sites like blogs and news publications. For standard meta tags and title management, the README directs users to Next.js's built-in generateMetadata function instead. The tool also maintains support for Next.js Pages Router through a separate import path, making it suitable for projects still using that routing approach.

The project maintains active engagement with the community through support for Hacktoberfest contributions. Development activity shows ongoing maintenance of the codebase with attention to modern Next.js patterns and security considerations like CSP compliance. The tool is written in TypeScript, providing type safety for developers integrating it into their projects.