Archived topic
HTML for Feature Guides
13 replies · Started by Louis on June 10, 2018
Google recommends using Feature Guides for getting better search results.
One snippet of HTML code for Corporate Contact within a Feature Guide, follows below.
Can you please tell me where on the text version of the home page, within the theme to place the code? Thank you.
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "https://mindiq.com",
"contactPoint": [
{ "@type": "ContactPoint",
"telephone": "+1-404-496-6454",
"contactType": "customer service"
}
]
}
Hi there,
Is there an instruction from where you got this code from on where to insert the code?
Don't think it goes directly into the HTML content.
Hi Louie, this has to be added as structured data, to do that you can use a plugin like this:
Thank you David.
Does using a plugin (maybe just this one) apply to all those topics under Structured Data?
Hi Louie, that plugin covers the general Structured Data that is mentioned there and covers the majority of requirements. You may find it doesn't cover specific post data types such as Recipes which would generally be coded into that type of plugin.
I have installed the Markup (JSON-LD) structured in schema.org plugin.
However, the documentation leads me to a 404 error. :-(
So, I just checked the boxes:
Enabled :
Output On : All Pages (In Header)HomepagePostsPages
Basic Setting
name :
MindIQ
alternateName :
url :
https://mindiq.com
Does this look correct? Googles Structured Data Markup Helper generated a lot of code specific to what I marked up. Thank you.
It looks fine to me. If its delivering the results you need then i'll take that as a win :)
Thanks David. Don't know about results yet. :-) I just want to make sure clicking a few boxes in the plugin will be the same as adding in the JSON HTML code Google generated when I went through their markup exercise. I did not add that anywhere.
You're welcome. Fingers crossed it all works out :) If not we may need to find an expert resource.
Slight problem with the Markup (JSON-LD) structured in schema.org
After I fill in the fields and Save Changes, they are gone the next time I look.
Also, just an FYI, the hyperlink goes to a 404.
hmm.. odd, have you raised this with the plugin author?
I did. We'll see.
I hope that works out well. Keep us updated, i am sure others may find it useful.