Google Search Document Leak & SEO Impact, New! I Created a UTM Campaign Builder Tool, Adding Custom Fonts to HubSpot | 3 Things Newsletter – June, 2024

Category: Newsletter

1. Google Search Document Leak & SEO Impact In late May, a bunch of documents leaked regarding how the Google search algorithm functioned. Granted this information could be outdated and not accurate to how everything is working. However, you can gain a lot of insights into what Google is looking for when it says to… Read more »

Continue Reading

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

10+ Best Digital Marketing Agencies in Metro Detroit, Michigan | Inbound & HubSpot Specialists

Category: Articles

Metro Detroit is a vibrant hub for businesses, and navigating the digital landscape can be challenging. Finding the right partner for your inbound marketing efforts is crucial for attracting, engaging, and converting customers. Look no further! This blog post explores ten top-notch agencies in the region specializing in inbound marketing and HubSpot solutions, ready to… 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