Why Your GA4 Traffic Data May Not Match HubSpot
Category: Common Questions
Now that Google Analytics 4 (GA4) is officially here. I wanted to share a hidden feature causing confusion when comparing website traffic reports in HubSpot vs. what was being shown in GA4. For a span of a few days, there was a spike in direct traffic in HubSpot, but in GA4, I did not see […]
New Page Templates and Modules added to the Industrial Pro HubSpot Theme
Category: Newsletter
I’ve recently added new features to my Industrial Pro theme for HubSpot. The overall goal of the updates was to make it better support manufacturing services and make it easier to build common pages most industrial companies have. Theme Feature Updates Include: New Page Templates Home 2The homepage template is great for metal fabricators and machine […]
HubSpot Email Banner Size Guide: Dimensions & Best Practices [2026]
Category: Common Questions
Last Updated: January 2026 | Guidelines for HubSpot & General Email Clients Optimizing your email design starts with the right dimensions, ensuring your brand looks professional and scales perfectly across every device. Quick Specs: HubSpot Email Header Size (2026) ✅ Recommended Dimensions: 600px width × 200px height Max File Size: Under 1MB (aim for < […]
Reasons Why I Recommend Creating a Child Theme BEFORE You Start Building HubSpot Pages
Category: Articles
When you download a HubSpot theme from the HubSpot marketplace, it can be exciting to jump right in and start building pages. This is OK for testing, but when you are ready to actually build your final website, I highly recommend you create a child theme first. In this post, I will explain what a […]
How to Change the Site Name Above the URL Link on Google Search
Category: Common Questions
When you search Google for your website, are you seeing a site name and logo icon listed above the URL of the page? What do you do if the site name is wrong or if you need to change it? Site names were first visible on Mobile but recently have also been displaying on desktop […]
How to Remove “Powered by Shopify” from Website Footer 2023
Category: Newsletter
In this video I walk you through the steps of removing the “Powered by Shopify” text in the site footer of your store. I will be demonstrating this using the Shopify Dawn theme but this should apply to most themes. The official help video from Shopify has you just remove the link text but the […]
How to Load Script on One Domain and Exclude Previews in HubSpot [HubL Snippet]
Category: Code Snippets
The HubL code below will help you scope heatmap or anlytics tracking on one domain and exclude any previews. {% if request.domain == ‘www.yourdomain.com’ and request.query is not string_containing ‘hs_preview’ %} {% endif %}
How to Add, Move, Edit, and Delete HubSpot Modules
Category: Newsletter
In this HubSpot tutorial video, I’ll show you how to add, move, edit, and delete modules in HubSpot CMS. If you’re looking to manage your content and templates more effectively, then this video is for you! This video will provide you with step-by-step instructions on how to add, move, edit, and delete modules in HubSpot […]
Custom HubSpot Development Tutorial: How to Create a Custom Module [video]
Category: Newsletter
In this custom HubSpot development tutorial, I will demonstrate how to create a custom module in HubSpot using HTML and HubL code. I will be building a product attributes list inspired by one found on Amazon product listings. A good way to think of how HubSpot custom modules work is by comparing it to a […]
What are HubSpot Modules Used For?
Category: Newsletter
Are you new to building pages on HubSpot or want to learn more about it? One very important thing to understand is modules and the different ways to use them. In this video, I will explain what HubSpot modules are and how they are used inside the HubSpot website builder. HubSpot modules are reusable components […]