Google Search VP Defends Practices As Antitrust Trial Progresses via @sejournal, @MattGSouthern

In the high-stakes antitrust trial brought against it by the U.S. Justice Department and 38 states, Google continues to argue that innovation and search quality, not anticompetitive practices, explain its dominance in internet search.

The trial opened last month in a Washington D.C. federal court and represents the most significant antitrust case against a tech company in over 20 years.

Google controls over 90% of global web searches, with rivals like Microsoft’s Bing capturing just a single-digit market share.

If Google loses, it may be forced to make major changes to its business, like spinning off parts of its operations. However, the complex case will likely trigger years of appeals before final remedies are implemented.

Google’s Vice President Of Search Takes The Stand

Google called its first witness, Pandu Nayak, to the stand on Wednesday.

Nayak, a vice president for search at Google since 2004, detailed the company’s “vast effort” to ensure its search results are high quality, according to Reuters.

This included building infrastructure to index hundreds of billions of webpages, using machine learning tools developed by Google to improve results, and employing thousands of human raters to assess the relevance and reliability of search results.

Nayak’s testimony appeared aimed at rebutting arguments made earlier in the trial by witnesses called by the Justice Department.

Those witnesses claimed Google maintains its search dominance partly through exclusive contracts with smartphone makers and wireless carriers worth billions of dollars that set Google as the default search engine.

However, Nayak suggested search volume was less critical than clever software. “Bigger is not necessarily better,” he testified, according to The New York Times.

Comparing Google To Rivals

Nayak’s testimony included comparisons with rival search engines, notably Microsoft’s Bing.

Nayak revealed that Google actively benchmarks the quality of its search results against competitors like Microsoft’s Bing.

He stated that Google found its search results to be superior in testing. Nayak didn’t provide specifics on Google’s methodology for comparing search engines.

Lastly, he mentioned that Google has started comparing its results with those from the video-sharing app TikTok.

Potential Impact If Google Loses

Consumer groups argue that Google’s dominance means users have no alternative search options, stifling innovation.

However, Google contends people continue to use it because it provides the optimal search experience.

If Google loses, it could be forced to modify its search algorithms, end some exclusive deals, or sell off parts of its advertising business.

Google executives like CEO Sundar Pichai are expected to testify later to refute claims of anticompetitive practices.


WordPress 6.4 Release Contains +100 Performance Wins via @sejournal, @martinibuster

WordPress 6.4, releasing on November 7th, is packed with over 100 improvements to site performance which promises to make this release one of the most important ones to get right away.

This new release continues the solid upward performance trend which to date has nearly doubled the average core web vitals performance in the two years since the proposal to create a WordPress Performance Team in 2021.

WordPress at the time acknowledged that performance of the core CMS itself was the responsibility of WordPress.

In a short period of time the team launched the Performance Lab plugin and began steadily making itself a part of every change made to WordPress, making sure that the changes don’t introduce bloat or performance bottlenecks.

Their efforts have been incredibly successful, visible in the performance metrics of actual WordPress sites recorded on the HTTPArchive Core Web Vitals Technology Report.

The facts speak for themselves:

Screenshot of WordPress Core Web Vitals Performance shows a steady upwards trend, currently benchmarked at 38.3% of WordPress sites exhibiting a good Core Web Vitals performance score

Speed Improvements In WordPress Are A Priority

A relatively recent discussion at WordPress.org illustrates that performance is a top priority for virtually every component of WordPress under development.

For example, the default theme (TwentyTwentyFour) that is bundled in the next version of WordPress (6.4), was discovered to perform 70% worse than the previous theme (TwentyTwentyThree).

They benchmarked the home page and a single page between the previous default theme, TwentyTwentyThree (TT3) and TwentyTwentyFour (TT4).

WordPress tested for Largest Contentful Paint (LCP), a Core Web Vitals metric that measures how long it takes to load a webpage and when the user can see the largest block of text or image on the page.

They also used Time to First Byte (TTFB) and LCP together to measures how fast the site is to deliver the first “byte” of data to the browser and how long it takes for the browser to render the markup. This test reveals inefficiencies in the markup.

Here is the summary of the TwentyTwentyFour (TT4) performance testing:

For the home page:

  • Overall load time (LCP) is 58.8% slower.
  • Client-side performance (LCP-TTFB) is 93.5% slower.
  • Server-Timing (wp-total) is 71.8% slower.

For the singular post:

  • Overall load time (LCP) is 3.9% slower.
  • Client-side performance (LCP-TTFB) is 40.1% faster.
  • Server-Timing (wp-total) is 42.3% slower.”

The reason TT4 was slower is because TT3 was more stripped down and made to be extended.

Nevertheless, leaving out the additions to TT4 was not an option.

