<?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: Place SEO content on a Hubspot CMS webpage, via a couple of HTML elements in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Place-SEO-content-on-a-Hubspot-CMS-webpage-via-a-couple-of-HTML/m-p/490344#M24915</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/213551"&gt;@JRobertshaw&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For you to create a module that has a title and summary, it's best to create a custom module in HubSpot.&lt;/P&gt;
&lt;P&gt;In there you can create 2 custom fields and would the setup by like this.&lt;/P&gt;
&lt;P&gt;You can check the documentation about creating custom modules at: &lt;A href="https://developers.hubspot.com/docs/cms/building-blocks/module-theme-fields-overview" target="_blank" rel="noopener"&gt;Module and Theme Fields Overview&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fields:&lt;/P&gt;
&lt;P&gt;- summary&lt;/P&gt;
&lt;P&gt;- article&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your HTML&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;details&amp;gt;
  &amp;lt;summary&amp;gt;
    {{ module.summary }}
  &amp;lt;/summary&amp;gt;
  &amp;lt;article id="marquee"&amp;gt;
    {{ module.article }}
  &amp;lt;/article&amp;gt;
&amp;lt;/details&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your css:&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;details{
}
details summary{
}
details article{
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Sep 2021 06:44:51 GMT</pubDate>
    <dc:creator>Indra</dc:creator>
    <dc:date>2021-09-06T06:44:51Z</dc:date>
    <item>
      <title>Place SEO content on a Hubspot CMS webpage, via a couple of HTML elements</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Place-SEO-content-on-a-Hubspot-CMS-webpage-via-a-couple-of-HTML/m-p/490317#M24914</link>
      <description>&lt;P&gt;HI,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;we have been approached by an SEO company that is working with their clients HubSpot Website and they are looking to place SEO content on a Hubspot CMS webpage, via a couple of HTML elements&amp;nbsp;(&amp;lt;detail&amp;gt; - &amp;lt;summary&amp;gt; tag pair).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Just struggling a bit to work out what the best way to approach this is, they are looking to implment somehting similar to this&amp;nbsp;a mock-up - see: &lt;A href="https://maasmedia.com.au/#hubspot-proposal" target="_blank"&gt;https://maasmedia.com.au/#hubspot-proposal&lt;/A&gt; on the Maas Media website.&lt;BR /&gt;&lt;BR /&gt;If you view source on this section of the footer you will see the code from the Named Anchor (not actually part of the proposal, but there as a reference) down to the close of the &amp;lt;/details&amp;gt; tag.&lt;BR /&gt;&lt;BR /&gt;Ideally we would need to be able to change the plain text in the &amp;lt;summary&amp;gt; tag and all the content within the &amp;lt;article&amp;gt; tag as well as any CSS styling pertaining to the construct.&lt;BR /&gt;&lt;BR /&gt;If anyone could provide us with some idea of the feasibility of doing somehting like this&lt;BR /&gt;&lt;BR /&gt;If any further clarification regarding the details of the idea are required, please just drop us a line.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 04:00:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Place-SEO-content-on-a-Hubspot-CMS-webpage-via-a-couple-of-HTML/m-p/490317#M24914</guid>
      <dc:creator>JRobertshaw</dc:creator>
      <dc:date>2021-09-06T04:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Place SEO content on a Hubspot CMS webpage, via a couple of HTML elements</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Place-SEO-content-on-a-Hubspot-CMS-webpage-via-a-couple-of-HTML/m-p/490344#M24915</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/213551"&gt;@JRobertshaw&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For you to create a module that has a title and summary, it's best to create a custom module in HubSpot.&lt;/P&gt;
&lt;P&gt;In there you can create 2 custom fields and would the setup by like this.&lt;/P&gt;
&lt;P&gt;You can check the documentation about creating custom modules at: &lt;A href="https://developers.hubspot.com/docs/cms/building-blocks/module-theme-fields-overview" target="_blank" rel="noopener"&gt;Module and Theme Fields Overview&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fields:&lt;/P&gt;
&lt;P&gt;- summary&lt;/P&gt;
&lt;P&gt;- article&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your HTML&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;details&amp;gt;
  &amp;lt;summary&amp;gt;
    {{ module.summary }}
  &amp;lt;/summary&amp;gt;
  &amp;lt;article id="marquee"&amp;gt;
    {{ module.article }}
  &amp;lt;/article&amp;gt;
&amp;lt;/details&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your css:&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;details{
}
details summary{
}
details article{
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 06:44:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Place-SEO-content-on-a-Hubspot-CMS-webpage-via-a-couple-of-HTML/m-p/490344#M24915</guid>
      <dc:creator>Indra</dc:creator>
      <dc:date>2021-09-06T06:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Place SEO content on a Hubspot CMS webpage, via a couple of HTML elements</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Place-SEO-content-on-a-Hubspot-CMS-webpage-via-a-couple-of-HTML/m-p/1252877#M45142</link>
      <description>&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;I wanted to share my genuinely positive experience with &lt;STRONG&gt;Ravi Gupta Digital Marketer Private Limited&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;In my experience, they are a highly professional and results-oriented SEO company that truly focuses on long-term growth. Their team is knowledgeable, responsive, and very transparent about everything they do. They clearly explain their strategies, provide regular performance updates, and stay committed to delivering real, measurable results — not just empty promises.&lt;/P&gt;&lt;P&gt;Since working with them, I’ve seen significant improvements in search rankings, organic traffic, and overall online visibility. What really sets them apart is their personalized approach. They take the time to understand your business goals and create a tailored SEO strategy that actually works for your niche and audience.&lt;/P&gt;&lt;P&gt;Their &lt;STRONG&gt;guest post service&lt;/STRONG&gt; is also excellent. They secure high-quality placements on relevant and authoritative websites, which helps improve domain authority, strengthen brand credibility, and drive targeted traffic. Everything is handled professionally and ethically, with a clear focus on sustainable, long-term SEO success.&lt;/P&gt;&lt;P&gt;Considering the quality of service, expertise, and results they deliver, their pricing is fair and provides strong value. Overall, they are reliable, strategic, and performance-driven — definitely one of the best SEO and guest posting service providers I’ve worked with.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How to choose the best SEO company:&lt;/STRONG&gt;&lt;BR /&gt;• Check their proven results and real case studies&lt;BR /&gt;• Look for transparency in strategy, process, and reporting&lt;BR /&gt;• Make sure they follow ethical (white-hat) SEO practices&lt;BR /&gt;• Evaluate how clearly and quickly they communicate&lt;BR /&gt;• Read genuine client reviews and testimonials&lt;BR /&gt;• Choose a company that offers customized strategies&lt;BR /&gt;• Compare pricing with actual value and deliverables&lt;BR /&gt;• Check their experience in your industry or niche&lt;BR /&gt;• Ask about the quality of backlinks and content standards&lt;BR /&gt;• Ensure they focus on sustainable, long-term growth — not shortcuts&lt;/P&gt;</description>
      <pubDate>Sat, 21 Feb 2026 09:17:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Place-SEO-content-on-a-Hubspot-CMS-webpage-via-a-couple-of-HTML/m-p/1252877#M45142</guid>
      <dc:creator>makko</dc:creator>
      <dc:date>2026-02-21T09:17:53Z</dc:date>
    </item>
  </channel>
</rss>

