How to implement Schema?

Joined
Oct 9, 2017
Messages
20
Reaction score
3
Hi Folks,

how to implement the schema for any kind of web page rather than just article, recipe, product or etc.,

Is there any other source to learn about that, tried few out through google and it shows errors on objects for the appropriate type :(
 
One easy way is to find a page that has the same type of Schema that you want to implement and run it through https://search.google.com/structured-data/testing-tool/u/0/. Then pull the example from their source code and adjust as needed.
 
One easy way is to find a page that has the same type of Schema that you want to implement and run it through https://search.google.com/structured-data/testing-tool/u/0/. Then pull the example from their source code and adjust as needed.
That I did bro - that works as cool as possible, and the thing is I want to learn and implement new things as well
 
1.Go to Google's Structured Data Markup Helper.
2.Select the type of data that you plan to markup.
3.Paste in the URL of the page or article that you want to markup.
4.Highlight and select the type of elements to be marked up.
5.Continue adding markup items.
6.Create the HTML.
 
Back
Top