One developer summarized the problem like this:

“I think the benchmark data is very interesting.

The two themes we are comparing don’t play in the same league.

TT3 was streamlined and made to be extended, while TT4 is full-featured and tries to make extensive use of the site editor tools.

This doesn’t mean that the data extracted is not valid.

In fact, it definitely shows us what an actual use case versus a base theme looks like.

As you mentioned, TT4 is not adding any features in itself; it’s merely using patterns and adding a few block styles, so anything we find here to fix is liable to benefit every single block theme that’s out there, not just TT4, which I think it’s fantastic.”

At one point during the performance work, the WordPress core contributors managed to obtain a 7.67% faster loading time with the new default theme, better than the previous theme.

It’s important to zoom out and put this project into perspective: TwentyTwentyFour (TT4)4 contains important functionality that TT3 does not.

So making TT4 perform absolutely better than TT3 was probably never going to happen because one default theme is more complex than the other.

Nevertheless, they were able to narrow the home page performance difference from 71.8% slower to only 10% slower.

The single page performance went from 42.3% slower to only 11.7% slower.

The performance analysis ended with this statement:

“I am very excited to report that most (if not all) of the server-side performance concerns have been addressed, via additional general performance fixes that landed in core…

What the WordPress developers did next was search for a solution so that they could ship a better default theme that included important functionality but still performed well.

Given how much richer the content and layout of TT4 is compared to TT3, this is a major accomplishment, and there is no need to worry about the remaining performance difference due to that.”

Over 100 Performance Improvements

WordPress 6.4 contains over 100 performance improvements.

An announcement for a test version of 6.4 states:

“WordPress 6.4 will include more than 100 performance-related updates, including improvements to template loading performance for Block Themes and Classic Themes, usage of the new script loading strategies “defer” and “async” in core, blocks, and themes, and new functions to optimize the use of autoloaded options.”

The following is an overview of the performance improvements to look forward to when WP 6.4 is released in early November.

Script Loading Strategies To Improve Performance

An overview of new script loading changes to WordPress 6.4 reveals updates to the use of defer and async attributes in “frontend scripts in core and bundled themes” which will speed up all WordPress websites.

They also changed how scripts with the “defer” attribute are loaded. The defer attribute tells the browser not to execute a script until the browser has finished downloading the entire webpage is loaded, at which point the script can then start to run.

What they did was to move scripts with the defer attribute that were in the footer area up to the head section, which speeds up how fast they are executed.

WordPress 6.4 No Longer Creates Attachment Pages

This is an important change to WordPress that relates to SEO as well as performance, an improvement suggested by founder of Yoast, Joost de Valk (@jdevalk).

Every previous version of WordPress created a standalone page for any media that was uploaded.

So if you uploaded an image for a webpage, WordPress would also create a standalone webpage for that image, all by itself.

Yoast SEO has a feature that turns that off by default which stops WordPress from creating thousands of thin content pages consisting of images.

The problem was described like this:

“WordPress creates attachment pages by default for every attachment uploaded.

On the *vast* majority of sites, these attachment pages are useless.

They do however exist, and get crawled, and sometimes even rank in search results, leading to bad results for users and site owners.

I want to propose we get rid of them.”

This behavior is fixed in WordPress version 6.4.

Improvements to Template Loading

These are changes to how templates are loaded and relate to the problems discovered with the TwentyTwentyFour default theme, which they solved by:

  • Introducing new caching
  • Removal of unnecessary checks for whether a theme file exists
  • Removed repeated file lookups related to themes (makes WordPress faster)
  • Added modern performance improvements to sites still using older themes so that they benefit from lazy loading, async decoding and fetch priority

Image Loading Optimization for WordPress 6.4

This is an improvement to how images and iframes are loaded, specifically with reference to loading attributes like “lazy loading” and “fetchpriority” which optimize how images and iframes are loading, increasing webpage performance.

New Autoload Options Functions

WordPress 6.4 will ship with new options functions that allow plugin developers to control which options are automatically loaded.

This will speed up WordPress sites because it will reduce unnecessarily loading options which in turn slows server performance.

Prevent Redundant Style Codes

This is a change to how styles are loaded. Styles are code that tell the browser what a website should look like in turns of colors, spacing, font sizes, etc.

This improvement offers third party developers the ability to manage how styles are loaded in order to prevent redundant code from loading.

Reducing redundant code, especially by third party developers, is a huge win for performance.

Object Caching Improvements

WordPress 6.4 includes performance enhancements to Object Caching.

The Object Cache is where data used for creating webpages are stored so that the website doesn’t have to repeatedly fetch resources from the database.

It’s like if a cook needs a salt shaker, they put the salt on a counter within reach instead of having to walk to the cabinet, get the salt, use it and then return the salt back to the cabinet.

