Install
$ agentstack add skill-sergekostenchuk-ui-ux-agent-skill-system-information-architecture-seo ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Information Architecture SEO
Use this skill after semantic-core-architect and before internal linking, schema, or LLM-readable layers.
Read [references/url-architecture.md](references/url-architecture.md) before producing a full URL map.
Owns
- URL strategy;
- page taxonomy;
- page roles and content ownership;
- canonical model;
- hreflang groups;
- index/noindex policy;
- pillar/topic/news/article/blog/project role separation;
- duplicate-content prevention.
Does Not Own
- semantic core creation;
- final page copy;
- internal link graph details;
- JSON-LD implementation;
- rendered UI design;
- external backlinks.
Workflow
- Read the semantic core, entity-topic map, site constraints, languages, and content model.
- Identify the canonical page role for each cluster/entity/topic.
- Define route patterns before individual URLs.
- Set canonical policy per page role.
- Define hreflang groups for localized equivalents.
- Mark page status:
planned,draft,published,noindex, ordeferred. - Record duplicate-content risks and ownership boundaries.
- Produce
url-map.yamlusing [assets/url-map.template.yaml](assets/url-map.template.yaml). - Hand off to
internal-link-graph-architectandtechnical-seo-schema-engineer.
Canonical Rules
- A page can be self-canonical when it has a distinct user/search role and visible content.
- A short news brief and one expanded longform article can both be self-canonical when the brief is the fast news surface and the longform is the durable explanation surface.
- Do not canonicalize a standalone brief to its longform by default.
- Do not create extra public story variants beyond the declared model.
- Topic and pillar pages must summarize and organize; they must not duplicate article bodies.
- Locale alternates use
hreflang; they do not replace canonical self-reference.
Multilingual Rules
- Default language owns
x-defaultunless the site has a separate language selector page. - Every localized page must declare its own canonical URL.
- Hreflang groups must contain only true equivalents, not loosely related pages.
- If translation quality is unknown, mark the localized page as
draftordeferred, not published.
Safety And Privacy Boundaries
- Do not expose admin, API, private dashboards, raw analytics, raw IP logs, secret files, or staging URLs as public indexable pages.
- Use
noindexor blocked internal routing for low-value utility pages; do not rely on public navigation hiding. - Do not weaken authentication, access control, or security headers for crawlability.
- Do not place private source URLs, credentials, tokens, unpublished drafts, or internal notes in
url-map.yaml, sitemap plans, or public LLM-facing artifacts.
Validation
Before marking work complete:
- every page has URL, page type, locale, canonical, index policy, and rationale;
- every language alternate has a coherent hreflang group;
- every story has at most one brief and one longform per language;
- topic pages do not duplicate article bodies;
- final link graph details are left for
internal-link-graph-architect; - schema implementation is left for
technical-seo-schema-engineer.
Validate skill edits with:
python3 $CODEX_HOME/skills/senior-skill-architect/scripts/lint_production_skill.py $HOME/SKILL/skills/information-architecture-seo
python3 $HOME/SKILL/plans/seo-llm-skill-cluster/scripts/lint_skill_cluster.py $HOME/SKILL
Forward tests live in [evals.json](evals.json).
Output Shape
Return:
- URL strategy summary.
- Page role table.
- Canonical and hreflang policy.
- Duplicate-content risks.
- Handoff notes for internal linking and technical SEO/schema.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: sergekostenchuk
- Source: sergekostenchuk/ui-ux-agent-skill-system
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.