agentsclimarketplace

Faq schema

Skill whiteknightonhorse/aipush-agent-skills/skills/faq-schema

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 faq-schema

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

Mark up FAQs with FAQPage schema

AIPUSH agent skill · Category: Structured Data · Slug: faq-schema

FAQPage structured data is a strong, directly-citable answer-unit format — AI engines quote question/answer pairs verbatim.

Why it matters

FAQPage structured data is a strong, directly-citable answer-unit format — AI engines quote question/answer pairs verbatim.

How to detect

Check JSON-LD blocks for "@type": "FAQPage".

How to implement

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [{
    "@type": "Question",
    "name": "What is AEO?",
    "acceptedAnswer": { "@type": "Answer", "text": "Answer Engine Optimization makes your site easy for AI assistants to read and cite." }
  }]
}
</script>

The schema must mirror the visible FAQ on the page.

How to verify

A JSON-LD block contains FAQPage with Question/acceptedAnswer pairs.

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.