agentsclimarketplace

H1 structure

Skill whiteknightonhorse/aipush-agent-skills/skills/h1-structure

Free, open, security-verified agent skills for AEO (Answer Engine Optimization) — make any site ready for AI agents. Live: aipush.app

Install
npx -y skills add whiteknightonhorse/aipush-agent-skills --skill h1-structure

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.1 KB, as published. Nobody here has run it

Use exactly one clear H1

AIPUSH agent skill · Category: Content Structure · Slug: h1-structure

A single descriptive <h1> tells crawlers and answer engines the page's primary topic. Zero or multiple H1s create ambiguity about what the page is about.

Why it matters

A single descriptive <h1> tells crawlers and answer engines the page's primary topic. Zero or multiple H1s create ambiguity about what the page is about.

How to detect

Count non-empty <h1> elements in the homepage HTML — there should be exactly one.

How to implement

Ensure each page has exactly one non-empty <h1> that states the page's topic, with <h2>/<h3> for sub-sections:

<h1>AI Visibility Analyzer for Your Website</h1>
<h2>What it checks</h2>
<h2>How to fix issues</h2>

Demote any extra H1s.

How to verify

Count of non-empty <h1> in the rendered HTML equals 1.

References


Part of the AIPUSH agent skills catalog. Scan your site free at https://aipush.app.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.