AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Information Architecture Seo

skill-sergekostenchuk-ui-ux-agent-skill-system-information-architecture-seo · by sergekostenchuk

Convert a semantic core into crawlable SEO and LLM-friendly information architecture. Use this skill when the user asks for URL structure, page taxonomy, canonical rules, hreflang groups, page roles, pillar/topic/news/article/blog/project separation, multilingual route strategy, or a durable content model such as one short brief plus one longform article. It prevents duplicate public content bodi…

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-sergekostenchuk-ui-ux-agent-skill-system-information-architecture-seo

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-sergekostenchuk-ui-ux-agent-skill-system-information-architecture-seo)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Information Architecture Seo? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Read the semantic core, entity-topic map, site constraints, languages, and content model.
  2. Identify the canonical page role for each cluster/entity/topic.
  3. Define route patterns before individual URLs.
  4. Set canonical policy per page role.
  5. Define hreflang groups for localized equivalents.
  6. Mark page status: planned, draft, published, noindex, or deferred.
  7. Record duplicate-content risks and ownership boundaries.
  8. Produce url-map.yaml using [assets/url-map.template.yaml](assets/url-map.template.yaml).
  9. Hand off to internal-link-graph-architect and technical-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-default unless 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 draft or deferred, 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 noindex or 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:

  1. URL strategy summary.
  2. Page role table.
  3. Canonical and hreflang policy.
  4. Duplicate-content risks.
  5. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.