The official WordPress announcement for this improvement explains:

“In WordPress 6.4, the Performance team has introduced several enhancements centered around object caching, leading to better handling of filters, reduced database queries, and improved overall system efficiency.”

Improved overall system efficiency sounds like a recipe for success!

WordPress 6.4 Continues Positive Performance Trend

The takeaway here is that performance is a key ingredient in creating the WordPress core. The effects of those improvements are reflected not just in the core CMS but also across themes and plugins, with some improvements applying to sites using older themes and WordPress versions.

Those improvements are reflected in the data at HTTPArchive which show a steady upwards track record of improvement that continues with the release of WordPress 6.4, currently scheduled for November 7, 2023.

Mastering Data-Driven Marketing: Insights from 100M Phone Calls via @sejournal, @hethr_campbell

How do you turn the conversations happening over the phone into invaluable data that drives success? 

From understanding customer behavior to identifying conversion opportunities, your phone calls are full of hidden gems and untapped insights

Humans may not have the capacity to analyze data from hundreds of calls or transcripts manually – but with CallRail’s AI-powered technology, it’s possible. 

In fact, the process has been kickstarted, and there is data ready for you!

So, if you’re ready to start mining the golden sales opportunities within your business phone calls, our upcoming webinar is one you won’t want to miss. 

Join us on November 1, as Jason Tatum, CallRail’s VP of Product, shares proprietary insights from more than 100 million phone calls, as well as how to harness them to supercharge your sales strategies. 

You’ll discover consumer communication trends that help small-to-medium businesses and agency marketers increase conversions and boost results. 

We’ll also be covering the past and future state of phone calls, and how you can use AI technology to gather useful data from them and transform your business. 

In this live session, you’ll learn:

  • How to use your conversations to unlock a goldmine of untapped insights. By analyzing customer calls, you can gain a deeper understanding of their customers’ needs, preferences, and pain points. 
  • How you can use AI to mine gold from conversations. CallRail’s Conversation Intelligence technology allows you to transcribe conversations with near-human accuracy, surface key terms and phrases from conversations, and quickly summarize call details. 
  • Ways that AI-mined gold from calls can transform your business. You can use insights from customer calls to further refine your SEO and keyword bidding strategies and respond to customer sentiment appropriately.

This webinar is your chance to learn how to develop data-driven marketing strategies that deliver real results.

Don’t miss this opportunity to uncover the wealth of data hidden within your phone calls and drive your marketing and sales strategies to success.

Secure your spot now and start mastering data-driven marketing today.

Google Chrome Address Bar Upgrades Enable Faster Searches via @sejournal, @MattGSouthern

Google has announced several updates coming to the address bar in the Chrome web browser, aiming to help users find websites faster.

The improvements will roll out over the next few months on desktop and mobile versions.

What’s Changing?

The address bar is the text field at the top of the Chrome browser window where users enter web addresses like “www.google.com.”

Google is enhancing the Chrome address bar with the following features:

  1. Suggestions for unlisted sites
  2. “Smarter” autocomplete suggestions
  3. Automatic typo corrections
  4. Bookmark search
  5. A visually optimized interface.

Google states in a blog post:

“As the days get shorter this fall, you might be looking for ways to maximize your time. Luckily, five improvements are coming to Chrome’s address bar to help you browse even faster.”

Suggestions For Unvisited Sites

Chrome is implementing a new feature to help users find new websites.

As users type search terms into the address bar, Chrome will now suggest popular and relevant sites even if the user has never visited those sites before.

This presents an opportunity for SEO professionals. They can gain more visibility in Chrome’s address bar suggestions by optimizing their sites for popularity and relevance related to certain keywords.

Even if a user has never been to their site, it may now appear as a suggestion thanks to this new feature that promotes the discovery of new content based on what’s currently popular and relevant to the user’s search term.

“Smarter” Autocomplete

Google is rolling out a “smarter” version of autocomplete to Chrome.

Previously, Chrome would only suggest website URLs you typed before. Now, it will autocomplete based on any word, even if the specific URL is new to you.

For example, typing “flights” can autocomplete to Google Flights if you’ve searched flights before.

This “smarter” autocompletion reinforces the use of keywords within your URL structure, as users may rely more on this feature.

Typo Correction

Chrome can now fix typos automatically using your browsing history rather than making you delete and retype a misspelled web address.

This feature is available across devices: desktop, Android, and iOS.

Bookmark Search

You can search your bookmark folders directly in the Chrome address bar by including the folder name.

This works on both desktop and mobile.

Visual Optimizations

Results in Google Chrome’s drop-down menu have been visually redesigned to improve readability and responsiveness when typing.

Google’s announcement reads:

