Meta tags for twitter lowercase | Community
Skip to main content
February 22, 2018
Question

Meta tags for twitter lowercase

  • February 22, 2018
  • 2 replies
  • 2780 views

Hi,

I have created a guided landing page template and from this I have created a test landing page. I have noticed that although the text in the twitter tags in the template is capitalized it is all lower case in the test landing page.

Landing page Template:

<meta name="twitter:description" content="This Example Text for Description">

<meta name="twitter:title" content="This Example Text for Content">

Landing page created from Template:

<meta name="twitter:description" content="this example text for description">

<meta name="twitter:title" content="this example text for content">

Just wondering if anyone else has noticed this? And if so is there a way to keep the capitals?

Thanks very much, Tina

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Akshay_Pant
Level 4
February 22, 2018

Hi Carlos Cerqueira

You have to use text-transform: capitalize; on the landing page where you want to capitalize the text.

Thanks

Akshay

February 22, 2018

Hi Akshay,

Thank you for your quick response. I don't think it is possible to add style to the meta tags, could you provide an example please?

Thanks, Tina

Dan_Stevens_
Level 10
February 22, 2018

Marketo support was able to replicate this issue on their end (regarding all meta tags set at the template level) - per this post: Setting landing page &lt;title&gt; in template renders as all lowercase

I don’t believe they are considering this a bug though since “you can fix this when you’re creating the actual landing page that’s based on the template”.

For us, we create default values at the template level since many users forget to define these values.

SanfordWhiteman
Level 10
February 22, 2018
I don’t believe they are considering this a bug though since “you can fix this when you’re creating the actual landing page that’s based on the template”.

It's a bug, otherwise there wouldn't be anything to "fix." But on we go...

February 26, 2018

Hi Sanford,

Thanks for your input.

We found a 'fix' /'work around to this. We removed that contents of the title tag and meta tags from the pages and added the title, keywords and description in the Edit Landing Page / Edit page Meta Tags section in the Title/Keywords. description fields. We added the twitter meta tags to the Edit Landing Page / Edit page Meta Tags / Custom Head HTML. This retained the capitalization.. woo hoo.