Tagged: structured data
-
AuthorPosts
-
February 17, 2019 at 12:42 am #1067844
Hi!
How can I implement “Organization” Structured Data with organization name, phone, social?
and how to remove the error in Structured Data Testing Tool.:ImageObject
The property ImageObject is not recognized by Google for an object of type WebPage.February 18, 2019 at 11:17 pm #1068633Hey Vrender,
You an use any plugin for this work ( All in one Schema for example ). If this does not work for what you want to do
then you can consider hire someone to assist you further.Best regards,
BasilisFebruary 18, 2019 at 11:27 pm #1068634Hi Basilis!
Does this code work in this case if I add to the Functions.php?function my_custom_code(){
?>
<script type=”application/ld+json”>
{
“@context”: “http://schema.org”,
“@type”: “Organization”,
“url”: “http://www.your-company-site.com”,
“contactPoint”: [{
“@type”: “ContactPoint”,
“telephone”: “+1-401-555-1212”,
“contactType”: “customer service”
}]
}
</script>
<?php
}
add_action(‘wp_head’, ‘my_custom_code’);February 22, 2019 at 7:52 am #1070250Hi,
Thanks for the update.
1.) Yes, that could work, but it’s usually added right before the closing body tag. More example in the docs:
// https://schema.org/Organization
Or you can try one of these plugins:
// https://wordpress.org/plugins/schema/
// https://wordpress.org/plugins/wp-structuring-markup/2.) This thread might help.
// https://kriesi.at/support/topic/sturctured-data-testing-error/#post-1013165
Best regards,
IsmaelFebruary 23, 2019 at 4:10 pm #1070671This reply has been marked as private.February 25, 2019 at 7:49 am #1071151 -
AuthorPosts
- You must be logged in to reply to this topic.
