Schema markup

Schema markup examples in action

Real-world Schema markup examples showing how different schema types appear in search results — and the impact each can have on visibility and click-through.

Schema markup examples in action

Common Schema Markup Examples and Their Impact

Here are several widely used Schema Markup types, along with their JSON-LD structure and a description of their typical appearance in Google search results.

1. Product Schema

Used for individual products, especially in e-commerce, to display details like price, availability, and review ratings directly in search results.

{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Wireless Noise-Cancelling Headphones",
  "description": "High-fidelity wireless headphones with active noise cancellation and 30-hour battery life.",
  "sku": "WH-1000XM5",
  "brand": { "@type": "Brand", "name": "AudioTech" },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.6",
    "reviewCount": "250"
  },
  "offers": {
    "@type": "Offer",
    "url": "https://www.example.com/wireless-headphones",
    "priceCurrency": "USD",
    "price": "349.99",
    "availability": "https://schema.org/InStock"
  }
}

Displays product name, price, availability (in stock/out of stock), and star ratings directly under the search result title. May also show an image thumbnail.

2. FAQPage Schema

Used for pages containing a list of questions and answers. It allows Google to display these FAQs directly in an expandable section within the search results.

{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [{
    "@type": "Question",
    "name": "What is SEO?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "SEO, or Search Engine Optimisation, is the practice of increasing the quantity and quality of traffic to your website through organic search engine results."
    }
  }]
}

Displays the search result with expandable questions directly below the meta description. Clicking on a question expands to show the answer, providing immediate value to the user without leaving the SERP.

3. HowTo Schema

Used for content that provides step-by-step instructions on how to perform a task. Google can display these steps directly in search results, often with images or videos.

{
  "@context": "https://schema.org",
  "@type": "HowTo",
  "name": "How to Optimise Images for Web",
  "step": [
    { "@type": "HowToStep", "text": "Choose the right file format (JPEG for photos, PNG for graphics, SVG for logos)." },
    { "@type": "HowToStep", "text": "Compress your images using an image editor or online tool." },
    { "@type": "HowToStep", "text": "Implement responsive images using srcset and sizes attributes." }
  ]
}

Displays the title of the guide, estimated time/cost (if provided), and an expandable list of steps. Each step can include a brief description and an image thumbnail.

4. Service Schema

Used to describe a service offered by a business. This can help search engines understand the specific services you provide and display them in relevant local search results or knowledge panels.

{
  "@context": "https://schema.org",
  "@type": "Service",
  "name": "Local SEO Consulting",
  "description": "Comprehensive local SEO consulting services to help businesses improve their local search rankings and attract more customers.",
  "serviceType": "SEO",
  "provider": {
    "@type": "Organization",
    "name": "7Arx Digital Marketing and SEO Specialist",
    "url": "https://www.7arx.com.au"
  },
  "areaServed": { "@type": "Place", "name": "Brisbane, Australia" }
}

While not always generating a distinct rich result like Product or FAQ, Service Schema helps Google understand your offerings, which can improve relevance for local searches and contribute to your Knowledge Panel.

5. Article Schema

Used for news articles, blog posts, and other editorial content. It helps search engines understand the type of content, its headline, publication date, and author, contributing to better indexing and potential for rich results like Top Stories carousel.

{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "The Future of AI in Digital Marketing",
  "datePublished": "2025-06-26T08:00:00+08:00",
  "author": { "@type": "Person", "name": "John Doe" },
  "publisher": {
    "@type": "Organization",
    "name": "7Arx Digital Marketing and SEO Specialist"
  }
}

May appear in the Top Stories carousel (especially for news articles), or with a larger image thumbnail and publication date in regular search results.

6. LocalBusiness Schema

Essential for local businesses to provide detailed information about their physical location, contact details, opening hours, and services. This powers local search results and Knowledge Panels.

{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "7Arx Digital Marketing and SEO Specialist",
  "url": "https://www.7arx.com.au",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Brisbane",
    "addressRegion": "QLD",
    "postalCode": "4000",
    "addressCountry": "AU"
  },
  "openingHoursSpecification": [{
    "@type": "OpeningHoursSpecification",
    "dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday"],
    "opens": "09:00",
    "closes": "17:00"
  }]
}

Powers the Google Business Profile (Knowledge Panel) for local searches, displaying business name, address, hours, reviews, and a map. Also enhances local pack visibility.

Rich Snippets, Breadcrumbs and the Rich Results Test

Each example above can earn a different rich snippet. Product schema shows price and ratings. FAQ schema shows questions. Breadcrumbs schema shows the page path. We test every one with the Rich Results Test before launch.

Why Implement Schema Markup?

These examples clearly illustrate that Schema Markup is not just a technical detail; it's a strategic imperative for modern SEO. By implementing structured data, you:

  • Increase Visibility: Your search listings become more prominent and attractive.
  • Improve Click-Through Rates: Rich results draw more attention and encourage users to click.
  • Enhance Search Engine Understanding: You provide explicit signals about your content, leading to better matching with user queries.
  • Gain Competitive Advantage: Many competitors still don't use Schema effectively, giving you an edge.
  • Future-Proof Your SEO: Align your website with the evolving semantic web and AI-driven search.

Partner with 7Arx Digital Marketing and SEO Specialist for Expert Schema Implementation

Implementing Schema Markup correctly can be complex, requiring precise coding and a deep understanding of Schema.org vocabulary and Google's guidelines. Errors can lead to invalid markup and missed opportunities. Our systematic approach ensures accurate Schema implementation that complies with Google's guidelines and maximizes your rich result potential.

Ready to put schema examples to work for you?

Get a free, no-obligation audit and a clear, prioritised plan to grow your search visibility and enquiries.