Sign up and get 10,000 free tokens!

What is Schema? Introduction to Google Structured Data Markup

Home » Article » What is Schema? Introduction to Google Structured Data Markup
CalendarIcon

2025/04/07

Schema
#SEO internet marketing#SEO marketing#e-commerce marketing#SEO marketing advice#SEO content marketing

When searching for information on Google, you may see search results such as recipes, questions and answers, news, etc. that are different from ordinary web pages. These are made using Schema (Structured Data Markup). What is structured data? Why set Schema? GenApe will answer these questions for you today and teach you how to set Schema.

Table of contents
  1. What is Schema?
  2. Why use structured markup
  3. What are the common Schemas?
  4. Introduction to structured markup format
  5. How to set Schema
  6. Common mistakes in structured markup
  7. Don't Have Articles with Structured Data Yet? Try GenApe Now

What is Schema?

Schema was jointly created by Google, Bing, Yahoo and Yandex. A structured data standard for marking web content. It mainly helps search engines better understand the information on the website through semantic markup. . These structured tags can help search engines present richer information in results, such as star ratings, video thumbnails, or product prices, making it easier for users to find the content they need.

Why use structured markup

The most important thing about using structured markup is that you can Improve your website’s SEO performance . Structured markup allows your content to be presented in search results in the form of rich snippets, such as questions and answers, ratings, products, etc. These special search results can make your webpage more prominent among many search results, and usually attract More clicks will increase the click-through rate of your website.

Benefits of using structured markup:

  • Make search results more attractive
  • Improve click-through rate (CTR)
  • Improve content readability and structure
  • Improve user experience on mobile devices
  • Optimization to support voice search

What are the common Schemas?

The following are the Schema types you may use. If you need more detailed information, you can visitGoogleofficial guide

Commonly used:

Schema type describe Use cases
Article article Daily news reports from news sites
Breadcrumb Navigation Markers / Breadcrumbs Navigation paths on e-commerce websites
FAQ Frequently Asked Questions (only displayed on government and health websites) Vaccination Q&A on health website
QA Page Q&A Forum website Q&A page
Local Business local businesses Restaurant address, opening hours and phone number
Logo logo Company logo for corporate website
Sitelinks Searchbox Site link search box The search box appears directly in the search results
Carousel carousel interface A carousel of multiple videos in search results

Product categories:

Schema type describe Use cases
Book books Book details in the online bookstore
Product product Product names and prices for e-commerce websites
Review Comment excerpts Consumer reviews of purchased products
Car Vehicle information (currently only available in the United States) Vehicle prices and specifications from car dealer websites

Lifestyle:

Schema type describe Use cases
Video Film Tutorial video thumbnail and duration on video website
Movie Movie Upcoming movie information from the cinema website
Recipe recipe Cooking materials and steps on gourmet websites

Activities related:

Schema type describe Use cases
Course course Online education platform course name and time
Event Activities (Obsolete) Concert and ticketing information on the event website
Home Activity Home activities Home exercise courses on fitness websites

Job related:

Schema type describe Use cases
EmployerAggregateRating Employer Ratings Employer Ratings from Business Review Sites
Occupation Estimated salary Career Website Salary Ranges
JobPosting job opportunities Job vacancy details on recruitment websites

Education related:

Schema type describe Use cases
Education QA Education Q&A Education website FAQs
Learning Video Instructional videos List of teaching videos for online course websites
Math Solver Math problem solving tools Problem solving examples on the math learning platform
Practice Problems Practice questions Math and science exercises for educational websites

other:

Schema type describe Use cases
Datast Collection of materials Research website’s public datasets
Fact Check fact check Fact-checking reports for news sites
Image License Metadata Picture metadata Image Copyright Tags for Photography Websites
Software App Software Application (Beta) App store software description and download link
Paywelled Content Subscription and paywall content Subscription content tags for news sites
Speakable Support reading service content aloud (Beta version) News website supports content read aloud by voice assistant
COVID-19 Announcement (Beta version) Epidemic announcements on government websites

Introduction to structured markup format

After understanding what Schema there are, let's introduce the format of setting structured markup. Currently the most common one is JSON-LD, which is also the most recommended production method by Google.

JSON-LD

JSON-LD is currently the most recommended structured data format by Google. It embeds tagged material into areas of the web page that are separate from the web page content. In this way, direct interference with the HTML structure can be avoided, and maintenance and updates are also convenient.

Microdata

Microdata is a format that embeds tags directly into HTML, closely integrating the tags of structured data with the content. It is suitable for developers who are familiar with HTML, but it may be more troublesome to update and manage in large websites. In addition, using Microdata will increase the HTML The complexity may affect some designs.

RDF

RDFa is the oldest format among them, and basically no one uses it now. It is an XML-based syntax that embeds structured data into attributes in HTML. Because of its high threshold for use, it is not suitable for novices. The language may not be intuitive enough.

How to set Schema

Schema setting can be divided into the following four steps.

1. Select markup format

First evaluate what type your website is, and then choose the appropriate Schema type. You can refer to our table above or go toGoogleofficial guideFind the right category.

2. Write Schema markup

The next step is to write your own Schema markup. The main teaching here isStructured Data Markup Assistance Tooland manual setting.

