nextjs-seo-indexing
Helps fix SEO indexing issues and crawl budget problems for Next.js apps, ensuring optimal visibility in search engines.
Install this skill
Security score
The nextjs-seo-indexing skill was audited on Jun 3, 2026 and we found 17 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 62 | canonical: `https://www.yourdomain.com/blog/${params.slug}`, |
Template literal with variable interpolation in command context
| 125 | { url: `${baseUrl}/about`, lastModified: new Date(), changeFrequency: 'monthly', priority: 0.8 }, |
Template literal with variable interpolation in command context
| 131 | url: `${baseUrl}/blog/${post.slug}`, |
Curl to non-GitHub URL
| 112 | curl -sI https://www.yourdomain.com/sitemap.xml | grep -i "content-type\|status" |
Curl to non-GitHub URL
| 113 | curl -s https://www.yourdomain.com/sitemap.xml | head -20 |
Curl to non-GitHub URL
| 200 | curl -sI https://www.yourdomain.com/old-url | grep -i location |
Curl to non-GitHub URL
| 221 | curl -s https://www.yourdomain.com/robots.txt |
External URL reference
| 52 | canonical: 'https://www.yourdomain.com/blog/my-post', |
External URL reference
| 62 | canonical: `https://www.yourdomain.com/blog/${params.slug}`, |
External URL reference
| 77 | canonical: 'https://www.yourdomain.com/blog/my-post' |
External URL reference
| 112 | curl -sI https://www.yourdomain.com/sitemap.xml | grep -i "content-type\|status" |
External URL reference
| 113 | curl -s https://www.yourdomain.com/sitemap.xml | head -20 |
External URL reference
| 120 | const baseUrl = 'https://www.yourdomain.com'; |
External URL reference
| 200 | curl -sI https://www.yourdomain.com/old-url | grep -i location |
External URL reference
| 221 | curl -s https://www.yourdomain.com/robots.txt |
External URL reference
| 228 | Sitemap: https://www.yourdomain.com/sitemap.xml |
External URL reference
| 240 | sitemap: 'https://www.yourdomain.com/sitemap.xml', |