“Thanks to an improved visual layout, the Chrome desktop address bar is now easier to read. It’s also more responsive, so you’ll get even faster results as soon as you start typing.”

In Summary

The autocomplete, typo correction and folder search features are available now. The popular site suggestions and visual updates will roll out over the next few months.

Google hopes these changes will save Chrome users time and minimize frustration when navigating the web.


Featured Image: QubixStudio/Shutterstock

How To Calculate Your Total Addressable Market (TAM) For Powerful SaaS Go To Market Strategies

This post was sponsored by Directive Consulting. The opinions expressed in this article are the sponsor’s own.

At a standstill about how to best market your new tool?

Wishing you could accurately know which ads will return the highest qualified conversion rates?

Does reaching out to businesses often end in learning that they’re not a good fit for your company?

When it comes to SaaS marketing, the key to success is knowing what’s truly attainable with your tool’s features and solutions plus the audience that’s open and ready to buy a new tool.

So, who exactly are these potential B2B customers who are looking for your new tool amid the competition? Your Total Addressable Market (TAM).

Don’t know what a TAM is or how to create one? You’re not alone.

Using a TAM list for your advertising reduces that waste, assuring all your advertising dollars are spent on the right companies your sales team would love to talk with.

For the most powerful go-to-market strategy, your market differentiator will be clear when you consider your true, total addressable market to your SaaS marketing strategy.

With this guide to creating, building, and knowing your TAM, your upgraded SaaS platform’s GTM strategy will be able to:

  • Guide more productive resource allocation.
  • Improve your budget allocation.
  • Make more accurate pricing decisions.
  • Guide strategic decisions.
  • Create higher-converting advertising.
  • Create your ultimate go-to-market strategy.

Understanding and creating your total addressable market, or TAM, is essential for any SaaS company.

If you’re a little uncertain, don’t worry; Directive’s own SaaS PPC experts finessed the exact process here for you. This is based on our own experience as well as hundreds of other SaaS businesses that have used this same process and are seeing serious results.

First, let’s understand what a TAM is and why it’s important.

What Is A TAM?

A Total Addressable Market (TAM) represents the potential market size for a particular product or service.

It identifies the factors that make up your best-fit customer base.

It looks at all businesses and individuals that could benefit from or have a need for your offering and afford your pricing based on:

  • Demographic data.
  • Geographic areas.
  • Firmographic data.
  • Technographic factors.

Why Is Building & Understanding Your TAM Important?

Understanding your TAM helps your business assess your growth potential and make informed decisions about market entry and resource allocation.

It’s important because it helps guide your go-to-market strategy.

TAM is a crucial concept in business strategy and market analysis as it helps companies gauge the total number of potential customers and the size of the revenue potential.

Most people use third-party data, such as industry targeting on platforms like LinkedIn and Facebook/Instagram, when advertising with paid social media. This approach is flawed because of how each platform categorizes companies in certain industries. This results in a lot of wasted spend on companies you could never work with.

Using a TAM list for your advertising reduces that waste, assuring all your advertising dollars are spent on the right companies your sales team would love to talk with.

How To Build A TAM List

It’s not a good idea to grab the entire market; instead, you should start with a bottom-up approach, looking at our best customers.

Step 1: Create A Lookalike List Of Your Current VIP Customers

When building a TAM, you first need to understand the criteria we’ll use to determine the total available market.

To do this, export a .csv list of your current customers with the following criteria:

  • Company name.
  • Company website.
  • ACV (Average contract value).
  • LTV (Lifetime value) or how long they’ve been a customer.
  • Close rates.
  • Any other information that would be helpful to determine the best customers such as NPS (net promoter score).

Note: If you don’t have enough customer data, you can pull late-stage opportunity companies to get a more extensive data pull.

CRM Customer report with client lifespan and MRRImage created by Directive Consulting, October 2023

From there, you want to upload that list to any data provider such as Zoominfo, Clearbit, Apollo, or Crunchbase. There are many options to choose from, but you’ll want to choose the one best for you.

You’ll then want to upload that customer list (A CSV file) to the data provider of your choice.

Once uploaded to the data provider, append any data that would be helpful for your company. At the minimum, this should be:

  • Company name.
  • Company website and domain.
  • Employee size.
  • Industries (categories and tags).
  • Revenue amount (Please note this is most accurate if your potential customers are public companies, private is often inaccurate).
Appended data in Zoominfo for your TAM analysisImage created by Directive Consulting, October 2023

Most of these data providers will also provide you with more data alongside the above.

Depending on your company, there are often other traits you’ll want to add in as a column as well, such as:

  • Emails sent (If an email provider).
  • IT tech spend.
  • X department headcount.
  • Funding rounds and amounts (Especially for software companies).
  • Certain technology used.

