<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Want to show different meta title for case studies in Content Strategy &amp; SEO</title>
    <link>https://community.hubspot.com/t5/Content-Strategy-SEO/Want-to-show-different-meta-title-for-case-studies/m-p/1108739#M3572</link>
    <description>&lt;P&gt;To display different meta titles for case studies, you can dynamically generate them to enhance SEO and user engagement. A good format could be {Case Study Title} | Vist Success Story | YourBrand. Click Here to explore more success stories. If you're using a CMS, implement a dynamic meta title setup in your template to automate this process and maintain consistency.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2025 16:56:17 GMT</pubDate>
    <dc:creator>hkyles58</dc:creator>
    <dc:date>2025-02-13T16:56:17Z</dc:date>
    <item>
      <title>Want to show different meta title for case studies</title>
      <link>https://community.hubspot.com/t5/Content-Strategy-SEO/Want-to-show-different-meta-title-for-case-studies/m-p/1083200#M3377</link>
      <description>&lt;P&gt;We want to display a different meta title for case studies entries. While we have the option to control the case studies title, there is currently no option to set a separate meta title. Is there a way to achieve this customization?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 12:57:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Content-Strategy-SEO/Want-to-show-different-meta-title-for-case-studies/m-p/1083200#M3377</guid>
      <dc:creator>DFinberg</dc:creator>
      <dc:date>2024-12-13T12:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show different meta title for case studies</title>
      <link>https://community.hubspot.com/t5/Content-Strategy-SEO/Want-to-show-different-meta-title-for-case-studies/m-p/1083227#M3378</link>
      <description>&lt;P&gt;&lt;FONT face="trebuchet ms,geneva" size="2"&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/859331"&gt;@DFinberg&lt;/a&gt;,&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="trebuchet ms,geneva" size="2"&gt;While HubSpot allows you to set the page title and meta description, it currently uses the page title as the meta title.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="trebuchet ms,geneva" size="2"&gt;If you're looking to display a separate meta title in search engine results that differs from the title shown on the case study page itself, this functionality might not be directly available in HubSpot. However, you can still manage the meta description for search results and optimize the page title for SEO purposes. For further customization, you can further go by exploring custom coding through HubSpot’s CMS Hub features to manually set metadata or try using HubSpot API’s.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="trebuchet ms,geneva" size="2"&gt;For additional guidance, you can refer to this resource &lt;A href="https://knowledge.hubspot.com/website-and-landing-pages/create-and-manage-case-studies" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this helps, feel free to mark it as the solution&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="trebuchet ms,geneva" size="2"&gt;&lt;SPAN&gt;and give it an upvote&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="trebuchet ms,geneva" size="2"&gt;&lt;SPAN&gt;&amp;nbsp;!&lt;/SPAN&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 13:58:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Content-Strategy-SEO/Want-to-show-different-meta-title-for-case-studies/m-p/1083227#M3378</guid>
      <dc:creator>Jigar_Thakker</dc:creator>
      <dc:date>2024-12-13T13:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show different meta title for case studies</title>
      <link>https://community.hubspot.com/t5/Content-Strategy-SEO/Want-to-show-different-meta-title-for-case-studies/m-p/1083276#M3379</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/859331"&gt;@DFinberg&lt;/a&gt;,&amp;nbsp;you can achieve this by updating your template (at code level, so you might need a developer if you are not familiar with HubL and HTML). &lt;BR /&gt;&lt;BR /&gt;First you need a new text variable in the template you are using for Case Studies, something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{% text "case_study_title" label="Enter custom meta title here", value="", export_to_template_context=True %}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, go to you base.html (or the file where you have the &amp;lt;head&amp;gt; element, and add the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{% if content.widgets.case_study_title.body.value != '' %}
    &amp;lt;title&amp;gt;{{content.widgets.case_study_title.body.value}}&amp;lt;/title&amp;gt;
{% else %}
    {% if page_meta.html_title or pageTitle %}&amp;lt;title&amp;gt;{{ page_meta.html_title or pageTitle }}&amp;lt;/title&amp;gt;{% endif %}
{% endif %}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The code above will overwrite the meta title with whatever text you add to the variable that you added to the template and that will appears in the sidebard when editing a page that uses that template. If the value is empty, then your page title will be used as meta title.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you need futher help, please let me know &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 15:11:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Content-Strategy-SEO/Want-to-show-different-meta-title-for-case-studies/m-p/1083276#M3379</guid>
      <dc:creator>albertsg</dc:creator>
      <dc:date>2024-12-13T15:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show different meta title for case studies</title>
      <link>https://community.hubspot.com/t5/Content-Strategy-SEO/Want-to-show-different-meta-title-for-case-studies/m-p/1083350#M3380</link>
      <description>&lt;P&gt;Thanks for your reply&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/610147"&gt;@Jigar_Thakker&lt;/a&gt;&amp;nbsp;Can you share/suggest any link or support article regarding using&amp;nbsp;&lt;SPAN&gt;HubSpot’s CMS Hub features or&amp;nbsp;HubSpot API which will allow this custom feature? The article you mentioned in the reply not suggest anything related to separate meta title.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 17:44:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Content-Strategy-SEO/Want-to-show-different-meta-title-for-case-studies/m-p/1083350#M3380</guid>
      <dc:creator>DFinberg</dc:creator>
      <dc:date>2024-12-13T17:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show different meta title for case studies</title>
      <link>https://community.hubspot.com/t5/Content-Strategy-SEO/Want-to-show-different-meta-title-for-case-studies/m-p/1083352#M3381</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/92197"&gt;@albertsg&lt;/a&gt;&amp;nbsp;for the response. We are using the built-in case studies section of hubspot and the template associated with it dont have the option to edit. We have tried to overwrite it using child theme as well but it wont work. Is there any other solution?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 17:46:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Content-Strategy-SEO/Want-to-show-different-meta-title-for-case-studies/m-p/1083352#M3381</guid>
      <dc:creator>DFinberg</dc:creator>
      <dc:date>2024-12-13T17:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show different meta title for case studies</title>
      <link>https://community.hubspot.com/t5/Content-Strategy-SEO/Want-to-show-different-meta-title-for-case-studies/m-p/1108739#M3572</link>
      <description>&lt;P&gt;To display different meta titles for case studies, you can dynamically generate them to enhance SEO and user engagement. A good format could be {Case Study Title} | Vist Success Story | YourBrand. Click Here to explore more success stories. If you're using a CMS, implement a dynamic meta title setup in your template to automate this process and maintain consistency.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 16:56:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Content-Strategy-SEO/Want-to-show-different-meta-title-for-case-studies/m-p/1108739#M3572</guid>
      <dc:creator>hkyles58</dc:creator>
      <dc:date>2025-02-13T16:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show different meta title for case studies</title>
      <link>https://community.hubspot.com/t5/Content-Strategy-SEO/Want-to-show-different-meta-title-for-case-studies/m-p/1186449#M4031</link>
      <description>&lt;P&gt;Yup, it's quite disappointing there aren't a few more options for customising these Case Study pages.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2025 22:27:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Content-Strategy-SEO/Want-to-show-different-meta-title-for-case-studies/m-p/1186449#M4031</guid>
      <dc:creator>ScottMoyse</dc:creator>
      <dc:date>2025-08-07T22:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show different meta title for case studies</title>
      <link>https://community.hubspot.com/t5/Content-Strategy-SEO/Want-to-show-different-meta-title-for-case-studies/m-p/1186484#M4032</link>
      <description>&lt;P&gt;Hey &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/807709"&gt;@ScottMoyse&lt;/a&gt;&lt;/SPAN&gt; - we totally hear the need, and we encourage you to post this idea in our &lt;A href="https://community.hubspot.com/t5/HubSpot-Ideas/idb-p/HubSpot_Ideas" target="_blank"&gt;Ideas Forum&lt;/A&gt;! This will allow other Community members to upvote your idea and echo the sentiment to our Products team!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 01:39:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Content-Strategy-SEO/Want-to-show-different-meta-title-for-case-studies/m-p/1186484#M4032</guid>
      <dc:creator>STierney</dc:creator>
      <dc:date>2025-08-08T01:39:06Z</dc:date>
    </item>
  </channel>
</rss>

