nextjs-app/ai-src/skills/seo-page-rules/SKILL.md
Use when editing public pages, metadata, canonical URLs, structured data, sitemaps, robots rules, or any SEO-sensitive behavior in this repo.
npx skillsauth add Adrienenjalbert/flex-carrer-hub seo-page-rulesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
src/lib/site/root-metadata.tssrc/lib/seo/metadata.tssrc/app/layout.tsxsrc/shared/seo/JsonLd.tsxsrc/features/career-hub/shared/seo/EnhancedSchemasrc/shared/sitemap/*src/lib/seo/metadata.ts.https://indeedflex.com.generateSEOMetadatagenerateGuideMetadatagenerateToolMetadatagenerateRoleMetadatagenerateCityMetadatagenerateLocationMetadatagenerateSalaryMetadatagenerateStateTaxMetadatagenerateNotFoundMetadataFAQSchemaBreadcrumbSchemaWebPageSchemaSoftwareApplicationSchemaJobPostingSchemaOccupationSchemaCurrent homepage search behavior:
/api/searchsrc/lib/server/search-index.tsDo not move the heavy search index back into the homepage client bundle.
development
Use when finishing a code change, validating generated code, or deciding which repo checks must run before presenting work in this repo.
tools
Use when creating or editing Career Hub tool pages, calculator pages, tool metadata, tool registry entries, or tool-specific support sections in this repo.
development
Use when refactoring existing code, moving files, normalizing structure, or improving architecture without changing user-visible behavior in this repo.
tools
--- name: repo-best-practices description: Use when generating or reviewing code in this repo to match the codebase’s existing implementation habits: reuse-first, no duplication, config-driven content, selector helpers, typed configs, shared shells, and minimal custom patterns. --- # Repo Best Practices ## Use When - generating new code - editing existing code - reviewing whether generated code feels native to the repo - deciding whether to reuse, extract, or inline something ## Main Princip