Now we want to export it from the data provider and append it to your customer list so now you’ll have extra columns and data next to your customer list so you can see things such as ACV by employee size range and industries, highest LTV customers by IT tech spend or technology used.

Step 2: Export “Look-A-Like Audience” Of Best-Fit Customers

Now that you’ve determined your best-fit customer criteria, you will go back into the data provider and create a list of companies that fit that criteria.

Once you’ve found all the companies that fit that criteria, you want to export it and manually verify it’s correct.

Step 3: Manually Verifying Your Data

Now that you’ve exported the list of “look-a-like” companies from your data provider, the list building isn’t done.

We still need to go through each of them and manually verify them. This is because none of the data providers are perfect in how they classify industries and companies.

Download Template – See this template here of a TAM list set up with manual verification and tiering.

If you don’t go through and check each website, you’ll find companies that shouldn’t be in the industry you chose, we’re acquired, or the website redirects to another (Or worse, a 404 error).

Your marketing and sales teams can spearhead the manual verification process, or outsource it to VAs with precise instructions to help determine if the company fits within the criteria you chose.

Example of data pulled from a data provider for manual verification.Image created by Directive Consulting, October 2023

Don’t Skip The Manual Verification Process

Do not skip over this part of the process, as it is imperative. On average, across many data providers tested, we found that 50% of the companies on that list won’t be in the right industry.

This part is critical; if you don’t manually verify the data, you’ll waste a lot of ad spend and resources on companies you could never work with.

Step 4: Segment Your TAM List

After manually verifying your TAM, you’ll want to segment it into tiers. The number of tiers will depend on the size of your TAM and the criteria that make a better and higher ACV client. Less is more here, but you want to split the TAM into market segments to better allocate budget and resources.

For example, if you have 10,000 companies in your TAM list, you could split it into three tiers:

  • Enterprise (Over 1,000 employee companies).
  • Mid-Market ( 100 to 999 employee companies).
  • SMB (Under 100 employees).

This split allows for better allocation of your budget within the advertising platforms, life cycle stage progression (As larger companies usually have a longer sales cycle), and sales routing (Ex: Enterprise accounts to Enterprise AEs).

Download Template – See this template here of a TAM list set up with manual verification and tiering.

Step 5: Aligning Your TAM With Your Go-To-Market Strategy

Now that you have your manually verified TAM list and segmented, you can use it in your go-to-market strategy.

This TAM list should be the backbone of your marketing strategy.

CRM Upload

The first thing you’ll want to do is upload it into your CRM and tag it with something like “Enterprise TAM, SMB TAM, etc. ” this way, everyone in your org will be able to see what accounts are in your TAM, engagement, market share taken as well as inform strategy.

Advertising

It’s a great idea to utilize this list in your paid social advertising. It’s best used with LinkedIn Conversation ads as you can upload the list and target these specific accounts, so you’re wasting your dollars on companies you can’t work with.

Nearly 50% of your ad spend is wasted pre-impressions if relying on industry targeting.

You can also do this in programmatic platforms that allow you to upload target accounts for the targeting.

You can also do this on Facebook and Instagram if using a B2B targeting tool such as Metadata, Clearbit advertising, or Say Primer, where you can import B2B audiences such as your TAM list into Meta for advertising.

Unfortunately, this isn’t possible with the current native targeting that Meta offers.

Create Your TAM & Use It

Creating a TAM is essential for any business, especially for B2B and technology companies. This market research guides every aspect of your go-to-market strategy to help you hit growth goals.

It requires some upfront work and hours, but you won’t regret it.

Need help building your TAM or, more importantly, using it in your go-to-market strategy to drive more pipeline and revenue? Our team at Directive would love to meet you 👋


Image Credits

Featured Image: Image by Directive Consulting Used with permission.

Disrupting Agency Culture: Unleash The Power Of The Four-Day Workweek via @sejournal, @hethr_campbell

Are you ready to shake up your agency’s work structure and discover new productivity solutions?

Are you looking for ways to boost your team’s work-life balance, while driving performance and results?

With the Four-Day Workweek (4DWW) program, it’s actually possible to increase workflow efficiency within your agency without sacrificing employee well-being.

And in this on demand webinar, we’ll help you get started.

Join our panel of industry leaders and experts for a thought-provoking discussion on how the 4DWW model is shifting agency culture and reimagining success… from a team who have all made the move from five-day to four-day weeks.

In this exclusive webinar, discover valuable insights to consider when thinking about transitioning to a four-day workweek.

