Schema is also know as Structured Data or Rich Snippets
Schema data tells the search engine what your site is about and who owns it. It is also the way you get a graphical search result as you see from the above image where the right hand sidebar of the Google results is populated.
Beginner
The easiest way to incorporate schema for a beginner is to use HTML. Using the "SEO Chat : Schema.org Tools" tool from the section below you can start here to generate you schema data. This is a good start and will look something like this:
Ontario
P1P 1Z9
Canada
Once you have a good start I suggest using the "Schema.org" tool below and find the schema type you added and add additional data that might be missing such as logo, hours & phone.
Advanced
Use either of the JSON schema generators below from the tools section and input all of your information. You then place the generated code within the <head></head>
of the page you are working on. You code should look something like this:
I then suggest using the "Schema.org" tool below and find the schema type you added and add additional data that might be missing such as logo, hours & phone.
Become a Schema Ninja and lookup the
sameAs
itemprop. Add it to all of you schema to signal the search engines of your social channels to start building a better online presence.Add more than one schema per page. For instance if you have a blog post you are working on you would want to include schema's for Website, Person, Article & possibly Local Business if you are one.
Schema doesn't have to be visible on the page for search engines to see it. If you are using the beginner method with HTML I suggest just hiding the entire div with inline code such as
style="display: none;"
.