plugins/seo/skills/seo-entity/SKILL.md
Use when optimizing entity-based / semantic SEO 2026. Covers entity maps, Google Knowledge Graph resolution, salience scoring, passage-level ranking, about/sameAs/knowsAbout schema, Cloud Natural Language API validation.
npx skillsauth add fusengine/agents seo-entityInstall 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.
Google parses meaning at query, document and passage level. It extracts entities via NLP, resolves them against the Knowledge Graph (~8 billion entities), maps relationships, and indexes content by concept, not by keyword. TF-IDF / keyword density is obsolete — optimize for embeddings and topical coverage instead.
Strategic inventory that drives everything else. For the target topic, list every entity the site should cover:
| Entity | Type | Relates to | Page covering it | |--------|------|-----------|------------------| | RankBrain | concept | Google, ranking | /guides/rankbrain | | Google | organization | search engine | /about |
Types: person, concept, organization, product. Breadth of entity coverage + internal linking density + publishing consistency = topical authority.
Google scores per passage, not per page. Each passage is judged on entity salience, relationship clarity, and topical relevance. A page ranks for broad topic queries when its entity signals are clear and unambiguous — not just for the exact keyword.
about → Wikidata URI of the page's primary entity (the node in the Knowledge Graph).sameAs on author/organization → LinkedIn, Wikipedia, Wikidata profiles.knowsAbout on author/organization → entities they have demonstrated expertise in.{
"@type": "Article",
"about": { "@type": "Thing", "name": "Knowledge Graph",
"sameAs": "https://www.wikidata.org/wiki/Q3882486" },
"author": { "@type": "Person", "name": "Jane Doe",
"sameAs": ["https://www.linkedin.com/in/janedoe",
"https://en.wikipedia.org/wiki/Jane_Doe"],
"knowsAbout": ["semantic SEO", "NLP"] }
}
Send content to the Google Cloud Natural Language API (free tier). It returns identified entities, types, salience scores, and Knowledge Graph links. Use it to confirm the primary entity actually wins salience; rewrite passages if salience drifts off-topic.
seo-schema — JSON-LD types and templatesseo-geo — entity signals drive AI citationsseo-content — topical coverage and answer capsulestesting
Copy self-audit and ban-lists — filler verbs/hype adjectives, slop placeholder names, fake-precise numbers, Title Case headlines, humor in error copy ('Oops!'), em-dash crutch, one copy register per page.
development
Logged-in web apps — dashboards, auth flows, settings, onboarding, data tables, command palettes, modals, toasts. Register `product`: density and glance-speed over marketing polish, no hero/CTA-tricks, every data surface covers empty/loading/error explicitly, tables and dataviz follow preattentive-processing rules.
development
Marketing sites, landing pages, campaign pages — register `brand` (design IS the product). Structure comes from the register's POV + a macrostructure pick, never from copying an inspiration site's section flow. Hero discipline, deviated section order, asymmetric grids, and a silhouette lookalike-test gate before ship.
development
Token-strategy core — OKLCH color rules, neutral tinting, accent-commitment levels, type scale, 8pt spacing grid, touch targets, and the canonical output format of design-system.md (the file the harness gates on). This is routing step 1 of design-method/SKILL.md — read it before design-web/design-webapp/design-ios/design-android, before picking or auditing a single color/type/spacing value.