You’ll learn about:

  • Planning ahead and structuring your workflow: Prepare your agency for a seamless shift to a four-day workweek with comprehensive planning. Explore innovative solutions to boost efficiency and maximize productivity within your agency. Also find ways to trim excess fat in your workflow and reduce time spent on low-ROI tasks – such as limiting recurring meetings, etc.
  • Establishing and communicating boundaries with clients: Learn how to keep even your most demanding clients satisfied while transitioning. Plus, understand how to decide when to disclose your transition, and address client concerns about whether the 4DWW will impact performance, etc.
  • Balancing employee needs for maximum talent retention: Discover strategies for streamlining your workflows to enhance work-life balance for your team, empowering them to flourish with autonomy. Manage billable hours in ways that accommodate varying needs and preferences. Implementing creative solutions to ensure employee satisfaction will help you retain top talent during your transition.

This webinar features a brief presentation, followed by a thought-provoking roundtable discussion, where our presenters exchange ideas and best practices.

Presenters:

  • Jenise Uehara, CEO, Search Engine Journal
  • Elizabeth Harmon, HR / People Ops Manager, Search Engine Journal
  • Joe O’Connor, Director & Co-founder, Work Time Reduction Center of Excellence
  • Tessa Ohlendorf, Managing Director, media.monks
  • Claire Daniels, Chief Executive Officer, Trio Media

As agencies seek new ways to improve efficiency while prioritizing employee well-being, this webinar demonstrates how the 4DWW model can be the ultimate solution.

Watch this webinar and discover how the 4DWW model can be integrated into your agency’s workflow

View the slides:

Join Us For Our Next Webinar!

Trends In Paid Search: Navigating The Digital Landscape In 2024

Join Sreekant Lanka from iQuanti and Irina Klein from OneMain Financial as they dive into the future of paid search and explore the trends, strategies, and technologies that will shape the search marketing landscape.


Image Credits:

Featured Image: Paulo Bobita/Search Engine Journal

8 Ways To Future Proof Your SEO Career In A Fast-Changing Industry via @sejournal, @HelenPollitt1

“SEO is dead!” We hear again, for what seems like the 20th time this year.

“No one is using Google anymore, they’re all using TikTok for searches!”

“Generative AI in the SERPs is going to steal all our clicks!”

“It’s impossible to prove the worth of SEO in today’s cookie-less world!”

There’s a lot of fearmongering going around the search industry. A lot of doom and gloom.

With a backdrop of cost-of-living rises and employment markets slowing down, it can feel risky to have a career in SEO.

There are indeed a lot of changes on the horizon in how SEO pros work and prove worth.

However, it’s definitely far from the doomsday scenario that is doing the rounds on social media right now.

What Is Likely To Change In The Near Future That Could Impact SEO Roles

There are some key changes on the horizon that may well impact the day-to-day role of an SEO pro.

Artificial Intelligence And Large Language Models (LLMs)

AI has been a buzzword for the past year, but what impact might it realistically have on an SEO pro’s job?

Generative AI In Search Engine Results Pages (SERPs)

Whilst other industries fear that humans may be replaced by AI, we have the added concern that our entire industry could be wiped out.

If search engines are replacing ranked third-party content with their own AI-generated content, where is the need for SEO professionals?

AI Means We Are Expected To Achieve More For Less

Many companies are looking at ways to scale back on operating costs by introducing AI to replace functions and outputs.

The SEO industry has always been quick to automate processes where possible, but it still requires an SEO pro’s knowledge and skills to create the automation.

With AI technology freely available, could non-SEO pros use the technology to replicate the knowledge of an SEO professional?

Other Search Platforms

Google-owned search properties might not be the most popular search destination forever.

Searchers Becoming More Aware Of The Impact Of Using The Bigger Search Platforms

This is something that perhaps hasn’t been discussed enough.

We know that Gen Z is becoming ever more conscious of the social and environmental impact of their actions.

This could soon impact their choice of search engine.

For example, the environmental impact of running the huge servers needed to power a search engine like Google or Bing is not inconsequential. We may well see this generation opting for a more environmentally conscious search engine like Ecosia to offset this.

We are also seeing more people understanding how they are being tracked online and desiring more anonymity when searching.

Audience Using Other Platforms To Search

TikTok users staying on the platform to search for advice, products, and more instead of going to a traditional search engine was big news this year.

Clicks that would previously be attributed to organic search are now being counted as social media visits.

Proving The Worth Of SEO

With increasing emphasis on budgets, consolidation, and automation, we need to be able to prove the worth of an SEO professional’s skill set as much as ever.

Not only may fewer search users get counted as organic traffic due to their use of other platforms to conduct searches, but the changing attribution models in tools like Google Analytics 4 means conversions are being attributed elsewhere, too.

On the face of it, Google Analytics 4’s “data-driven attribution model” seems to downplay the value of organic search in the customer journey.

For example, a GA4 report I saw attributed 21% of the value of a conversion to organic search and 79% to paid search.

