Need my eyes checked – I see the option for the website name – sorry.
Good Evening,
The second part of my request has not been addressed yet – is there a reason you would like me to mark it resolved?
Grace
Sorry Grace, I don’t understand your question. Please provide more information including the source from Google that shows the markup that you want added.
Happy 2016 Steve!
The plugin makes available the option to markup the Social Profile Links (Organization or Person type). Google also makes available other ways to customize a company’s Knowledge Graph, for example, a user can markup their company’s logo image. If a user chooses Organization is it possible to add the option to include the logo in the markup?
The other feature available for customizing the Knowledge Graph is Corporate Contacts. Including this option if a user chooses Organization would be great too.
When assisting AISEOP users in the webmaster forum I’m finding that if they use the plugin to add the markup they either forgo marking up the other features or they add an additional block of JSON-LD markup to make the data available to Google (and on occasion, two additionals blocks). The downside is that the Organization type is duplicated (or triplicated).
For example, if a user enables Social Profile Links for Organization via the plugin, the plugin generates the following markup.
<script type=”application/ld+json”>
{ “@context” : “http://schema.org”,
“@type” : “Organization”,
“name” : “Organization name”,
“url” : “http://www.example.com”,
“sameAs” : [“https://plus.google.com/+CompanyName/posts”%5D
}
</script>
If they want to add the logo markup they have to markup the feature separately, see below.
<script type=”application/ld+json”>
{ “@context” : “http://schema.org”,
“@type” : “Organization”,
“url” : “http://www.example.com”,
“logo” : “http://www.example.com/logo-image.jpg”
}
</script>
If the option was available to include the logo image and corporate contacts it would prevent results like this one and provide a result like this one instead.
I hope this makes sense.
Grace
Ok, thanks Grace.
So what we need to add is fields on the back end for users to:
1). set the URL for their logo
2). enter their telephone number complete with country code
3). select the contact type from a dropdown
These fields will only display if someone selects Organization under All in One SEO, Social Meta, Social Profile Links. The fields are not applicable for a person.
Then we need to output the correct markup in the source code.
Please confirm this is correct.
Correct! (To clarify need the + sign for the telephone number otherwise the tool returns an error.)
Thanks so much Steve.
Hi,
I see this is marked as “resolved”, but I don’t see the “logo” option in the plugin. Has that been implemented yet or is in a separate thread?
Thanks
Hi Edward,
The thread is marked as resolved as we now have an issue for development https://github.com/semperfiwebdesign/all-in-one-seo-pack/issues/72
Good Morning edward9,
I could be wrong but I got the impression that Steve was gathering information to submit a feature request.
Grace