How to use schema for article without using any WordPress plugin?

Maybe this will be of some help to you -
"How to use and add schema rich snippets to your local business website"
Youtube
 
Upvote 0
Schema.org markup can be added to most sites without a plug-in. Assuming you mean a WordPress site you should be able to add the code in using the html version of the text editor.

Google has a tool for helping with creating the code: https://www.google.com/webmasters/markup-helper/?hl=en, you can read more on syntax and usage at schema.org
 
Upvote 0
Adding sitewide code is fairly simple. You just need to edit header.php in your theme.

If you want each page to have different schema data you will need to create a function in functions.php and a hook to add the resulting code to the document head.

It’s not possible to give a meaningful answer without knowing exactly what schema data you want to add.
 
Upvote 0

Latest Articles