This is despite the customer journey being 20 organic search visits followed by one paid search visit.

More visit data is being lost now that consent to use tracking cookies is a legal requirement in many countries worldwide.

As a result, it is increasingly difficult to prove the efficacy of SEO.

Future-proofing Our Careers In Light Of Changes

So how do we ensure that our roles as SEO pros keep up with the changing times and remain useful to an organization?

The following eight tips are designed to help mitigate the risk to our careers that many are fearing.

1. Communicate The Need For SEO Skills More Than Ever

One of the reasons this is such a fraught time for many SEO professionals is the idea that things are changing so quickly.

The use of AI in the SERPs has seemingly happened overnight. With it, the real estate on the SERPs for organic listings is getting increasingly smaller, and the walled gardens of the search engines are getting larger.

You could (and should) argue, however, that this just means the need for red-hot SEO pros is growing. As long as organic search listings remain, then the competition to appear in those slots will remain.

The need for a strong SEO strategy will remain.

The clicks to our websites from organic search results might decrease, but brands will still want to be cited in generative AI answers. They will still want to be the ones taking up whatever organic real estate is left.

That responsibility will remain firmly with the SEOs.

Start talking to your organizations about these changes and reinforce the importance of SEO in the advent of generative AI taking over the SERPs.

2. Demonstrate Where Generative AI Won’t Be Used

Another point to emphasize when talking to stakeholders about SEO is that there will be some areas where generative AI won’t appear much in the SERPs.

Consider Google’s own words:

 “There are some topics for which SGE is designed to not generate a response. On some topics, there might simply be a lack of quality or reliable information available on the open web.

For these areas – sometimes called “data voids” or “information gaps” – where our systems have a lower confidence in our responses, SGE aims to not generate an AI-powered snapshot.”

Look at your own industry and consider where this might apply – for example, high-risk YMYL scenarios or where there isn’t sufficient data. This will likely remain an open opportunity for organic search.

Start having these discussions with key stakeholders now to help assure them of the need for continued SEO strategy.

3. Learn AI Prompting

Embrace AI rather than fearing it. Practice and refine prompt creation.

Get used to AI being a part of your job function.

If the world goes the way the pessimistic corners of the internet have predicted, then jobs may fall to AI.

However, using it within your role as an SEO expert means you will be ready to demonstrate how AI makes you more efficient, freeing up your time for the aspects it can’t replace.

4. Demonstrate Where AI Can’t Take Over

Although AI will be very useful in carrying out SEO processes, there will always be examples where it can’t take over a human’s job entirely.

Core to this is that SEO has a lot of moving parts.

At any one time, an SEO professional will need to be devising a strategy, taking into account the complexity of the website, industry, and competitors. They will need to be prioritizing budgets and resources to ensure the right work happens at the right time.

There will be liaising with stakeholders to get buy-in and sign-off. There will be problem-solving with developers to find a solution that works for both them and SEO.

Although AI may be able to assist with parts of this – or even attempt all of it to a degree – it’s unlikely it will be of a level sufficient to replace an SEO pro’s role.

5. Transfer Skills To Other Search Engines

Consider broadening your experience with search engines like Ecosia and DuckDuckGo.

As SEO pros, we often get caught up in focusing our efforts on just the main search engines for our region.

Although there will be similarities in how they rank content, they are not identical.

You may want to start experimenting to find out what works well with these more specialist search engines.

Get familiar with the differences in their SERPs and any nuances that differ from how your industry’s more popular search engines operate.

Keep an eye on how your target demographics are responding to issues like data privacy and environmental impact.

6. Start Applying Your Skills Beyond Traditional Search Platforms

Beyond search engines, consider learning how to optimize for other platforms with search functionality, like social media and industry review sites.

For example, the skills developed as an SEO pro put you ahead of the curve when understanding how Facebook’s algorithm responds to content.

They will also put you in a great position to dominate Amazon’s product listings.

Build up your practical experience of optimizing for other types of search functionality. For example, your industry might rely on visibility in TripAdvisor.

Seek out opportunities in your current role, or look at personal projects that give you experience in ranking with different platforms’ algorithms.

7. Widen Your Impact Beyond Marketing

Look for opportunities to demonstrate your skills acquired through SEO in other business departments.

For example, understanding how search engines work can make you a helpful advisor for the team looking to perfect your website’s internal search function.

You will understand code to a degree that many non-developers do not.

Your skills in balancing the needs of users against the needs of the search engines will mean you are likely to be very pragmatic in your approach to recommending website optimizations.

Start seeking opportunities to broaden your impact across the business.

8. Look Beyond Traffic Metrics To Demonstrate Results

As SEO pros, we have a history of focusing on metrics that don’t necessarily show the true value of our work. However, the core metrics we all (mostly) agree on, like impressions and sessions, may become less impressive.

