The highest-scoring schema in the Analyzer. FAQPage explicitly structures your content as question-answer pairs - exactly the format LLMs use when generating responses. When a user asks an AI a question, it looks for FAQPage schema first. Any page that answers "What is X?", "How does X work?" or "What are the benefits of X?" is a candidate.
Any page that contains questions and answers - service pages, product pages, blog posts with Q&A sections.
HowTo schema breaks down a process into numbered steps that LLMs can extract and present sequentially. When someone asks an AI "How do I do X?", it preferentially sources from pages with HowTo schema. Ideal for setup guides, installation instructions, recipes, and any page that walks the reader through a process.
Tutorial pages, setup guides, recipe pages, any page that walks through a step-by-step process.
Article schema tells LLMs that this page is a self-contained piece of authored content. It carries authorship, publication date, and modification date - all signals that AI systems use to assess freshness and credibility. Use BlogPosting for informal blog content and NewsArticle for time-sensitive journalism.
Individual blog posts, news articles, and editorial pages only. Do not add to homepages or category pages.
Organization schema establishes your entity on the web - your official name, URL, logo, social profiles, and contact information. LLMs use this to confirm that a real, identifiable organization is behind the content. It is also used by Google's Knowledge Panel and by AI systems when building entity graphs.
Homepage and Contact page. Add once per site - not on every page.
Person schema identifies an individual author or creator. It links a name to a professional role, social profiles, and contact information - making the person a verifiable entity in the eyes of AI systems. Particularly valuable for freelancers, consultants, journalists, and anyone who publishes content under their own name.
Homepage of a personal site, author bio page, or portfolio. One per site.
Product schema provides structured product information - name, description, price, availability, and reviews - in a format that AI systems and Google Shopping can parse directly. When someone asks an AI to compare products or find the best option in a category, Product schema makes your listing far more likely to be included.
Individual product pages only. One schema per product - not on category or listing pages.
BreadcrumbList is one of the easiest schemas to implement and one of the most universally applicable. It tells AI systems where this page sits within your site - Home → Category → Subcategory → Page. This context helps LLMs understand the topical hierarchy of your content and improves attribution accuracy.
Every page that is more than one level deep in your site hierarchy. Can be added site-wide.
LocalBusiness schema provides location-specific information - address, phone number, opening hours, and geographic coordinates. AI assistants that answer local queries ("best coffee shop near me", "plumber in Athens") use this data directly. Without it, your business is invisible to location-aware AI responses.
Homepage and Contact page. If you have multiple locations, add a separate schema for each location page.