Structured Data for SEO

My idea is to grant users the ability to set-up “structured data” on blog posts to help with SEO.

Structured data is a system of pairing a name with a value that helps search engines categorize and index your content. Microdata is one form of structured data that works with HTML5. Schema.org is a project that provides a particular set of agreed-upon definitions for microdata tags.

Structured data seems to matter more often now with search engines and help boost SEO.

Great idea! Would love to have this in ASAP.

Great idea, just a question.

Are you thinking to create a custom html module with custom inputs for structured data or what do you mean?

Regards.

There are plugins for WordPress that do this. I was hoping to see something added by HubSpot as a new feature to their offering.

It would be nice considering the price point that HubSpot would offer native schema modules for users. As the marketplace becomes more competitive they might want to add this

I agree, since some of my pages carry links to multiple (different) documents that otherwise might be interpreted as keyword stuffing.

I also would like to see this feature.

Ability to set blog post up as article per Google Search Gallery.

The articles feature could either be additional fields in the settings tab of the blog post, or you could allow for editing the <head> tag to allow the code to be pasted in.

I think this would increase visibility of articles posted in blogs on search - seems like a win-win for all.

I agree wholeheartedly! I was just looking for a way of adding my markup to all of my blog posts!

It would be great if the Article rich card schema would be used for all Blog posts automatically!

this was bugging me so much I went and tinkered with the code until I get to an OK solution. If you go to your Blog settings and click on the Templates tab, you can paste in the below code into all of your blog post headers:

Make sure you update the name of your organisation as well as the logo URL and you should be good to go!

<script type=“application/ld+json”>
{
@context”: “http://schema.org”,
@type”: “NewsArticle”,
“mainEntityOfPage”: {
@type”: “WebPage”
},
“headline”: “{{ page_meta.name }}”,
“image”: [
“{{ content.featured_image }}”
],
“datePublished”: “{{ content.publish_date|datetimeformat(‘%B %e, %Y’) }}”,
“author”: {
@type”: “Person”,
“name”: “{{ content.blog_post_author.display_name }}”
},
“publisher”: {
@type”: “Organization”,
“name”: “Brutal Media”,
“logo”: {
@type”: “ImageObject”,
“url”: “https://cdn2.hubspot.net/hubfs/3327353/Logo/Transparent%20background%20logo.png
}
},
“description”: “{{ group.description }}”
}
</script>

Dear all, schema and structured data are very important. Please incorporate the feature on HubSpot.

I think that is the minimum standard for websites as for 2017. I would go for JSON-LD markup except for the blog, which needs HTML markup. (schema.org: BlogPosting).

Would also like to see this implemented at Hubspot.

Hi,

I love this idea and I am looking for some custom html to create automatically the structured data of my blog post.

If you have some clue or advices it will be perfect.

Thank you in advance.

Sincerely,

Thibaut

I ended up hiring Computan and they did it all custom within Hubspot universal templates for me like pros, and even though they bid on this project and won, they were still under budget.

Strongly recommend them and here’s their email if you’re interested: sajeel@Computan.net

That´s crazy that we have to contract an external company to fulfill a basic SEO requirements.

Agreed. I brought it up at Inbound 2017 but no developments with this.

Yeah, so Sajeel from Computan did it for less than $300 and the work was all automatically done for me when he finished.

I was just started at a new company within the past year and was going to implement this. I was sad when I found out Hubspot does not support it. Please bring this capability to the platform.

December saw a new Google Algorithm change and all of our Hubspot sites plummeted ranking-wise. We expect this is due to a lack of data markup as that and mobile-first were cited as the two most impactful changes.

https://searchengineland.com/google-confirms-mid-december-search-ranking-algorithm-update-288682

We are manually adding as much Schema info as we can. But, yes, this feature would be very valuable (crucial) for Hubspot clients going forward.

---

Update: We added Schema to our HubSpot portal and with HubL tokens, turned this code into somthing all HubSpot sites can use. Steal it here.

@JonSasala1, how are you manually adding Schema info? I thought something might have changed so I just spent over an hour adding a bunch of schema to a post in our career’s blog. But when I save the post, Hubspot strips all of the markup out and ruins a ton of my time. I haven’t been able to figure out how to manually add it. Can you elaborate on your process? Thanks!