As the search engines provide more answers within the SERPs, or more people turn to other platforms like TikTok for discovery, our key metrics might decrease year-over-year.

We need to start approaching other metrics as a measure of our success.

For example, if the rise of generative AI means fewer people will click through to our website because they have all the information presented to them, can we start tracking brand mentions in the SERPs instead?

In Summary

There will be a lot of changes happening in the search industry over the next few years; however, that’s also been the case over the last decade or so!

As SEO professionals, we will need to adapt and embrace new technologies and platforms, but it will be a great opportunity to flex our muscles in new ways.

More resources:


Featured Image: PeopleImages.com – Yuri A/Shutterstock

Ahrefs Not Renewing 15% of Legacy Accounts via @sejournal, @martinibuster

Dmytro Gerasymenko, the CEO of the popular Ahrefs SEO tool announced that they will not renew about 15% of legacy subscriptions in order to improve service for the majority of users.

Account Sharing And Data Scraping

It’s not uncommon for some in the search community to share their SEO tools subscriptions, and not just at Ahrefs.

When several people share one of the more expensive accounts they are able to unlock more advanced tools, so it makes sense for some users, especially those who are casual users.

But according to Gerasymenko, there are some legacy account subscriptions who use an enormous amount of data to the point that the service slows down or crashes the entire system.

The heavy load is created by a subset of users who share accounts or engaged in heavy data scraping, which resulted in sudden increases in usage.

Ahrefs initially dealt with the issue by increasing resources to handle the load and create a credits system to reduce the sudden jumps and make it fair for all users who don’t consume as much resources.

However, these actions may not have been enough to stabilize Ahrefs for everyone, so they will begin not renewing legacy accounts.

According to a tweet by Gerasymenko:

“Now it is time to finish this transition.

To do that we will stop renewing around 15% of legacy accounts that consume the most data.

These accounts will start getting notifications soon, and will come one month before the legacy subscriptions expire.

There will be plenty of time to explore if Ahrefs provides enough value, and if these accounts want to continue with Ahrefs under the new terms or move somewhere else.

Ultimately we will level out the playing field for all customers, so that everyone is using Ahrefs under the same terms.”

User Reaction On Twitter

Some of the users responding to Ahrefs weren’t happy with the announcement, saying that the move was a betrayal of users who have been customers for a long time.

One person responded:

Read the announcement on X/Twitter here.

Featured Image by Shutterstock/Jane Kelly

YouTube Announces New AI Tools to Help Advertisers Reach Audiences via @sejournal, @MattGSouthern

YouTube announced the launch of new artificial intelligence (AI) powered advertising products designed to help brands connect with relevant audiences and optimize campaign performance on the platform.

The video-sharing platform unveiled tools like Spotlight Moments, which utilizes AI to identify trending content around major events for brand sponsorship opportunities.

YouTube also revealed the expanded availability of Video Reach and Video View campaigns, which leverage AI to enhance ad targeting and efficiency.

The announcements signal YouTube’s increased emphasis on AI innovation within its ad offerings as it looks to provide brands more options for engaging the platform’s two billion-plus monthly users.

Spotlight Moments

One of the new ad offerings is Spotlight Moments, which utilizes AI to identify the most popular and relevant YouTube videos around major cultural events like Halloween or the World Cup.

Advertisers can sponsor a branded YouTube channel to feature their ads alongside this automatically curated event-related content.

YouTube Announces New AI Tools to Help Advertisers Reach Audiences

YouTube states in a blog post:

“Spotlight Moments gives brands a high share of voice across video content surrounding the world’s biggest cultural moments.”

YouTube explained that AI technology can detect rising trends and engagements around key events, allowing brands to capitalize on these “noisy moments” when viewer attention is high.

Expansion Of Video Reach & View Campaigns

YouTube also announced the expanded availability of two other AI-enhanced ad products: Video Reach and Video View campaigns.

The company said tests of these new formats delivered substantially better results for advertisers than standard video ad placements.

Video Reach campaigns use AI to distribute ads across YouTube’s multiple video ad options – including in-stream, in-feed, and Shorts – to maximize reach. In trials, advertisers saw 54% more reach at a 42% lower cost by utilizing this cross-format approach.

Meanwhile, Video View campaigns employ AI optimization to obtain more cost-efficient video views to drive brand consideration. YouTube said these campaigns achieved 40% more views at a 30% lower cost-per-view than regular in-stream ads in testing.

In Summary

YouTube’s launch of AI-powered ad products gives brands new ways to reach and engage users.

By leveraging AI to identify trends and optimize campaigns, advertisers can now better target relevant audiences on YouTube.


Featured Image: Tattoboo/Shutterstock