eli5: What is Schema markup and how does it work?

826 views

I started getting interested in SEO and currently I am taking a course on semrush, I understand this schema markup on an intuitive lvl but I need someone to explain it to me in simple terms.

In: Technology

3 Answers

Anonymous 0 Comments

It’s a standard that’s intended to make important information on a web page understandable to computers.

While a human can look at your contact page and easily understand that it represents a widget company and this is the phone number and that’s the address, a computer isn’t capable of that kind of recognition. The schema format marks up the page in a way that makes it clear to the computer what data represent what and also provides additional context about who or what the page itself is about.

The end result of all of this is that search engines have an easier time classifying and organizing information so they can present appropriate results to a search user. If you’ve ever done a Google search for a company and seen the contact number, address, and other information pop up right in the search results page itself, that’s all powered by Schema.

The old format involved HTML attributes directly in the HTML, but over the past few years they’ve switched to JSON objects written into the page. Both formats still work, generally speaking.

If you want more information about the standard, [schema.org](https://schema.org) is the place to check out.

You are viewing 1 out of 3 answers, click here to view all answers.