Google Helpful Content Update, New Keyword Wrapper Tool, Code for Marketers | 3 Things – March, 2024

Category: Newsletter

1. Google SEO Updates Google officially released INP for their core web vitals report in Google Search Console. Optimizing INP (interaction to next paint) should be prioritized by not being obsessed over it because it does not guarantee improvement in rankings. However, it does improve your customers’ user experience when viewing your website because nobody likes a slow-loading site. I also came… Read more »

Continue Reading

HubSpot Custom Module Boilerplate Code Snippet

Category: Code Snippets

Below is a some boilerplate code to use when creating a custom module inside HubSpot CMS. {# HubSpot uses different prefixes so this just gets the number module_######### widget_######### outputs just the number #} {% set instanceID = name[7:] %} {{ instanceID }} <div class=”module-class” id=”module{{instanceID}}”> <div class=”row-fluid”> <div class=”span6″>A</div> <div class=”span6″>B</div> </div> </div> {%… Read more »

Continue Reading

HubSpot Tutorial for Beginners: A Quick Overview

Category: Articles

HubSpot CRM is a cloud-based CRM platform that helps businesses track their leads and customers, automate their marketing campaigns, and provide excellent customer service. It’s designed to be easy to use, even for businesses with no prior CRM experience. This post will give you a quick overview of its main features and answer some common… Read more »

Continue Reading

How To Create a New CSS Stylesheet for HubSpot

Category: Articles

For those utilizing HubSpot’s content management system (CMS), the ability to create new CSS stylesheets grants users immense flexibility in customizing the look and feel of their website. Whether it’s making minor tweaks to existing styles or implementing a complete overhaul of the site’s design, having control over CSS stylesheets is essential for achieving the… Read more »

Continue Reading