Hi Enfold Team,
Which file should i place the markuped script at to implement the rich snippets schema markup language?
The code is as listed.
Do advise on the right editor files to edit.
Regards, help is always appreciated.
Marcus
Code is listed below.
Hey Kayzel!
Your talking about this part correct?
<meta itemprop="name" content="asdf">
<span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<meta itemprop="streetAddress" content="asdf">
<meta itemprop="addressLocality" content="asdf">
<meta itemprop="addressRegion" content="asdf">
<meta itemprop="addressCountry" content="asdf">
<meta itemprop="postalCode" content="asdf"></span>
<meta itemprop="telephone" content="asdf">
<span itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
<span itemprop="dayOfWeek" itemscope itemtype="http://schema.org/DayOfWeek">
<meta itemprop="name" content="asdf"></span></span>
<meta itemprop="url" content="">
<meta itemprop="email" content="asdf"></div>
You can drag a codeblock element over to your page and add that inside it. Or if it’s a post then just switch to the HTML editor instead of the Visual editor and paste it inside.
I would also consider checking out this plugin, https://wordpress.org/plugins/all-in-one-schemaorg-rich-snippets/. It might be easier to setup the rich snippets that way.
Cheers!
Elliott