APIs & Integrations

philipstorey1
メンバー

Edit blog post meta title tag

解決

It appears that the meta title tag cannot be changed for each blog post.

I have several blog posts that have long titles, where I need to change the meta titles to be shorter without changing the real blog title, as well as add some SEO to those.

How can this be done? Does anyone know?

1件の承認済みベストアンサー
tilly
解決策
HubSpot製品開発チーム
HubSpot製品開発チーム

Edit blog post meta title tag

解決

See this ideaThe ability to set a different H1 from <title> tag in blog posts is now in beta. 

 

If you are interested in joining this beta and have not already reached out to me, please send me a message with your Hub ID and I will add you to the beta. Feedback is welcome!

元の投稿で解決策を見る

0 いいね!
22件の返信
tilly
解決策
HubSpot製品開発チーム
HubSpot製品開発チーム

Edit blog post meta title tag

解決

See this ideaThe ability to set a different H1 from <title> tag in blog posts is now in beta. 

 

If you are interested in joining this beta and have not already reached out to me, please send me a message with your Hub ID and I will add you to the beta. Feedback is welcome!

0 いいね!
TFELDCAMP
メンバー

Edit blog post meta title tag

解決

hi tilly please add me in. my id is https://app.hubspot.com/home-beta?portalId=21432684 - tracey feldcamp

0 いいね!
hdowden
参加者

Edit blog post meta title tag

解決

Hi tilly - my hubID is 3012736 (Ntiva, Inc.) I would love to be part of the beta. My SEO guy keeps bugging me about this.  🙂

0 いいね!
tilly
HubSpot製品開発チーム
HubSpot製品開発チーム

Edit blog post meta title tag

解決

Hi @hdowden -- This feature is currently live to all and should be accessible in your portal already 😀

0 いいね!
AHasselsteen
参加者

Edit blog post meta title tag

解決

Hi Tilly
I would really like to be a part of that demo. My HubSpot ID is: 6790880

0 いいね!
tilly
HubSpot製品開発チーム
HubSpot製品開発チーム

Edit blog post meta title tag

解決

Hi @AHasselsteen -- This feature is currently live to all and should be accessible in your portal already 😀

TheRavenKing
参加者

Edit blog post meta title tag

解決

Group,

 

Not sure if this is new or not, but under the settings tab of the blog page you are looking at, there is a hyperlink that states, "Customize blog's page title" if you click that you can put in a different SEO title than the Blog Title.

 

Cheers,


Brad

philipstorey1
メンバー

Edit blog post meta title tag

解決

It's causing us so many problems with our own site, we're going to come off the COS and it's preventing us from putting any clients on the COS.... ridiculous

Michael_P1
メンバー

Edit blog post meta title tag

解決

Still amazed that Hubspot won't let you have a different meta title and blog title(which shows up as the top header).

Agreed, this is SEO 101.

WouterDieleman
参加者 | Elite Partner
参加者 | Elite Partner

Edit blog post meta title tag

解決

How can this not be standard functionality? This is SEO 101 guys.

This should get sorted ASAP.

Greets from a disappointed Diamond partner :wink:

TVKurz
参加者

Edit blog post meta title tag

解決

Is this still a thing? Trying to figure out a way to do exactly this.

RichClinked
メンバー

Edit blog post meta title tag

解決

Do we have any ideas when we will be able to change meta titles in the hubspot backend without this hack?

Derek_Gervais
元HubSpot社員
元HubSpot社員

Edit blog post meta title tag

解決

Hi @philipstorey,

After reading my last post, I can see how it sounds like I was saying you could customize how the meta title is set. Apologies for that; the meta title is set to the blog post title, and that functionality cannot be changed. I meant that the blog post title is changed from the settings tab.

What you might consider doing it customizing your blog template using HubL to create a ‘public’ blog post title that is used for your actual blog post titles. You can then use the default title field for SEO purposes. It might look something like this:

{% text "blog_display_title" label='Set a unique post display title', export_to_template_context = True %}
{% if not content.widgets.blog_display_title.body.value %}
    <h1><a href="{{ content.absolute_url }}" id="hubspot-name" class="link hubspot-editable" data-hubspot-form-id="name" data-hubspot-name="Blog Title">{{ content.name }}</a></h1>
{% else %}
    <h1><a href="{{ content.absolute_url }}">{{ content.widgets.blog_display_title.body.value }}</a></h1>
{% endif %} 
goestab
参加者

Edit blog post meta title tag

解決

Darek, can you tell us exactly where to insert this lines of code and in which blog module exactly?

Best regards, Gösta

0 いいね!
Maj_Nedergaard
参加者

Edit blog post meta title tag

解決

Is there any news to this?
I want to customize our blog template but I cant find the right place to do so. It seems the changes we do only reflects what a visitor sees on the frontend of the blog, but where is the settings where this piece of code should be inserted so that I get the extra field for meta blog title?

Tintenton1
メンバー

Edit blog post meta title tag

解決

Hi @Maj_Nedergaard,
i did the same today and simply inserted it into the HTML in the template of my blog content. They will ask you to either edit post view or listing view. Choose Post view and insert the bit of code from above somewhere on top.
With this code you declare H1 new. This is why you need to remove any rules that are set for h1 in order to make the process work :slight_smile:

0 いいね!
Maj_Nedergaard
参加者

Edit blog post meta title tag

解決

Thank you for explaining that! I'll try that :slight_smile:

0 いいね!
DavidPower
参加者 | Solutions Partner
参加者 | Solutions Partner

Edit blog post meta title tag

解決

Great that there is a solution for this but it is really a bit of a hack. Strange this functionality is not in HubSpot COS already when it really is a basic and essential feature. Be keen to hear how other people have handled this and / or general thoughts on this?

Derek_Gervais
元HubSpot社員
元HubSpot社員

Edit blog post meta title tag

解決

Hi @philipstorey,

The meta title is automatically set to the blog post title. You can customize this from the settings tab when editing the blog post in HubSpot.

0 いいね!
philipstorey1
メンバー

Edit blog post meta title tag

解決

Really? If that is the case do you mind sharing a screenshot of where that is on the page? The reason I ask, is because this is something that I raised at developer Day in November in Dublin and the only solution that I have been given so far requires some hand coding

0 いいね!