APIs & Integrations

philipstorey1
Membro

Edit blog post meta title tag

resolver

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 Solução aceita
tilly
Solução
Equipe de Produto da HubSpot
Equipe de Produto da HubSpot

Edit blog post meta title tag

resolver

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!

Exibir solução no post original

0 Avaliação positiva
22 Respostas 22
tilly
Solução
Equipe de Produto da HubSpot
Equipe de Produto da HubSpot

Edit blog post meta title tag

resolver

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 Avaliação positiva
TFELDCAMP
Membro

Edit blog post meta title tag

resolver

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

0 Avaliação positiva
hdowden
Participante

Edit blog post meta title tag

resolver

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 Avaliação positiva
tilly
Equipe de Produto da HubSpot
Equipe de Produto da HubSpot

Edit blog post meta title tag

resolver

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

0 Avaliação positiva
AHasselsteen
Participante

Edit blog post meta title tag

resolver

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

0 Avaliação positiva
tilly
Equipe de Produto da HubSpot
Equipe de Produto da HubSpot

Edit blog post meta title tag

resolver

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

TheRavenKing
Participante

Edit blog post meta title tag

resolver

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
Membro

Edit blog post meta title tag

resolver

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
Membro

Edit blog post meta title tag

resolver

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
Participante | Parceiro Elite
Participante | Parceiro Elite

Edit blog post meta title tag

resolver

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
Participante

Edit blog post meta title tag

resolver

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

RichClinked
Membro

Edit blog post meta title tag

resolver

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

Derek_Gervais
Alunos da HubSpot
Alunos da HubSpot

Edit blog post meta title tag

resolver

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
Participante

Edit blog post meta title tag

resolver

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

Best regards, Gösta

0 Avaliação positiva
Maj_Nedergaard
Participante

Edit blog post meta title tag

resolver

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
Membro

Edit blog post meta title tag

resolver

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 Avaliação positiva
Maj_Nedergaard
Participante

Edit blog post meta title tag

resolver

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

0 Avaliação positiva
DavidPower
Participante | Parceiro
Participante | Parceiro

Edit blog post meta title tag

resolver

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
Alunos da HubSpot
Alunos da HubSpot

Edit blog post meta title tag

resolver

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 Avaliação positiva
philipstorey1
Membro

Edit blog post meta title tag

resolver

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 Avaliação positiva