Structured Data Markup Assistance Tool

The Structured Data Markup Assist Tool is a tool launched by Google. It can help generate Schema, and then you need to manually paste the data into HTML code. The following are detailed steps.

  1. Select mark type : Currently the tool supports 14 selectable types
  2. Paste URL : Paste the URL of the web page that needs to be tagged
  3. Select tagged content : After selecting the content, you need to highlight all the necessary forms. If there is no content on the web page, you need to choose to add missing data to fill in the content.
  4. Create HTML : Finally, press Create HTML to generate a complete Schema. Then you only need to paste it into the HTML code of the web page and you are done.

Manual marking

If you choose manual tagging, it is recommended to use JSON-LD. In addition to being relatively simple, it is also the most recommended method by Google. Below is a sample recipe. Because the information for each category will be different, it is recommended to go toGoogleinstruction guideconfirmation.

{

"@context": "https://schema.org",

"@type": "Recipe(your Schema Type)",

Some of the following categories will be different

"name": "Chocolate Cake",

"author": {

"@type": "Person",

"name": "Xiao Ming"

},

"description": "A simple and delicious chocolate cake recipe.",

"recipeIngredient": ["200g flour", "100g sugar", "50g cocoa powder"]

}

3. Embed code

After the birth, the next step is to paste the information into the HTML code. It is usually recommended to put it in the head. And it will be embedded in the following way.

< script type="application/ld+json"> your Schema

4.Testing and Verification

The last step is to test whether the Schema has been added successfully. You can useSchema.orgtest. As long as you fill in the URL, it will automatically verify and display the results in the results column next to it.

Common mistakes in structured markup

People who are new to Schema may find that even if they add structured data tags, the ranking of the website does not improve, or the structured tags cannot be displayed. Here are a few common mistakes we’ve compiled:

Incomplete or incorrect markup

This is the most common mistake that people new to Schema make. If the markup is incorrect, Google will not be able to crawl the Schema data, and the data structure markup will not appear at all. It is recommended that after setting up, you can throw it to the Schema checking website, such asSchema.orgDetermine whether structured data is correctly tagged.

Use the same markup throughout the site

Some people may complain that it is too troublesome to do one web page one by one. It is better for me to do the entire website at once so that I don’t have to spend so much time. But if you do this, the ranking may not rise but fall, because Google may think that the web page contains too many meaningless types, and then punish it.

Over-optimization

Some people may think that since adding Schema can add points, then if I add several at a time, I can add a lot of points. Doing so will be punished by Google, because too many meaningless Schemas may be judged by Google as an abuse of structured data. The correct approach is to only add the Schema that suits your website.

Don't Have Articles with Structured Data Yet? Try GenApe Now

GenApe is an AI content platform packed with SEO-optimized tools. TheAI Assistantoffers features that significantly reduce the time SEO professionals spend on content creation. For example, theAI Writerhelps cut down content writing time, theAI Paragraph Rewriterspeeds up content optimization, and theAI Translatorsaves time on multilingual translations. This allows SEO professionals to focus on more important tasks. Click the links below to try it out now:

AI Writer:https://app.genape.ai/zh-TW/articleBetaVersion

AI Paragraph Rewriter:https://app.genape.ai/zh-TW/contentImproverV2

AI Translator:https://app.genape.ai/zh-TW/ai-translate

Start Using GenApe AI Now to Enhance Productivity and Creativity!

Collaborate with AI and accelerate your workflow!

Related Articles

defaultImage

What is content marketing? Quickly understand the key points and case sharing of Content Marketing

Content marketing is a great way to stand out in the highly competitive online market. Compared with traditional advertising, content marketing exposes brands in a way that is more acceptable to consumers and builds trust. GenApe will take you to understand what content marketing is today? And share successful Content Marketing cases.

Last Updated: 2025/04/07

defaultImage

What are long tail keywords? Is it the key to increasing website traffic?

I believe that everyone who often wanders on the Internet must know what keywords are. But do you know what long-tail keywords are? What are the benefits of finding long-tail keywords? Today GenApe will take you to understand the basic concepts and application scenarios of long-tail keywords one by one, making them the key to increasing website traffic.

Last Updated: 2025/04/07

defaultImage

What is an AI anchor? Will AI anchor production teaching really replace real anchors?

With the rapid development of AI technology, I believe you have also seen AI anchors doing news reporting, program hosting, etc., but will AI anchors replace real anchors? This article will take you to discuss whether AI anchors will replace real anchors. If you are interested in AI anchor production, this article will also teach you how to make it.

Last Updated: 2025/04/07

defaultImage

What is Content Marketing? Content MKT Case Studies

Seeking to enhance brand exposure? Attract a broader audience? Then, it is imperative to delve into content marketing. The benefits it can yield surpass your imagination, and many major enterprises are actively engaged in content marketing. This article delves into the definition of content marketing, its distinctions from traditional advertising content, strategies for crafting marketing content, various types, and ultimately, showcases successful content marketing cases to provide a comprehensive understanding.

Last Updated: 2025/04/07

Categories

  • GenApe Teaching

  • User Cases

  • E-commerce

  • Copywriting

  • Social Media Ads

  • Video And Music

  • AI Generator

Assistant
LineButton