Author: Franz Malten Buemann

  • The Ultimate Guide to Technical SEO

    List three things you’ve done this year that pertain to search engine optimization (SEO).
    Do these tactics revolve around keyword research, meta descriptions, and backlinks?
    If so, you’re not alone. When it comes to SEO, these techniques are usually the first ones marketers add to their arsenal.
    While these strategies do improve your site’s visibility in organic search, they’re not the only ones you should be employing. There’s another set of tactics that fall under the SEO umbrella.

    Technical SEO refers to the behind-the-scenes elements that power your organic growth engine, such as site architecture, mobile optimization, and page speed. These aspects of SEO might not be the sexiest, but they are incredibly important.
    The first step in improving your technical SEO is knowing where you stand by performing a site audit. The second step is to create a plan to address the areas where you fall short. We’ll cover these steps in-depth below.
    Pro tip: Create a website designed to convert using HubSpot’s free CMS tools.

    Technical SEO vs. On-Page SEO vs. Off-Page SEO
    Many people break down search engine optimization (SEO) into three different buckets: on-page SEO, off-page SEO, and technical SEO. Let’s quickly cover what each means.
    On-Page SEO
    On-page SEO refers to the content that tells search engines (and readers!) what your page is about, including image alt text, keyword usage, meta descriptions, H1 tags, URL naming, and internal linking. You have the most control over on-page SEO because, well, everything is on your site.
    Off-Page SEO
    Off-page SEO tells search engines how popular and useful your page is through votes of confidence — most notably backlinks, or links from other sites to your own. Backlink quantity and quality boost a page’s PageRank. All things being equal, a page with 100 relevant links from credible sites will outrank a page with 50 relevant links from credible sites (or 100 irrelevant links from credible sites.)
    Technical SEO
    Technical SEO is within your control as well, but it’s a bit trickier to master since it’s less intuitive.
    Why is technical SEO important?
    You may be tempted to ignore this component of SEO completely; however, it plays an important role in your organic traffic. Your content might be the most thorough, useful, and well-written, but unless a search engine can crawl it, very few people will ever see it.
    It’s like a tree that falls in the forest when no one is around to hear it … does it make a sound? Without a strong technical SEO foundation, your content will make no sound to search engines.
    Source
    Let’s discuss how you can make your content resound through the internet.
    Understanding Technical SEO
    Technical SEO is a beast that is best broken down into digestible pieces. If you’re like me, you like to tackle big things in chunks and with checklists. Believe it or not, everything we’ve covered to this point can be placed into one of five categories, each of which deserves its own list of actionable items.
    These five categories and their place in the technical SEO hierarchy is best illustrated by this beautiful graphic that is reminiscent of Maslov’s Hierarchy of Needs but remixed for search engine optimization. (Note that we will use the commonly used term “Rendering” in place of Accessibility.)
    Source

    Technical SEO Audit Fundamentals
    Before you begin with your technical SEO audit, there are a few fundamentals that you need to put in place.
    Let’s cover these technical SEO fundamentals before we move on to the rest of your website audit.
    Audit Your Preferred Domain
    Your domain is the URL that people type to arrive on your site, like hubspot.com. Your website domain impacts whether people can find you through search and provides a consistent way to identify your site.
    When you select a preferred domain, you’re telling search engines whether you prefer the www or non-www version of your site to be displayed in the search results. For example, you might select www.yourwebsite.com over yourwebsite.com. This tells search engines to prioritize the www version of your site and redirects all users to that URL. Otherwise, search engines will treat these two versions as separate sites, resulting in dispersed SEO value.
    Previously, Google asked you to identify the version of your URL that you prefer. Now, Google will identify and select a version to show searchers for you. However, if you prefer to set the preferred version of your domain, then you can do so through canonical tags (which we’ll cover shortly). Either way, once you set your preferred domain, make sure that all variants, meaning www, non-www, http, and index.html, all permanently redirect to that version.
    Implement SSL
    You may have heard this term before — that’s because it’s pretty important. SSL, or Secure Sockets Layer, creates a layer of protection between the web server (the software responsible for fulfilling an online request) and a browser, thereby making your site secure. When a user sends information to your website, like payment or contact info, that information is less likely to be hacked because you have SSL to protect them.
    An SSL certificate is denoted by a domain that begins with “https://” as opposed to “http://” and a lock symbol in the URL bar.

    Search engines prioritize secure sites — in fact, Google announced as early as 2014 that SSL would be considered a ranking factor. Because of this, be sure to set the SSL variant of your homepage as your preferred domain.
    After you set up SSL, you’ll need to migrate any non-SSL pages from http to https. It’s a tall order, but worth the effort in the name of improved ranking. Here are the steps you need to take:

    Redirect all http://yourwebsite.com pages to https://yourwebsite.com.
    Update all canonical and hreflang tags accordingly.
    Update the URLs on your sitemap (located at yourwebsite.com/sitemap.xml) and your robot.txt (located at yourwebsite.com/robots.txt).
    Set up a new instance of Google Search Console and Bing Webmaster Tools for your https website and track it to make sure 100% of the traffic migrates over.

    Optimize Page Speed
    Do you know how long a website visitor will wait for your website to load? Six seconds … and that’s being generous. Some data shows that the bounce rate increases by 90% with an increase in page load time from one to five seconds. You don’t have one second to waste, so improving your site load time should be a priority.
    Site speed isn’t just important for user experience and conversion — it’s also a ranking factor.
    Use these tips to improve your average page load time:

    Compress all of your files. Compression reduces the size of your images, as well as CSS, HTML, and JavaScript files, so they take up less space and load faster. 

    Audit redirects regularly. A 301 redirect takes a few seconds to process. Multiply that over several pages or layers of redirects, and you’ll seriously impact your site speed. 

    Trim down your code. Messy code can negatively impact your site speed. Messy code means code that’s lazy. It’s like writing — maybe in the first draft, you make your point in 6 sentences. In the second draft, you make it in 3. The more efficient code is, the more quickly the page will load (in general). Once you clean things up, you’ll minify and compress your code.
    Consider a content distribution network (CDN). CDNs are distributed web servers that store copies of your website in various geographical locations and deliver your site based on the searcher’s location. Since the information between servers has a shorter distance to travel, your site loads faster for the requesting party.

    Try not to go plugin happy. Outdated plugins often have security vulnerabilities that make your website susceptible to malicious hackers who can harm your website’s rankings. Make sure you’re always using the latest versions of plugins and minimize your use to the most essential. In the same vein, consider using custom-made themes, as pre-made website themes often come with a lot of unnecessary code. 

    Take advantage of cache plugins. Cache plugins store a static version of your site to send to returning users, thereby decreasing the time to load the site during repeat visits. 

    Use asynchronous (async) loading. Scripts are instructions that servers need to read before they can process the HTML, or body, of your webpage, i.e. the things visitors want to see on your site. Typically, scripts are placed in the <head> of a website (think: your Google Tag Manager script), where they are prioritized over the content on the rest of the page. Using async code means the server can process the HTML and script simultaneously, thereby decreasing the delay and increasing page load time.Here’s how an async script looks: <script async src=”script.js”></script> 

    If you want to see where your website falls short in the speed department, you can use this resource from Google.
    Once you have your technical SEO fundamentals in place, you’re ready to move onto the next stage — crawlability.

    Crawlability Checklist
    Crawlability is the foundation of your technical SEO strategy. Search bots will crawl your pages to gather information about your site.
    If these bots are somehow blocked from crawling, they can’t index or rank your pages. The first step to implementing technical SEO is to ensure that all of your important pages are accessible and easy to navigate.
    Below we’ll cover some items to add to your checklist as well as some website elements to audit to ensure that your pages are prime for crawling.

    1. Create an XML sitemap.
    Remember that site structure we went over? That belongs in something called an XML Sitemap that helps search bots understand and crawl your web pages. You can think of it as a map for your website. You’ll submit your sitemap to Google Search Console and Bing Webmaster Tools once it’s complete. Remember to keep your sitemap up-to-date as you add and remove web pages.
    2. Maximize your crawl budget.
    Your crawl budget refers to the pages and resources on your site search bots will crawl.
    Because crawl budget isn’t infinite, make sure you’re prioritizing your most important pages for crawling.
    Here are a few tips to ensure that you’re maximizing your crawl budget:

    Remove or canonicalize duplicate pages.
    Fix or redirect any broken links.
    Make sure your CSS and Javascript files are crawlable.
    Check your crawl stats regularly and watch for sudden dips or increases.
    Make sure any bot or page you’ve disallowed from crawling is meant to be blocked.
    Keep your sitemap updated and submit it to the appropriate webmaster tools.
    Prune your site of unnecessary or outdated content.
    Watch out for dynamically generated URLs, which can make the number of pages on your site skyrocket.

    3. Optimize your site architecture.
    Your website has multiple pages. Those pages need to be organized in a way that allows search engines to easily find and crawl them. That’s where your site structure — often referred to as your website’s information architecture — comes in.
    In the same way that a building is based on architectural design, your site architecture is how you organize the pages on your site.
    Related pages are grouped together; for example, your blog homepage links to individual blog posts, which each link to their respective author pages. This structure helps search bots understand the relationship between your pages.
    Your site architecture should also shape, and be shaped by, the importance of individual pages. The closer Page A is to your homepage, the more pages link to Page A, and the more link equity those pages have, the more importance search engines will give to Page A.
    For example, a link from your homepage to Page A demonstrates more significance than a link from a blog post. The more links to Page A, the more “significant” that page becomes to search engines.
    Conceptually, a site architecture could look something like this, where the About, Product, News, etc. pages are positioned at the top of the hierarchy of page importance.

    Source
    Make sure the most important pages to your business are at the top of the hierarchy with the greatest number of (relevant!) internal links.
    4. Set a URL structure.
    URL structure refers to how you structure your URLs, which could be determined by your site architecture. I’ll explain the connection in a moment. First, let’s clarify that URLs can have subdirectories, like blog.hubspot.com, and/or subfolders, like hubspot.com/blog, that indicate where the URL leads.
    As an example, a blog post titled How to Groom Your Dog would fall under a blog subdomain or subdirectory. The URL might be www.bestdogcare.com/blog/how-to-groom-your-dog. Whereas a product page on that same site would be www.bestdogcare.com/products/grooming-brush.
    Whether you use subdomains or subdirectories or “products” versus “store” in your URL is entirely up to you. The beauty of creating your own website is that you can create the rules. What’s important is that those rules follow a unified structure, meaning that you shouldn’t switch between blog.yourwebsite.com and yourwebsite.com/blogs on different pages. Create a roadmap, apply it to your URL naming structure, and stick to it.
    Here are a few more tips about how to write your URLs:

    Use lowercase characters.
    Use dashes to separate words.
    Make them short and descriptive.
    Avoid using unnecessary characters or words (including prepositions).
    Include your target keywords.

    Once you have your URL structure buttoned up, you’ll submit a list of URLs of your important pages to search engines in the form of an XML sitemap. Doing so gives search bots additional context about your site so they don’t have to figure it out as they crawl.
    5. Utilize robots.txt.
    When a web robot crawls your site, it will first check the /robot.txt, otherwise known as the Robot Exclusion Protocol. This protocol can allow or disallow specific web robots to crawl your site, including specific sections or even pages of your site. If you’d like to prevent bots from indexing your site, you’ll use a noindex robots meta tag. Let’s discuss both of these scenarios.
    You may want to block certain bots from crawling your site altogether. Unfortunately, there are some bots out there with malicious intent — bots that will scrape your content or spam your community forums. If you notice this bad behavior, you’ll use your robot.txt to prevent them from entering your website. In this scenario, you can think of robot.txt as your force field from bad bots on the internet.
    Regarding indexing, search bots crawl your site to gather clues and find keywords so they can match your web pages with relevant search queries. But, as we’ll discuss later, you have a crawl budget that you don’t want to spend on unnecessary data. So, you may want to exclude pages that don’t help search bots understand what your website is about, for example, a Thank You page from an offer or a login page.
    No matter what, your robot.txt protocol will be unique depending on what you’d like to accomplish.
    6. Add breadcrumb menus.
    Remember the old fable Hansel and Gretel where two children dropped breadcrumbs on the ground to find their way back home? Well, they were on to something.
    Breadcrumbs are exactly what they sound like — a trail that guides users to back to the start of their journey on your website. It’s a menu of pages that tells users how their current page relates to the rest of the site.
    And they aren’t just for website visitors; search bots use them, too.
    Source
    Breadcrumbs should be two things: 1) visible to users so they can easily navigate your web pages without using the Back button, and 2) have structured markup language to give accurate context to search bots that are crawling your site.
    Not sure how to add structured data to your breadcrumbs? Use this guide for BreadcrumbList.
    7. Use pagination.
    Remember when teachers would require you to number the pages on your research paper? That’s called pagination. In the world of technical SEO, pagination has a slightly different role but you can still think of it as a form of organization.
    Pagination uses code to tell search engines when pages with distinct URLs are related to each other. For instance, you may have a content series that you break up into chapters or multiple webpages. If you want to make it easy for search bots to discover and crawl these pages, then you’ll use pagination.
    The way it works is pretty simple. You’ll go to the <head> of page one of the series and use
    rel=”next” to tell the search bot which page to crawl second. Then, on page two, you’ll use rel=”prev” to indicate the prior page and rel=”next” to indicate the subsequent page, and so on.
    It looks like this…
    On page one:

    On page two:

    Note that pagination is useful for crawl discovery, but is no longer supported by Google to batch index pages as it once was.
    8. Check your SEO log files.
    You can think of log files like a journal entry. Web servers (the journaler) record and store log data about every action they take on your site in log files (the journal). The data recorded includes the time and date of the request, the content requested, and the requesting IP address. You can also identify the user agent, which is a uniquely identifiable software (like a search bot, for example) that fulfills the request for a user.
    But what does this have to do with SEO?
    Well, search bots leave a trail in the form of log files when they crawl your site. You can determine if, when, and what was crawled by checking the log files and filtering by the user agent and search engine.
    This information is useful to you because you can determine how your crawl budget is spent and which barriers to indexing or access a bot is experiencing. To access your log files, you can either ask a developer or use a log file analyzer, like Screaming Frog.
    Just because a search bot can crawl your site doesn’t necessarily mean that it can index all of your pages. Let’s take a look at the next layer of your technical SEO audit — indexability.

    Indexability Checklist
    As search bots crawl your website, they begin indexing pages based on their topic and relevance to that topic. Once indexed, your page is eligible to rank on the SERPs. Here are a few factors that can help your pages get indexed.

    1. Unblock search bots from accessing pages.
    You’ll likely take care of this step when addressing crawlability, but it’s worth mentioning here. You want to ensure that bots are sent to your preferred pages and that they can access them freely. You have a few tools at your disposal to do this. Google’s robots.txt tester will give you a list of pages that are disallowed and you can use the Google Search Console’s Inspect tool to determine the cause of blocked pages.
    2. Remove duplicate content.
    Duplicate content confuses search bots and negatively impacts your indexability. Remember to use canonical URLs to establish your preferred pages.
    3. Audit your redirects.
    Verify that all of your redirects are set up properly. Redirect loops, broken URLs, or — worse — improper redirects can cause issues when your site is being indexed. To avoid this, audit all of your redirects regularly.
    4. Check the mobile-responsiveness of your site.
    If your website is not mobile-friendly by now, then you’re far behind where you need to be. As early as 2016, Google started indexing mobile sites first, prioritizing the mobile experience over desktop. Today, that indexing is enabled by default. To keep up with this important trend, you can use Google’s mobile-friendly test to check where your website needs to improve.
    5. Fix HTTP errors.
    HTTP stands for HyperText Transfer Protocol, but you probably don’t care about that. What you do care about is when HTTP returns errors to your users or to search engines, and how to fix them.
    HTTP errors can impede the work of search bots by blocking them from important content on your site. It is, therefore, incredibly important to address these errors quickly and thoroughly.
    Since every HTTP error is unique and requires a specific resolution, the section below has a brief explanation of each, and you’ll use the links provided to learn more about or how to resolve them.

    301 Permanent Redirects are used to permanently send traffic from one URL to another. Your CMS will allow you to set up these redirects, but too many of these can slow down your site and degrade your user experience as each additional redirect adds to page load time. Aim for zero redirect chains, if possible, as too many will cause search engines to give up crawling that page.
    302 Temporary Redirect is a way to temporarily redirect traffic from a URL to a different webpage. While this status code will automatically send users to the new webpage, the cached title tag, URL, and description will remain consistent with the origin URL. If the temporary redirect stays in place long enough, though, it will eventually be treated as a permanent redirect and those elements will pass to the destination URL.
    403 Forbidden Messages mean that the content a user has requested is restricted based on access permissions or due to a server misconfiguration.
    404 Error Pages tell users that the page they have requested doesn’t exist, either because it’s been removed or they typed the wrong URL. It’s always a good idea to create 404 pages that are on-brand and engaging to keep visitors on your site (click the link above to see some good examples).
    405 Method Not Allowed means that your website server recognized and still blocked the access method, resulting in an error message.
    500 Internal Server Error is a general error message that means your web server is experiencing issues delivering your site to the requesting party.
    502 Bad Gateway Error is related to miscommunication, or invalid response, between website servers.
    503 Service Unavailable tells you that while your server is functioning properly, it is unable to fulfill the request.
    504 Gateway Timeout means a server did not receive a timely response from your web server to access the requested information.

    Whatever the reason for these errors, it’s important to address them to keep both users and search engines happy, and to keep both coming back to your site.
    Even if your site has been crawled and indexed, accessibility issues that block users and bots will impact your SEO. That said, we need to move on to the next stage of your technical SEO audit — renderability.

    Renderability Checklist
    Before we dive into this topic, it’s important to note the difference between SEO accessibility and web accessibility. The latter revolves around making your web pages easy to navigate for users with disabilities or impairments, like blindness or Dyslexia, for example. Many elements of online accessibility overlap with SEO best practices. However, an SEO accessibility audit does not account for everything you’d need to do to make your site more accessible to visitors who are disabled.
    We’re going to focus on SEO accessibility, or rendering, in this section, but keep web accessibility top of mind as you develop and maintain your site.
    Renderability Checklist
    An accessible site is based on ease of rendering. Below are the website elements to review for your renderability audit.
    Server Performance
    As you learned above, server timeouts and errors will cause HTTP errors that hinder users and bots from accessing your site. If you notice that your server is experiencing issues, use the resources provided above to troubleshoot and resolve them. Failure to do so in a timely manner can result in search engines removing your web page from their index as it is a poor experience to show a broken page to a user.
    HTTP Status
    Similar to server performance, HTTP errors will prevent access to your webpages. You can use a web crawler, like Screaming Frog, Botify, or DeepCrawl to perform a comprehensive error audit of your site.
    Load Time and Page Size
    If your page takes too long to load, the bounce rate is not the only problem you have to worry about. A delay in page load time can result in a server error that will block bots from your webpages or have them crawl partially loaded versions that are missing important sections of content. Depending on how much crawl demand there is for a given resource, bots will spend an equivalent amount of resources to attempt to load, render, and index pages. However, you should do everything in your control to decrease your page load time.
    JavaScript Rendering
    Google admittedly has a difficult time processing JavaScript (JS) and, therefore, recommends employing pre-rendered content to improve accessibility. Google also has a host of resources to help you understand how search bots access JS on your site and how to improve search-related issues.
    Orphan Pages
    Every page on your site should be linked to at least one other page — preferably more, depending on how important the page is. When a page has no internal links, it’s called an orphan page. Like an article with no introduction, these pages lack the context that bots need to understand how they should be indexed.
    Page Depth
    Page depth refers to how many layers down a page exists in your site structure, i.e. how many clicks away from your homepage it is. It’s best to keep your site architecture as shallow as possible while still maintaining an intuitive hierarchy. Sometimes a multi-layered site is inevitable; in that case, you’ll want to prioritize a well-organized site over shallowness.
    Regardless of how many layers in your site structure, keep important pages — like your product and contact pages — no more than three clicks deep. A structure that buries your product page so deep in your site that users and bots need to play detective to find them are less accessible and provide a poor experience
    For example, a website URL like this that guides your target audience to your product page is an example of a poorly planned site structure: www.yourwebsite.com/products-features/features-by-industry/airlines-case-studies/airlines-products.
    Redirect Chains
    When you decide to redirect traffic from one page to another, you’re paying a price. That price is crawl efficiency. Redirects can slow down crawling, reduce page load time, and render your site inaccessible if those redirects aren’t set up properly. For all of these reasons, try to keep redirects to a minimum.
    Once you’ve addressed accessibility issues, you can move onto how your pages rank in the SERPs.

    Rankability Checklist
    Now we move to the more topical elements that you’re probably already aware of — how to improve ranking from a technical SEO standpoint. Getting your pages to rank involves some of the on-page and off-page elements that we mentioned before but from a technical lens.
    Remember that all of these elements work together to create an SEO-friendly site. So, we’d be remiss to leave out all the contributing factors. Let’s dive into it.
    Internal and External Linking
    Links help search bots understand where a page fits in the grand scheme of a query and gives context for how to rank that page. Links guide search bots (and users) to related content and transfer page importance. Overall, linking improves crawling, indexing, and your ability to rank.
    Backlink Quality
    Backlinks — links from other sites back to your own — provide a vote of confidence for your site. They tell search bots that External Website A believes your page is high-quality and worth crawling. As these votes add up, search bots notice and treat your site as more credible. Sounds like a great deal right? However, as with most great things, there’s a caveat. The quality of those backlinks matter, a lot.
    Links from low-quality sites can actually hurt your rankings. There are many ways to get quality backlinks to your site, like outreach to relevant publications, claiming unlinked mentions, providing relevant publications, claiming unlinked mentions, and providing helpful content that other sites want to link to.
    Content Clusters
    We at HubSpot have not been shy about our love for content clusters or how they contribute to organic growth. Content clusters link related content so search bots can easily find, crawl, and index all of the pages you own on a particular topic. They act as a self-promotion tool to show search engines how much you know about a topic, so they are more likely to rank your site as an authority for any related search query.
    Your rankability is the main determinant in organic traffic growth because studies show that searchers are more likely to click on the top three search results on SERPs. But how do you ensure that yours is the result that gets clicked?
    Let’s round this out with the final piece to the organic traffic pyramid: clickability.

    Clickability Checklist
    While click-through rate (CTR) has everything to do with searcher behavior, there are things you can do to improve your clickability on the SERPs. While meta descriptions and page titles with keywords do impact CTR, we’re going to focus on the technical elements because that’s why you’re here.

    Ranking and click-through rate go hand-in-hand because, let’s be honest, searchers want immediate answers. The more your result stands out on the SERP, the more likely you’ll get the click. Let’s go over a few ways to improve your clickability.
    1. Use structured data.
    Structured data employs a specific vocabulary called schema to categorize and label elements on your webpage for search bots. The schema makes it crystal clear what each element is, how it relates to your site, and how to interpret it. Basically, structured data tells bots, “This is a video,” “This is a product,” or “This is a recipe,” leaving no room for interpretation.
    To be clear, using structured data is not a “clickability factor” (if there even is such a thing), but it does help organize your content in a way that makes it easy for search bots to understand, index, and potentially rank your pages.
    2. Win SERP features.
    SERP features, otherwise known as rich results, are a double-edged sword. If you win them and get the click-through, you’re golden. If not, your organic results are pushed down the page beneath sponsored ads, text answer boxes, video carousels, and the like.
    Rich results are those elements that don’t follow the page title, URL, meta description format of other search results. For example, the image below shows two SERP features — a video carousel and “People Also Ask” box — above the first organic result.

    While you can still get clicks from appearing in the top organic results, your chances are greatly improved with rich results.
    How do you increase your chances of earning rich results? Write useful content and use structured data. The easier it is for search bots to understand the elements of your site, the better your chances of getting a rich result.
    Structured data is useful for getting these (and other search gallery elements) from your site to the top of the SERPs, thereby, increasing the probability of a click-through:

    Articles
    Videos
    Reviews
    Events
    How-Tos
    FAQs (“People Also Ask” boxes)
    Images
    Local Business Listings
    Products
    Sitelinks

    3. Optimize for Featured Snippets.
    One unicorn SERP feature that has nothing to do with schema markup is Featured Snippets, those boxes above the search results that provide concise answers to search queries.

    Featured Snippets are intended to get searchers the answers to their queries as quickly as possible. According to Google, providing the best answer to the searcher’s query is the only way to win a snippet. However, HubSpot’s research revealed a few additional ways to optimize your content for featured snippets.
    4. Consider Google Discover.
    Google Discover is a relatively new algorithmic listing of content by category specifically for mobile users. It’s no secret that Google has been doubling down on the mobile experience; with over 50% of searches coming from mobile, it’s no surprise either. The tool allows users to build a library of content by selecting categories of interest (think: gardening, music, or politics).
    At HubSpot, we believe topic clustering can increase the likelihood of Google Discover inclusion and are actively monitoring our Google Discover traffic in Google Search Console to determine the validity of that hypothesis. We recommend that you also invest some time in researching this new feature. The payoff is a highly engaged user base that has basically hand-selected the content you’ve worked hard to create.
    The Perfect Trio
    Technical SEO, on-page SEO, and off-page SEO work together to unlock the door to organic traffic. While on-page and off-page techniques are often the first to be deployed, technical SEO plays a critical role in getting your site to the top of the search results and your content in front of your ideal audience. Use these technical tactics to round out your SEO strategy and watch the results unfold.

     

  • Marketing Without a Budget? Use These 10 Tactics [Expert Tips]

    With a recession looming, many brands are tightening up their budgets, and often, marketing is one of the first ones to go.

    If you’re marketing without a budget, find below some free marketing strategies with high ROI. Plus, get some advice from HubSpot marketers who specialize in working with startups.
    Below, let’s review the top tactics to implement when you’re marketing without a budget.

    Develop a content marketing strategy.
    Seek out co-marketing opportunities.
    Invest in your social media presence.
    Increase community engagement.
    Offer free trials or free resources.
    Arrange giveaways.
    Encourage user-generated content.
    Host a webinar.
    Invest in SEO.
    List your company on business directories.

    1. Develop a content marketing strategy.
    Looking for sustainable growth at a low cost? Content marketing is the way to go, according to Janelle Apaydin, head of marketing at HubSpot for Startups.
    “A strong content marketing strategy allows you to educate your customers and keep your business top of mind while increasing organic search volume over time,” she says.
    Don’t know where to start? Consider videos – specifically short-form videos.
    Short-form video is currently used by roughly 33% of marketers surveyed in our 2023 Marketing Trends report, making it the most popular trend among marketers. What’s more, respondents also say it’s the most effective and has the highest ROI.
    Next up, blogs – they’re a great way to reach your audience, generate organic traffic on your site, and gain leads.
    “Identify your target audience and their pain points. Write blogs that address their pain points with at least one key takeaway,” said Vana Korrapati, a digital marketing strategist. “This helps you build a list of leads that could turn into sales.”
    HubSpot owes a lot of its success to blogging, as it became a go-to source for marketers, customer service specialists, and sales leaders to get valuable industry insights.

    Another one to consider is podcasting. This one might cost a few bucks to set up but the cost to get up and running is low. If you already have a blog, you can repurpose that same content into exciting podcast episodes that take your storytelling to the next level.
    One key thing to remember in all of this: quality over quantity.
    “It’s not about pumping out 60 blog posts out there or YouTube videos with low quality and hoping that you’re going to get traffic,” says Mina Behrooz, Head of GTM Partnerships at HubSpot for Startups Canada. “All you need is maybe 3 to 5 really high-quality blog posts or a YouTube video that you know is going to stand the test of time.”
    From there, Behrooz says, promote them as much as possible and be patient.
    To help you get started, marketing software like HubSpot’s Marketing Hub can make this a seamless process.

    2. Seek out co-marketing opportunities.
    Co-marketing involves partnering with another brand that overlaps with your target audience. Senior marketing manager on the HubSpot for Startups team, Tricia O’Brien, says it’s a great way to pool resources when budgets are tight.
    “Together, you can create content that adds value to your prospects and highlights your products or services,” she says. “Through the partnership, each company is able to tap into a new audience of prospective customers while sharing the cost.”

    Want inspiration, read this article on a co-marketing campaign HubSpot ran a few years ago.

    3. Invest in your social media presence.
    Social media has continued to be a prevalent marketing tactic for any company. In fact, it’s one of the main ways that Gen Z discovers new brands and products.
    As long as you have a phone and a camera, you can dominate on social media by focusing on community building and engagement, and storytelling.

    @qmdsuite We try our best not to keep our patients waiting and we love when our patients extend the same courtesy!
    #blackdentist
    #blackdentistsmatter
    #blackdentistswhitecoats
    #dentalhumor
    #queensdentist
    #smile
    ♬ original sound – A Bored Human

    With that said, don’t assume you have to be everywhere.
    “I always tell startups, ‘Choose your top three.’ You don’t need to be everywhere, work with what’s free and build your authority there,” says Behrooz.
    To decide, figure out where your audience lives. Are you targeting Gen-Z? Then, TikTok should be a priority. Focusing on Millennials? Maybe your top three could be Facebook, Instagram, and Twitter. Looking for gamers? Go on Twitch or Discord.
    To get started, consider using social media software like HubSpot’s Social Media Management Tools.

    4. Increase community engagement.
    According to our 2023 Social Media Trends report, social media marketers are seeing now more than ever the importance of building an active social community. 90% of those surveyed say building an active online community is crucial to a successful social media strategy in 2023.
    This is reflected by data we collected in our Consumer Trends survey, in which 20% of social media users said they joined an online community within the last three months and 22% reported actively participating in one.

    Image Source
    All this is to say that building a successful brand doesn’t happen without building a community. Doing so doesn’t have to cost money.
    With limited funds, you can start online through Facebook Groups, email lists, and Discord channels.
    It all depends on where your audience lives online. If you have a budget to work with, you can host or sponsor community events that bring you closer to your target audience.

    5. Offer free trials or free resources.
    While this might seem like a corporate or financial decision, offering a free trial period is actually a great marketing tactic.
    “Free trials are a great way to prove value to your customers while on a budget,” says Apaydin. “If you believe in your product’s ability to sell itself to its customer, offering a free trial allows you to show them how you are solving their problem before they fully commit.”
    Apaydin shares that by using free trials as an incentive to share their information with you, you can capture the lead and continue to nurture them until they are ready to purchase.
    “You should let the customer have one foot into your product to experience how amazing it is. You’ll pamper them so much they’ll never want to leave,” Korrapati said.
    Even if some don’t buy into your premium product, Korrapati adds, you’ll gain valuable feedback. Plus, you’ll discover pain points you didn’t know before – without spending additional money on market research.
    A trial isn’t the only thing you can offer, you can also give information through ebooks, guides, white pages, case studies, and reports. Those are fantastic value-adds that build trust with your prospects and gain you leads – otherwise known as lead magnets.

    6. Arrange giveaways.
    According to O’Brien, giveaways are a powerful tool to sweeten the deal and incentivize prospects to convert or purchase. The best part? They don’t have to cost you anything.
    “A common misconception is that you need a big budget to run giveaways. If cash is tight, companies can run giveaways with goods or services already in their possession,” she says. “For example, one hour of your time to provide consulting services in your area of expertise or a free trial of your services.”

    Katey Gold, senior partner marketing manager at HubSpot, echoes this and adds that it all comes down to how you package it.
    “If you’re asking your customer to take action to receive something, look at how you’re asking,” says Gold. “You need to make sure the customer believes they’re getting a sweet deal and not simply filling in another form to receive a gift that is available to all.”

    7. Encourage user-generated content.
    UGC is one of the best gifts a brand can get. Why? It serves as social proof, it’s reusable, and it can require little effort on your part.
    UGC can look like:

    A video testimonial from a customer
    A social media post from a customer
    A feature on a blogger’s or influencer’s website

    With everyone having a phone with a camera and a microphone at their fingertips, user-generated content like customer testimonials no longer require a budget, says O’Brien.

    “Adding testimonials from real customers can add credibility to your marketing and provide social proof that customers are happy with your offering,” she adds.
    Gold recommends thinking about how to incentivize your customers to create this content that will serve your company.
    “While offering gift cards or swag usually does the trick, it’s worth thinking long-term,” she says. “How can you incentivize customers without having to spend money? It may be as simple as sharing a customer’s review on social media while tagging them in the post – you get UGC, while the customer gets recognition from your followers.”
    You can also leverage user-generated content as part of a larger campaign.
    For example, Lay’s has done a “Do Us a Flavor” campaign for years, where its audience submits new chip flavor ideas. It’s fun, engaging, and builds more visibility for the brand.

    8. Host a webinar.
    Inbound marketing is all about using helpful tactics to solve your audience’s problems and attract leads to your company. One way to do this is through webinars.
    “Webinars are a great (and cheap) way to educate your customers across various stages of the funnel,” says Apaydin. “They require little to no financial investment and can often be hosted by your team as subject matter experts”
    However, Behrooz says there’s one thing you should keep in mind when hosting one.
    “You don’t want your webinar to be a sales pitch, you want your webinar to be something that’s educational,” says Behrooz. “[Otherwise], your audience will lose engagement.”
    Apaydin echoes this sentiment and recommends starting with a problem your customers are facing.
    “Panel discussions featuring your customers and/or partners help drive more interest in the event and also make it more engaging,” she says.
    Additionally, you can use webinars to gather leads and build your email list. It’s a win all around.

    9. Invest in SEO.
    Want your audience to find you organically without paying for ads? Then you need to invest in your SEO strategy.
    Building an SEO strategy can seem daunting but one way to simplify it is by focusing on two things: Your audience and Google.
    The former because you’ll need to know which keywords to target to make sure you’re showing up when your audience is searching for you. And the latter is to make sure your website is formatted in a way that Google can read it.
    A few pillars of SEO are:

    Keyword research and analysis
    Link building
    Site architecture

    Learn more about SEO here.

    10. List your company on business directories.
    Online directories like Yelp, Google My Business, and Facebook are where many consumers discover companies and it’s imperative that you maintain your listing.
    Consumers not only find your company information, like name, address, and website but will also read reviews about your business.
    Updating these directories is a free and quick way to optimize your online presence and make sure your audience finds you when they’re looking.
    Ultimately, marketing doesn’t have to cost an arm and a leg. You can use several tactics with a tighter budget. In fact, most of the strategies above only require the staff it takes to produce the content.
    Editor’s Note: This post was originally published in May 2020 and has been updated for comprehensiveness. 

  • How to write cross-sell emails that’ll skyrocket your revenue [+ Real-life email examples]

    Learn how to craft cross-sell emails that will convert your audience, improve your CLV, and help you grow your revenue faster – essential for ecommerce!

  • Salesforce Commerce Cloud Developer – Which Skills Do You Need?

    Salesforce Commerce Cloud Developers have the opportunity to work on exciting eCommerce sites for some of the world’s leading brands. The more senior the role, the more aspects you will be involved in. Beyond designing, coding, testing and reviewing eCommerce sites, you will be working… Read More

  • Salesforce Announces New WhatsApp Integrations

    Salesforce have announced the roadmap for new WhatsApp integrations for marketing, and service teams.WhatsApp is one of the most popular mobile messaging apps globally, with +2.2B monthly active users and a daily message count upwards of 100B. It was last recorded in 2021, and almost… Read More

  • Promo creep

    Hustle harder.

    Run more ads.

    Spam people.

    Interrupt.

    Make the logo bigger.

    Post again.

    Post again.

    Add more blurbs.

    Push the press release to irrelevant people.

    Do one more ad.

    Use AI to create faux intimacy.

    Get the word out.

    Burn trust.

    Get more attention.

    In the last forty years, the amount of promotion has gone up exponentially. At the same time, the success of promoted content, products and services hasn’t increased at all.

    That’s because the secret isn’t to focus on your promo.

    The secret is to create something that those you serve want to tell others about.

    When other people do your promo, it’s not promo. It’s passion and sharing and generosity in community.

    Better is better than louder.

  • Salesforce Code Builder – The Developer Productivity Tool

    Code Builder is a web-based development environment, fully optimized for Salesforce development and powered by Microsoft’s Visual Studio Codespaces.  In this article, I’ll go through what Code Builder is, how to install Code Builder, what you can use code builder for, and the benefits of… Read More

  • This week in CX: 92% success rate for the 4 day week; plus Emplifi & Medallia

    Happy Friday! ‘This week in CX’ brings you the latest roundup of industry news. This week, we’re looking at the great results from the almighty 4 day week trials! Emplifi have also investigated the impact of customer reviews, and there’s new research into which generations are feeling the stress at work.  Key news New breakthrough report…
    The post This week in CX: 92% success rate for the 4 day week; plus Emplifi & Medallia appeared first on Customer Experience Magazine.

  • What Is a Salesforce UX Designer?

    Calling all design-minded Trailblazers! Salesforce has officially launched its second annual Design survey. Designers are invited to speak up and share their thoughts on how Salesforce communities use design mindsets, tools, and practices – you have until March 10, 2023 to take part.  Believe it… Read More

  • What is SMS advertising and why is it important to business?

    submitted by /u/Annie132306 [link] [comments]