Google Data Studio Bubble Chart of SEO Improvement Opportunities
Category: Articles
The Google Search Console blog recently shared a free template to import your Google Search Console data and plot the search queries in a bubble chart. Why would you want to do this? Because it visually helps you know what is actionable in optimizing organic search keywords and pages. The larger the bubble the higher […]
HubSpot HubL Code Snippet Collection – Filters, Functions, and Macros
Category: Code Snippets
Below is a list of my commonly used HubSpot CMS HubL filters, functions, and Macros. Email me if you have one you would like to add to this list. Create a slug from a text string I used this when I wanted to add a CSS class name to the li of a menu using […]
Top Industrial & Manufacturing Trade Shows / Conferences 2023
Category: Articles
Are you looking for a list of industrial or manufacturing trade shows or conferences to attend this year? This page lists the manufacturing trade shows I could find for 2023. Contact me if you have one you would like to add to the list. Summer 2023 Industrial & Manufacturing Trade shows Advanced Manufacturing Expo 09 […]
FAQ Schema Microdata Code Snippet
Category: Code Snippets
Below is a FAQ microdata schema code template you can copy and paste and add to your page HTML. You would repeat the .faq-question div block for each QA answer set. Once you are done adding your markup you can test it in the Google schema tester. If you are using WordPress, I noticed the […]
Top Industrial & Manufacturing Trade Shows & Conferences 2022
Category: Articles
Are you looking for a list of industrial or manufacturing trade shows or conferences to attend this year? This page lists the manufacturing trade shows I could find for 2022 and 2023. Contact me if you have one you would like to add to the list. Fall 2022 Industrial & Manufacturing Trade shows IMTS 2022 […]
What happens when you clone a landing page in HubSpot?
Category: Common Questions
HubSpot creates a duplicate draft version of the page and adds the word “Clone” at the end of the original name.
How to Create a Landing Page in HubSpot CMS Using a Blank Page
Category: Tutorials
Are you trying to create a landing page using a blank page in HubSpot? HubSpot’s drag and drop templates make it incredibly simple to create landing pages that generate leads or promote webinars. The user-friendly drag and drop editor allows you to easily add or update text and images within the landing page layout. What […]
How to Make CSS Style Customizations to HubSpot CMS Pages
Category: Articles
Are you creating a HubSpot landing page or website page but want to make a small design style adjustment? Sometimes you just have to dig in and get your hands dirty writing some code. But don’t worry it isn’t as bad as it looks. And if this is your first time, afterward you will think […]
How to Copy HubSpot Sections Into a HubL Code Template
Category: Code Snippets
HubSpot CMS has recently added the ability to copy sections built with the visual editor and then paste the HubL code into a template. Previously, this had to be done by manually. Why you might want to use this A designer or marketer could visually design the page. Get 80% there and then hand off […]
How do you change the styling of a HubSpot pop up form?
Category: Articles
I recently tried adding a HubSpot popup form but I noticed I didn’t like the styles. It wasn’t exactly what I was looking for. The form admin does not provide extensive customization options, but if you are comfortable adding CSS styles you can adjust the popup to fit your needs. Below are the changes I […]