<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>Search Engine Land: News &amp; Info About SEO, PPC, SEM, Search Engines &amp; Search Marketing</title>
	<atom:link href="https://searchengineland.com/feed" rel="self" type="application/rss+xml"/>
	<link>https://searchengineland.com/</link>
	<description>Search Engine Land's feed keeps you updated throughout the day on the latest news with Google, Yahoo, Microsoft's Bing and the world of search engine marketing, search engine optimization and search engines in general.</description>
	<lastBuildDate>Mon, 20 Jul 2026 21:33:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>Google confirms Local Inventory Ads will be enabled by default</title>
		<link>https://searchengineland.com/google-confirms-local-inventory-ads-will-be-enabled-by-default-482779</link>
		
		<dc:creator><![CDATA[Anu Adegbola]]></dc:creator>
		<pubDate>Mon, 20 Jul 2026 21:33:43 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://searchengineland.com/?p=482779</guid>

					<description><![CDATA[<div><img width="1672" height="941" src="https://searchengineland.com/wp-content/seloads/2026/07/Locoal-Inventory-Ads-shopping.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://searchengineland.com/wp-content/seloads/2026/07/Locoal-Inventory-Ads-shopping.png 1672w, https://searchengineland.com/wp-content/seloads/2026/07/Locoal-Inventory-Ads-shopping-768x432.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/Locoal-Inventory-Ads-shopping-1536x864.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/Locoal-Inventory-Ads-shopping-1200x675.png 1200w" sizes="(max-width: 1672px) 100vw, 1672px" /></div>Google has confirmed that Local Inventory Ads will be enabled by default for all Shopping campaigns starting Aug. 31]]></description>
										<content:encoded><![CDATA[<div><img width="1672" height="941" src="https://searchengineland.com/wp-content/seloads/2026/07/Locoal-Inventory-Ads-shopping.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://searchengineland.com/wp-content/seloads/2026/07/Locoal-Inventory-Ads-shopping.png 1672w, https://searchengineland.com/wp-content/seloads/2026/07/Locoal-Inventory-Ads-shopping-768x432.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/Locoal-Inventory-Ads-shopping-1536x864.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/Locoal-Inventory-Ads-shopping-1200x675.png 1200w" sizes="(max-width: 1672px) 100vw, 1672px" /></div>
<p class="wp-block-paragraph">After notifying advertisers about <a href="https://searchengineland.com/google-changes-default-local-inventory-ads-behavior-482556">the upcoming change last week</a>, Google has now officially confirmed on the Google Ads Developer Blog that Local Inventory Ads (LIA) will be enabled by default for all Shopping campaigns beginning August 31st.</p>



<p class="wp-block-paragraph"><strong>Why we care.</strong> Advertisers using Shopping campaigns will no longer be able to disable Local Inventory Ads through the Google Ads API. If your workflows or campaign structure rely on keeping local inventory separate from online inventory, you&#8217;ll need to update both your code and campaign configuration before the change takes effect.</p>



<p class="wp-block-paragraph" id="h-what-s-changing"><strong>What&#8217;s changing.</strong> Starting Aug. 31, Google will automatically enable the &#8220;Local products&#8221; setting for every Shopping campaign.</p>



<p class="wp-block-paragraph">Previously, advertisers had to explicitly set the <code>enable_local</code> field to <code>true</code> in a campaign&#8217;s <code>ShoppingSetting</code> to serve products from their Local Inventory Ads feed.</p>



<p class="wp-block-paragraph">After the update:</p>



<ul class="wp-block-list">
<li>Shopping campaigns will always have Local Inventory Ads enabled.</li>



<li>The <code>Campaign.ShoppingSetting.enable_local</code> field will be ignored.</li>



<li>Google will automatically treat the setting as <code>true</code>, regardless of the value submitted.</li>
</ul>



<p class="wp-block-paragraph">The change aligns Shopping campaigns with Performance Max for Retail, where Local Inventory Ads are already enabled by default.</p>



<p class="wp-block-paragraph" id="h-what-developers-need-to-do">What developers need to do. Developers using Google Ads API v25.1 or later should stop attempting to set <code>enable_local</code> to <code>false</code>.</p>



<p class="wp-block-paragraph">Doing so will return:</p>



<ul class="wp-block-list">
<li><code>ContextError.OPERATION_NOT_PERMITTED_FOR_CONTEXT</code></li>
</ul>



<p class="wp-block-paragraph">For API versions earlier than v25.1, existing code will continue to work, but any attempts to disable Local Inventory Ads will simply be ignored, with Google treating the value as <code>true</code>.</p>



<p class="wp-block-paragraph" id="h-how-to-prevent-local-products-from-serving"><strong>How to prevent local products from serving</strong>. Advertisers that previously disabled Local Inventory Ads for specific Shopping campaigns now have two alternatives:</p>



<ul class="wp-block-list">
<li>Create a listing scope using <code>CampaignCriterionService</code> with <code>product_channel</code> set to ONLINE.</li>



<li>Use the Inventory filter in the Google Ads campaign settings to exclude local inventory and separate budgets between online and local products.</li>
</ul>



<p class="wp-block-paragraph">In other words, Google is shifting inventory control away from a simple campaign setting and toward inventory filtering.</p>



<p class="wp-block-paragraph" id="h-not-changing"><strong>Not changing</strong>. The update applies only to Shopping campaigns.</p>



<p class="wp-block-paragraph">The <code>enable_local</code> field will continue to function normally for other supported campaign types, including:</p>



<ul class="wp-block-list">
<li>Performance Max</li>



<li>Demand Gen</li>
</ul>



<p class="wp-block-paragraph" id="h-bottom-line"><strong>Bottom line.</strong> <a href="https://ads-developers.googleblog.com/2026/07/enabling-local-inventory-ads-by-default.html">Beginning Aug. 31, Local Inventory Ads will automatically be enabled for every Shopping campaign</a>. Advertisers that currently rely on disabling local inventory should update their API integrations and inventory filtering strategy before the rollout.</p>
]]></content:encoded>
					
		
		
		
	</item>
		<item>
		<title>Google drops $50K ad spend requirement for Lead Form assets</title>
		<link>https://searchengineland.com/google-drops-50k-ad-spend-requirement-for-lead-form-assets-482759</link>
		
		<dc:creator><![CDATA[Anu Adegbola]]></dc:creator>
		<pubDate>Mon, 20 Jul 2026 20:49:08 +0000</pubDate>
				<category><![CDATA[Google Ads]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://searchengineland.com/?p=482759</guid>

					<description><![CDATA[<div><img width="1672" height="941" src="https://searchengineland.com/wp-content/seloads/2026/07/Google-Lead-Gen.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://searchengineland.com/wp-content/seloads/2026/07/Google-Lead-Gen.png 1672w, https://searchengineland.com/wp-content/seloads/2026/07/Google-Lead-Gen-768x432.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/Google-Lead-Gen-1536x864.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/Google-Lead-Gen-1200x675.png 1200w" sizes="(max-width: 1672px) 100vw, 1672px" /></div>Google broadens access to it's native lead generation format while adding new integrations and simplifying eligibility requirements.]]></description>
										<content:encoded><![CDATA[<div><img width="1672" height="941" src="https://searchengineland.com/wp-content/seloads/2026/07/Google-Lead-Gen.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://searchengineland.com/wp-content/seloads/2026/07/Google-Lead-Gen.png 1672w, https://searchengineland.com/wp-content/seloads/2026/07/Google-Lead-Gen-768x432.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/Google-Lead-Gen-1536x864.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/Google-Lead-Gen-1200x675.png 1200w" sizes="(max-width: 1672px) 100vw, 1672px" /></div>
<p class="wp-block-paragraph">Google has quietly updated its documentation for Lead Form assets, removing one of the biggest barriers that prevented smaller advertisers from using the format.</p>



<p class="wp-block-paragraph"><strong>Why we care.</strong> The long-standing requirement for advertisers to spend more than $50,000 in Google Ads before becoming eligible for certain Lead Form experiences has disappeared from the Help documentation. If this reflects a product change—and not just a documentation update—it could make Google-hosted lead generation available to significantly more advertisers.</p>



<p class="wp-block-paragraph" id="h-what-s-changed"><strong>What&#8217;s changed.</strong> The $50,000 spend threshold is gone.</p>



<p class="wp-block-paragraph">Previously, advertisers needed to meet one of two requirements to use Lead Forms in certain formats:</p>



<ul class="wp-block-list">
<li>Spend more than $50,000 USD in Google Ads.</li>



<li>Or qualify as a reputable advertiser spending more than $1,000 per account (or $15,000 across accounts) and complete Advertiser Verification.</li>
</ul>



<p class="wp-block-paragraph">The updated documentation removes the $50,000 lifetime spend requirement entirely. The only eligibility path now mentioned is the advertiser reputation and verification requirement.</p>



<p class="wp-block-paragraph">That is the most significant change in the update and substantially lowers the documented barrier to entry.</p>



<p class="wp-block-paragraph" id="h-campaign-support-has-changed"><strong>Campaign support has changed</strong>. Google has also simplified where Lead Form assets can be used.</p>



<p class="wp-block-paragraph"><strong>Previously:</strong>



<ul class="wp-block-list">
<li>Search</li>



<li>Performance Max</li>



<li>Display</li>



<li>Video (beta)</li>
</ul>



<p class="wp-block-paragraph"><strong>Now:</strong>



<ul class="wp-block-list">
<li>Search</li>



<li>Performance Max</li>
</ul>



<p class="wp-block-paragraph">References to Video campaigns have been removed from the overview, while Display is no longer listed as a supported campaign type. Interestingly, the requirements section still references Display campaigns, suggesting the documentation may not yet be fully aligned across all Help pages.</p>



<p class="wp-block-paragraph" id="h-more-lead-delivery-options"><strong>More lead delivery options.</strong> Google expanded the documented methods for receiving leads.</p>



<p class="wp-block-paragraph">Newly documented options include:</p>



<ul class="wp-block-list">
<li>Email notifications</li>



<li>Zapier integration</li>
</ul>



<p class="wp-block-paragraph">These join existing delivery methods:</p>



<ul class="wp-block-list">
<li>CSV download</li>



<li>Webhooks</li>



<li>Google Ads API</li>
</ul>



<p class="wp-block-paragraph">The addition of Zapier gives advertisers a no-code way to automatically send leads into thousands of CRM platforms and business applications.</p>



<p class="wp-block-paragraph" id="h-better-clarification-on-lead-retention"><strong>Better clarification on lead retention</strong>. Google also clarified how long lead data is stored.</p>



<p class="wp-block-paragraph">The updated documentation now explicitly states:</p>



<ul class="wp-block-list">
<li>Manual CSV downloads are available for 30 days.</li>



<li>Google stores lead data for 60 days.</li>



<li>API exports can access up to 60 days of lead data.</li>
</ul>



<p class="wp-block-paragraph">Previously, the 60-day retention period wasn&#8217;t clearly explained alongside manual downloads.</p>



<p class="wp-block-paragraph" id="h-new-positioning"><strong>New positioning</strong>. Google also refreshed how it describes Lead Form assets.</p>



<p class="wp-block-paragraph">The previous documentation focused on generating leads and increasing conversions.</p>



<p class="wp-block-paragraph">The updated version emphasizes:</p>



<ul class="wp-block-list">
<li>Higher-quality leads</li>



<li>Higher lead volume</li>



<li>Easier implementation</li>



<li>OTP verification for improving lead quality</li>
</ul>



<p class="wp-block-paragraph" id="h-expanded-country-availability"><strong>Expanded country availability</strong>. Google added more than two dozen additional countries where Lead Form assets are eligible, including Bahrain, Croatia, Estonia, Jordan, Kuwait, Morocco, Qatar, Serbia, Slovenia and Tunisia.</p>



<p class="wp-block-paragraph" id="h-bottom-line"><strong>Bottom line</strong>. <a href="https://support.google.com/google-ads/answer/9423234?hl=en">Google&#8217;s latest Lead Form documentation refresh</a> includes several usability improvements, expanded integrations and broader geographic availability. But the standout update is the disappearance of the $50,000 Google Ads spend requirement—potentially opening one of Google&#8217;s most valuable lead-generation formats to far more advertisers.</p>
]]></content:encoded>
					
		
		
		
	</item>
		<item>
		<title>How to report PPC performance without lying to yourself (or your boss)</title>
		<link>https://searchengineland.com/report-ppc-performance-without-lying-482689</link>
		
		<dc:creator><![CDATA[Sarah Stemen]]></dc:creator>
		<pubDate>Mon, 20 Jul 2026 15:00:00 +0000</pubDate>
				<category><![CDATA[Analytics & conversion]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[Opinion]]></category>
		<guid isPermaLink="false">https://searchengineland.com/?p=482689</guid>

					<description><![CDATA[<div><img width="1920" height="1080" src="https://searchengineland.com/wp-content/seloads/2026/07/How-to-report-PPC-performance-without-lying-to-yourself-or-your-boss.png" class="attachment-large size-large wp-post-image" alt="How to report PPC performance without lying to yourself (or your boss)" decoding="async" srcset="https://searchengineland.com/wp-content/seloads/2026/07/How-to-report-PPC-performance-without-lying-to-yourself-or-your-boss.png 1920w, https://searchengineland.com/wp-content/seloads/2026/07/How-to-report-PPC-performance-without-lying-to-yourself-or-your-boss-768x432.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/How-to-report-PPC-performance-without-lying-to-yourself-or-your-boss-1536x864.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/How-to-report-PPC-performance-without-lying-to-yourself-or-your-boss-1200x675.png 1200w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>The way you present PPC data shapes business decisions. Avoid misleading metrics, outdated benchmarks, and reporting that lacks context.]]></description>
										<content:encoded><![CDATA[<div><img width="1920" height="1080" src="https://searchengineland.com/wp-content/seloads/2026/07/How-to-report-PPC-performance-without-lying-to-yourself-or-your-boss.png" class="attachment-large size-large wp-post-image" alt="How to report PPC performance without lying to yourself (or your boss)" decoding="async" srcset="https://searchengineland.com/wp-content/seloads/2026/07/How-to-report-PPC-performance-without-lying-to-yourself-or-your-boss.png 1920w, https://searchengineland.com/wp-content/seloads/2026/07/How-to-report-PPC-performance-without-lying-to-yourself-or-your-boss-768x432.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/How-to-report-PPC-performance-without-lying-to-yourself-or-your-boss-1536x864.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/How-to-report-PPC-performance-without-lying-to-yourself-or-your-boss-1200x675.png 1200w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
<p class="wp-block-paragraph">Early in my career, I was responsible for reporting metrics for a company&#8217;s homepage. A member of the usability team wanted to know how much traffic a particular widget was getting. When we pulled the numbers, the result was underwhelming: About 2.5% of visitors actually used it.</p>



<p class="wp-block-paragraph">But that&#8217;s not the number that ended up in the report. Instead, the widget&#8217;s usage was reframed as &#8220;a couple thousand visits per month.&#8221; That was technically true. It also told a completely different story from 2.5%.</p>



<p class="wp-block-paragraph">That moment taught me something I&#8217;ve carried throughout my paid search career: Data isn&#8217;t black and white, and the person presenting it has a responsibility to tell an accurate story, not just a flattering one.</p>



<p class="wp-block-paragraph">Data doesn&#8217;t lie, but <a href="https://searchengineland.com/guide/what-is-paid-search">PPC</a> practitioners sometimes do. In PPC, we have more opportunities to blur that line than most people realize. Here&#8217;s where it happens and how to make sure your reporting holds up so you stay honest and ethical.</p>



<h2 class="wp-block-heading" id="h-conversions-aren-t-just-conversions">Conversions aren&#8217;t just conversions</h2>



<p class="wp-block-paragraph">If there&#8217;s one number that gets flattened most often in paid search reporting, it&#8217;s conversions.</p>



<p class="wp-block-paragraph">A &#8220;conversion&#8221; can mean something completely different depending on what&#8217;s actually being counted. A form fill isn&#8217;t a marketing qualified lead (MQL). An MQL isn&#8217;t a sale. </p>



<p class="wp-block-paragraph">For example, a phone call, a chat initiation, and a user watching 50% of a video are all conversion actions I&#8217;ve seen tracked in the same account, sometimes rolled into the same headline number and reported as &#8220;conversions.&#8221;</p>



<p class="wp-block-paragraph">When you tell a client or stakeholder, &#8220;We got an excellent number of conversions,&#8221; without specifying what that conversion actually was, that&#8217;s not reporting. That&#8217;s editorializing, and it&#8217;s not a solid foundation for PPC strategy decisions.</p>



<p class="wp-block-paragraph">Before you present a conversion number, ask yourself:</p>



<ul class="wp-block-list">
<li>What action is actually being counted? A form fill, a call, a chat, a video view, or a purchase?</li>



<li>How far is that action from an actual business outcome? A lead and a closed sale aren&#8217;t the same type of win.</li>



<li>Would the person reading this report make a different decision if they knew what was behind the number?</li>
</ul>



<p class="wp-block-paragraph">If the answer to the third question is yes, you owe them that context, and you should include it when you deliver the report.</p>


<a href="https://www.semrush.com/analytics/traffic/paid-search?utm_campaign=ic_sel_0101ppc&#038;utm_source=searchengineland.com&#038;utm_medium=overlay&#038;onboarding=off" target="_blank">
  <div>
    
    <div>
      
      <div id="semrush-one-headline" class="headline-responsive">
        See exactly how <span>your competitors win</span>.
      </div>
      <p id="semrush-one-subhead">
        Uncover the keywords, ads, landing pages, and strategies driving your competitors&#8217; paid search success—and find your next opportunity to outperform them.
      </p>
    </div>
    <div>
      <span id="semrush-one-cta">Analyze your competitors</span>
    </div>
    </div>
    </a>




<h2 class="wp-block-heading" id="h-your-ctr-benchmark-is-probably-a-decade-out-of-date">Your CTR benchmark is probably a decade out of date</h2>



<p class="wp-block-paragraph">I still hear practitioners say a campaign is performing well because its click-through rate is &#8220;over 2%.&#8221; That benchmark comes from an era of PPC that doesn&#8217;t exist anymore.</p>



<p class="wp-block-paragraph">Today&#8217;s bidding algorithms are far more sophisticated at finding users who resemble your existing converters. That alone pushes click-through rate (CTR) up across the board, independent of anything you did strategically.</p>



<p class="wp-block-paragraph">A 2% CTR benchmark from 10 years ago tells you almost nothing about whether a modern, algorithmically targeted campaign is actually healthy and meeting its goals.</p>



<p class="wp-block-paragraph">Reporting that &#8220;CTR is above benchmark&#8221; without acknowledging what&#8217;s driving that lift, whether it&#8217;s better targeting, better creative, or simply a more capable algorithm finding easier audiences, is another way data gets presented as good news without earning that designation.</p>



<p class="wp-block-paragraph">I don&#8217;t think there&#8217;s a legitimate universal benchmark left to point to. The algorithm has gotten too good at finding easy clicks for a single number to mean the same thing across accounts, industries, or even campaigns within the same account.</p>



<p class="wp-block-paragraph">Stakeholders will always ask the fundamental question: &#8220;Are these numbers good or bad?&#8221;</p>



<p class="wp-block-paragraph">As subject matter experts, our job isn&#8217;t to hand them a legacy benchmark to check off, especially one that doesn&#8217;t really exist in any meaningful form.</p>



<p class="wp-block-paragraph">True expertise means redefining success and shifting the conversation away from vanity metrics that the algorithm inflates for us. It means anchoring our reports in the business outcomes we were hired to drive.</p>



<p class="wp-block-paragraph">It&#8217;s also important to explain how modern bid strategies affect the metrics you&#8217;re reporting.</p>



<p class="wp-block-paragraph"><strong><em>Dig deeper: <a href="https://searchengineland.com/why-a-lower-ctr-can-be-better-for-your-ppc-campaigns-463771">Why a lower CTR can be better for your PPC campaigns</a></em></strong>



<h2 class="wp-block-heading" id="h-raw-numbers-and-percentages-tell-different-stories-use-both">Raw numbers and percentages tell different stories — use both</h2>



<p class="wp-block-paragraph">The widget story I opened with is really a story about raw numbers versus percentages, and that same tension shows up constantly in paid search reporting.</p>



<p class="wp-block-paragraph">When you&#8217;re breaking down conversions by type, for example, showing that phone calls make up 40% of conversions versus leads at 60% tells a very different story than saying &#8220;142 calls, 213 leads.&#8221; Neither version is wrong. But presenting only one of them, especially the one that happens to look better, is a choice. It isn&#8217;t neutral reporting.</p>



<p class="wp-block-paragraph">It&#8217;s something we have to be conscious of whenever we present data.</p>



<p class="wp-block-paragraph">The fix isn&#8217;t complicated: Show the data in more than one way.</p>



<p class="wp-block-paragraph">By presenting raw counts and percentages together, you give whoever reads the report enough context to understand what actually happened, instead of what you want them to take away from the report. Percentages add context to the data.</p>


<!-- START INLINE FORM -->
<div class="nl-inline-form border py-2 px-1 my-2">
	
	<div class="row align-items-center nl-inline-container">
		<div class="col-12 col-lg-3 col-xl-4 pe-md-0 pb-2 pb-lg-0">
			<p class="inline-form-text text-center mb-0">Get the newsletter search marketers rely on.</p>
		</div>
		<div class="col-12 col-lg-7 col-xl-6  pe-lg-0">
			<div class="form-nl-inline">
				<form id="mktoForm_16298"></form> 
				
				
			</div>
		</div>
		<div class="col-12 col-lg-2 col-xl-2 ps-1">
			<p class="text-center mb-0"><a class="nl-terms" href="https://searchengineland.com/termsofuse" target="_blank" aria-label="opens in a new tab">See terms.</a>
		</div>
	</div>
</div>
<!-- END INLINE FORM -->



<hr class="wp-block-separator has-text-color has-cyan-bluish-gray-color has-css-opacity has-cyan-bluish-gray-background-color has-background"/>



<h2 class="wp-block-heading" id="h-what-you-choose-to-focus-on-in-a-report-is-itself-a-form-of-manipulation">What you choose to focus on in a report is itself a form of manipulation</h2>



<p class="wp-block-paragraph">This kind of manipulation by omission is something I think about most often because I&#8217;ve seen it cost advertisers real money and create confusion.</p>



<p class="wp-block-paragraph">For example, I once took over an account from another practitioner who had been telling the business that its low cost per click (CPC) was a sign of success.</p>



<p class="wp-block-paragraph">If a low CPC were actually the goal, it&#8217;d be easy to hit that number by running everything through the Display Network or another upper-funnel campaign. But that campaign type may not align with what the brand actually needs. </p>



<p class="wp-block-paragraph">In my example, because the business had been told for months that a low CPC meant good performance, it had bought into the wrong metric entirely.</p>



<p class="wp-block-paragraph">In reality, a higher CPC often drives better business outcomes and can even result in a lower cost per acquisition because you&#8217;re paying more to reach higher-intent, higher-value users instead of optimizing for cheap clicks that don&#8217;t convert. For my client, that turned out to be true.</p>



<p class="wp-block-paragraph">Focusing a stakeholder&#8217;s attention on the metric that makes your work look best instead of the one that reflects their actual goals is one of the quietest ways data gets weaponized in this industry. We should be client-first when it comes to reporting data.</p>



<h2 class="wp-block-heading" id="h-attribution-can-hide-whether-your-spend-is-doing-anything-at-all">Attribution can hide whether your spend is doing anything at all</h2>



<p class="wp-block-paragraph">Even accurate reporting on conversions, CTR, and CPC can still mask a bigger question: Would those conversions have happened anyway?</p>



<p class="wp-block-paragraph">Attribution models give credit for conversions across touchpoints, but it&#8217;s important to remember that credit isn&#8217;t causation. A branded search campaign can show a huge volume of &#8220;conversions&#8221; that would&#8217;ve happened through organic or direct traffic, regardless of whether the ad ever ran. The report looks great, but the incremental business impact may be close to zero.</p>



<p class="wp-block-paragraph">This doesn&#8217;t mean we wouldn&#8217;t run a brand campaign. It means the data needs more context and nuance.</p>



<p class="wp-block-paragraph">Incrementality testing — whether that&#8217;s using a holdout group, running a geo experiment, or conducting a conversion lift study — is the only real way to answer whether your media spend is creating new business or simply claiming credit for outcomes that would&#8217;ve happened anyway.</p>



<p class="wp-block-paragraph">Reporting conversion volume without ever addressing incrementality is one of the most common and most defensible-sounding ways paid search data tells an incomplete story.</p>



<p class="wp-block-paragraph"><strong><em>Dig deeper: <a href="https://searchengineland.com/b2b-ppc-metrics-incremental-value-478925">Why your B2B PPC metrics may be lying to you</a></em></strong>



<h2 class="wp-block-heading" id="h-3-manipulation-tactics-worth-naming-directly">3 manipulation tactics worth naming directly</h2>



<p class="wp-block-paragraph">Most of the metric issues above happen without anyone intending to mislead. But a few specific patterns are worth calling out because once you see them, you can&#8217;t unsee them in your own reporting.</p>



<ul class="wp-block-list">
<li><strong>Conversion stacking: </strong>Counting multiple actions from a single user journey — say, a chat, then a call, then a form fill from the same person — as three separate wins instead of one.</li>



<li><strong>Cherry-picked date ranges: </strong>Comparing this month to a deliberately slow month last quarter, or quietly excluding the week your account had an outage or tracking issue. A date range chosen against a weak baseline can make almost any account look like it&#8217;s improving.</li>



<li><strong>Vanity metric substitution: </strong>Leading with a metric that looks good — perhaps impressions, clicks, or &#8220;reach&#8221; – when the metric that actually matters — qualified leads, revenue, or CPA – tells a less flattering story.</li>
</ul>



<p class="wp-block-paragraph">I&#8217;m not saying every practitioner who uses these patterns is acting in bad faith. Most of the time, it&#8217;s habit, not deception. But habits are exactly what need to be questioned if we&#8217;re serious about reporting data honestly.</p>



<h2 class="wp-block-heading" id="h-paid-search-doesn-t-have-a-governing-board-that-s-exactly-why-this-matters">Paid search doesn&#8217;t have a governing board. That&#8217;s exactly why this matters</h2>



<p class="wp-block-paragraph">Unlike many licensed professions, paid search practitioners don&#8217;t answer to a regulatory body. We have platform certifications, not an ethics board. That means the standard for how honestly we present data to clients and stakeholders is largely self-imposed.</p>



<p class="wp-block-paragraph">I don&#8217;t think that gets talked about enough in our industry. It&#8217;s easy to frame a number in the best possible light, especially when your job security or a client relationship depends on the story that number tells.</p>



<p class="wp-block-paragraph">But contextualizing conversions accurately, using current benchmarks, showing both raw numbers and percentages, and focusing on the metrics that actually reflect business outcomes isn&#8217;t just good practice. It&#8217;s the ethical baseline for PPC.</p>



<p class="wp-block-paragraph">If we don&#8217;t hold ourselves to that standard, no one else will.</p>
]]></content:encoded>
					
		
		
		
	</item>
		<item>
		<title>Google Tag Manager adds guided setup for Google Ads purchase tracking</title>
		<link>https://searchengineland.com/google-tag-manager-adds-guided-setup-for-google-ads-purchase-tracking-482706</link>
		
		<dc:creator><![CDATA[Anu Adegbola]]></dc:creator>
		<pubDate>Mon, 20 Jul 2026 14:57:34 +0000</pubDate>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://searchengineland.com/?p=482706</guid>

					<description><![CDATA[<div><img width="1672" height="941" src="https://searchengineland.com/wp-content/seloads/2026/07/GTM.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://searchengineland.com/wp-content/seloads/2026/07/GTM.png 1672w, https://searchengineland.com/wp-content/seloads/2026/07/GTM-768x432.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/GTM-1536x864.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/GTM-1200x675.png 1200w" sizes="(max-width: 1672px) 100vw, 1672px" /></div>GTM's new guided setup simplifies Google Ads conversion tracking by automatically configuring key measurement components.]]></description>
										<content:encoded><![CDATA[<div><img width="1672" height="941" src="https://searchengineland.com/wp-content/seloads/2026/07/GTM.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://searchengineland.com/wp-content/seloads/2026/07/GTM.png 1672w, https://searchengineland.com/wp-content/seloads/2026/07/GTM-768x432.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/GTM-1536x864.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/GTM-1200x675.png 1200w" sizes="(max-width: 1672px) 100vw, 1672px" /></div>
<p class="wp-block-paragraph">Google is making it easier to implement Google Ads purchase conversion tracking by introducing a Guided Setup experience in Google Tag Manager, reducing the manual work required to configure tags.</p>



<p class="wp-block-paragraph"><strong>What&#8217;s happening</strong>. A new &#8220;Guided Setup&#8221; card is appearing in Google Tag Manager for Google Ads Purchase Conversions.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="527" height="370" src="https://searchengineland.com/wp-content/seloads/2026/07/GTM.jpeg" alt="" class="wp-image-482707"/></figure>



<p class="wp-block-paragraph">The beta feature automatically creates the required:</p>



<ul class="wp-block-list">
<li>Tags</li>



<li>Triggers</li>



<li>Variables</li>
</ul>



<p class="wp-block-paragraph">Instead of requiring users to configure each component manually.</p>



<p class="wp-block-paragraph"><strong>Why we care.</strong> Conversion tracking is essential for campaign optimisation, but implementation can be complex—particularly for advertisers new to Google Tag Manager. Guided Setup aims to simplify the process, reducing setup errors and helping advertisers start measuring purchases more quickly.</p>



<p class="wp-block-paragraph"><strong>Between the lines</strong>. The update reflects Google&#8217;s broader push to lower the technical barriers to measurement as advertisers increasingly rely on automated bidding strategies that depend on accurate conversion data. By automating much of the configuration, Google could improve tracking adoption and data quality across Google Ads accounts.</p>



<p class="wp-block-paragraph"><strong>What we&#8217;re watching</strong>. The feature is currently in beta, meaning it isn&#8217;t yet available to all Google Tag Manager users. Google has not announced when a wider rollout will begin.</p>



<p class="wp-block-paragraph"><strong>The bottom line</strong>. Google Tag Manager&#8217;s new Guided Setup streamlines Google Ads purchase conversion tracking by automatically configuring key measurement components, making implementation easier for both new and experienced advertisers.</p>



<p class="wp-block-paragraph"><strong>First spotted</strong>. The beta feature was shared by Paid Search expert,Vivek Gupta on <a href="http://linkedin.com/posts/the-vivek-gupta_googletagmanager-googleads-conversiontracking-activity-7481431716490964992-a2Db">LinkedIn</a>. </p>


<a href="https://www.semrush.com/analytics/traffic/paid-search?utm_campaign=ic_sel_0102ppc&#038;utm_source=searchengineland.com&#038;utm_medium=overlay&#038;onboarding=off" target="_blank">
  <div>
    
    <div>
      
      <div id="semrush-one-headline" class="headline-responsive">
        Every click they win is <span>a customer you lose</span>.
      </div>
      <p id="semrush-one-subhead">
        See where competitors are investing, which keywords drive their results, and how to capture more of the market.
      </p>
    </div>
    <div>
      <span id="semrush-one-cta">See who’s stealing your traffic</span>
    </div>
    </div>
    </a>

]]></content:encoded>
					
		
		
		
		<media:thumbnail url="https://searchengineland.com/wp-content/seloads/2026/07/GTM.jpeg"/>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/GTM.jpeg">
			<media:title type="html">GTM</media:title>
		</media:content>
	</item>
		<item>
		<title>Google expands Brand Lift Studies with enhanced measurement option</title>
		<link>https://searchengineland.com/google-expands-brand-lift-studies-with-enhanced-measurement-option-482701</link>
		
		<dc:creator><![CDATA[Anu Adegbola]]></dc:creator>
		<pubDate>Mon, 20 Jul 2026 14:47:26 +0000</pubDate>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://searchengineland.com/?p=482701</guid>

					<description><![CDATA[<div><img width="1920" height="1080" src="https://searchengineland.com/wp-content/seloads/2026/03/Google-Ads-may-be-over-crediting-your-conversions-A-7-day-test-tells-a-different-story.png" class="attachment-large size-large wp-post-image" alt="Google Ads may be over-crediting your conversions- A 7-day test tells a different story" decoding="async" srcset="https://searchengineland.com/wp-content/seloads/2026/03/Google-Ads-may-be-over-crediting-your-conversions-A-7-day-test-tells-a-different-story.png 1920w, https://searchengineland.com/wp-content/seloads/2026/03/Google-Ads-may-be-over-crediting-your-conversions-A-7-day-test-tells-a-different-story-768x432.png 768w, https://searchengineland.com/wp-content/seloads/2026/03/Google-Ads-may-be-over-crediting-your-conversions-A-7-day-test-tells-a-different-story-1536x864.png 1536w, https://searchengineland.com/wp-content/seloads/2026/03/Google-Ads-may-be-over-crediting-your-conversions-A-7-day-test-tells-a-different-story-1200x675.png 1200w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>Advertisers can now choose between standard and enhanced Brand Lift Studies, trading a higher budget for more sensitive campaign measurement.]]></description>
										<content:encoded><![CDATA[<div><img width="1920" height="1080" src="https://searchengineland.com/wp-content/seloads/2026/03/Google-Ads-may-be-over-crediting-your-conversions-A-7-day-test-tells-a-different-story.png" class="attachment-large size-large wp-post-image" alt="Google Ads may be over-crediting your conversions- A 7-day test tells a different story" decoding="async" srcset="https://searchengineland.com/wp-content/seloads/2026/03/Google-Ads-may-be-over-crediting-your-conversions-A-7-day-test-tells-a-different-story.png 1920w, https://searchengineland.com/wp-content/seloads/2026/03/Google-Ads-may-be-over-crediting-your-conversions-A-7-day-test-tells-a-different-story-768x432.png 768w, https://searchengineland.com/wp-content/seloads/2026/03/Google-Ads-may-be-over-crediting-your-conversions-A-7-day-test-tells-a-different-story-1536x864.png 1536w, https://searchengineland.com/wp-content/seloads/2026/03/Google-Ads-may-be-over-crediting-your-conversions-A-7-day-test-tells-a-different-story-1200x675.png 1200w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
<p class="wp-block-paragraph">Google is rolling out a new Enhanced Brand Lift study to more advertisers, giving brands a more sensitive way to measure campaign impact—at the cost of a significantly larger budget.</p>



<p class="wp-block-paragraph"><strong>What&#8217;s happening</strong>. Advertisers can now choose between two Brand Lift Study options in Google Ads:</p>



<ul class="wp-block-list">
<li><strong>Standard Brand Lift</strong>, which measures lifts of 2% or higher.</li>



<li><strong>Enhanced Brand Lift</strong>, which can detect lifts as low as 1.2%.</li>
</ul>



<p class="wp-block-paragraph">Google says the enhanced option requires approximately three times the budget, but increases the likelihood of detecting a positive lift by 60%.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="522" height="364" src="https://searchengineland.com/wp-content/seloads/2026/07/Screenshot-2026-07-20-at-15.44.36.png" alt="" class="wp-image-482702"/></figure>



<p class="wp-block-paragraph"><strong>Why we care</strong>. Measuring the effectiveness of brand campaigns has long been challenging, particularly when lift is modest. The enhanced study gives advertisers greater confidence in detecting smaller changes in awareness, consideration and other brand metrics, helping validate upper-funnel investment.</p>



<p class="wp-block-paragraph"><strong>Between the lines</strong>. The introduction of Enhanced Brand Lift reflects Google&#8217;s broader investment in brand measurement as advertisers increasingly demand stronger evidence that awareness campaigns drive measurable outcomes. The higher budget requirement (x3), however, means the feature is likely to be most useful for larger campaigns with sufficient scale.</p>



<p class="wp-block-paragraph"><strong>The bottom line</strong>. Google is giving advertisers a more precise way to measure brand campaign effectiveness, but the additional sensitivity comes with a significantly higher media investment.</p>



<p class="wp-block-paragraph"><strong>First spotted</strong>. The update was first identified by Google Ads  specialist, Thomas Eccel who shared the update on <a href="https://www.linkedin.com/posts/thomaseccel_ppc-googleads-share-7479534042938437632-HyYB/">LinkedIn</a>. </p>


<a href="https://www.semrush.com/ai-seo/overview?utm_campaign=ic_sel_0102ai&#038;utm_source=searchengineland.com&#038;utm_medium=overlay&#038;onboarding=off" target="_blank">
  <div>
    
    <div>
      
      <div id="semrush-one-headline" class="headline-responsive">
        If AI can’t find you, <span>customers won’t either</span>.
      </div>
      <p id="semrush-one-subhead">
       Track your visibility across AI search, uncover missed opportunities, and grow your presence where customers are asking questions.
      </p>
    </div>
    <div>
      <span id="semrush-one-cta">See your AI visibility</span>
    </div>
    </div>
    </a>

]]></content:encoded>
					
		
		
		
		<media:thumbnail url="https://searchengineland.com/wp-content/seloads/2026/07/Screenshot-2026-07-20-at-15.44.36.png"/>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/Screenshot-2026-07-20-at-15.44.36.png">
			<media:title type="html">Screenshot 2026-07-20 at 15.44.36</media:title>
		</media:content>
	</item>
		<item>
		<title>AI-driven personalized search: A practical guide</title>
		<link>https://searchengineland.com/ai-driven-personalized-search-guide-482658</link>
		
		<dc:creator><![CDATA[Louisa Frahm]]></dc:creator>
		<pubDate>Mon, 20 Jul 2026 14:00:00 +0000</pubDate>
				<category><![CDATA[AI SEO]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Opinion]]></category>
		<guid isPermaLink="false">https://searchengineland.com/?p=482658</guid>

					<description><![CDATA[<div><img width="1920" height="1080" src="https://searchengineland.com/wp-content/seloads/2026/07/A-practical-guide-to-AI-driven-personalized-search.png" class="attachment-large size-large wp-post-image" alt="A practical guide to AI-driven personalized search" decoding="async" srcset="https://searchengineland.com/wp-content/seloads/2026/07/A-practical-guide-to-AI-driven-personalized-search.png 1920w, https://searchengineland.com/wp-content/seloads/2026/07/A-practical-guide-to-AI-driven-personalized-search-768x432.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/A-practical-guide-to-AI-driven-personalized-search-1536x864.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/A-practical-guide-to-AI-driven-personalized-search-1200x675.png 1200w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>See how personalized AI search uses entities, context, and multimodal signals to influence discovery beyond traditional rankings.]]></description>
										<content:encoded><![CDATA[<div><img width="1920" height="1080" src="https://searchengineland.com/wp-content/seloads/2026/07/A-practical-guide-to-AI-driven-personalized-search.png" class="attachment-large size-large wp-post-image" alt="A practical guide to AI-driven personalized search" decoding="async" srcset="https://searchengineland.com/wp-content/seloads/2026/07/A-practical-guide-to-AI-driven-personalized-search.png 1920w, https://searchengineland.com/wp-content/seloads/2026/07/A-practical-guide-to-AI-driven-personalized-search-768x432.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/A-practical-guide-to-AI-driven-personalized-search-1536x864.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/A-practical-guide-to-AI-driven-personalized-search-1200x675.png 1200w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
<p class="wp-block-paragraph">The same search no longer guarantees the same answer. In 2026, the biggest change in digital discovery isn&#8217;t simply that AI generates answers. It&#8217;s that those answers are personalized for individual users.</p>



<p class="wp-block-paragraph">Traditional search engines ranked webpages primarily based on relevance, authority, and popularity. Today&#8217;s AI-powered search experiences, including <a href="https://searchengineland.com/guide/google-ai-overviews">Google AI Overviews</a>, <a href="https://searchengineland.com/guides/google-ai-mode">Google AI Mode</a>, <a href="https://searchengineland.com/claude-code-seo-work-470668">Claude</a>, <a href="https://searchengineland.com/what-is-chatgpt-and-why-seos-should-care-392165">ChatGPT</a>, <a href="https://searchengineland.com/how-perplexity-ranks-content-research-460031">Perplexity</a>, and other large language model interfaces, are designed to understand the searcher as much as the search query itself.&nbsp;</p>



<p class="wp-block-paragraph">Instead of asking, &#8220;What is the best answer?&#8221; Search systems are asking, &#8220;What is the best answer for this particular individual?&#8221;</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="1320" height="1184" src="https://searchengineland.com/wp-content/seloads/2026/07/best-yoga-classes-in-Los-Angeles.jpg" alt="best-yoga-classes-in-Los-Angeles" class="wp-image-482661" srcset="https://searchengineland.com/wp-content/seloads/2026/07/best-yoga-classes-in-Los-Angeles.jpg 1320w, https://searchengineland.com/wp-content/seloads/2026/07/best-yoga-classes-in-Los-Angeles-768x689.jpg 768w" sizes="(max-width: 1320px) 100vw, 1320px" /></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="1320" height="1511" src="https://searchengineland.com/wp-content/seloads/2026/07/best-yoga-classes-in-Los-Angeles-Map-1.jpg" alt="best-yoga-classes-in-Los-Angeles - Map" class="wp-image-482663" srcset="https://searchengineland.com/wp-content/seloads/2026/07/best-yoga-classes-in-Los-Angeles-Map-1.jpg 1320w, https://searchengineland.com/wp-content/seloads/2026/07/best-yoga-classes-in-Los-Angeles-Map-1-768x879.jpg 768w" sizes="(max-width: 1320px) 100vw, 1320px" /></figure>
</div>


<p class="wp-block-paragraph">Understanding how AI personalizes search experiences is the first step toward adapting your SEO strategy.</p>



<h2 class="wp-block-heading" id="h-the-roots-of-personalized-search">The roots of personalized search</h2>



<p class="wp-block-paragraph">For much of SEO&#8217;s history, search professionals have talked about &#8220;ranking No. 1&#8221; as if everyone saw the same search results. In reality, that was never entirely true.</p>



<p class="wp-block-paragraph">Google has personalized search for years using signals such as location, language, device type, search history, and geographic intent. A user searching for &#8220;coffee shop&#8221; in Seattle naturally received different results than someone in Miami.&nbsp;</p>



<p class="wp-block-paragraph">Mobile users also had different experiences from desktop users. Returning users encountered recommendations influenced by previous searches and browsing behavior. Personalization has been part of modern search for well over a decade.</p>



<p class="wp-block-paragraph">What&#8217;s changed is the scope of that personalization. Instead of adapting results based primarily on location, language, or search history, AI systems tailor responses to the individual behind the query.</p>


<a href="https://www.semrush.com/ai-seo/overview?utm_campaign=ic_sel_0101ai&#038;utm_source=searchengineland.com&#038;utm_medium=overlay&#038;onboarding=off" target="_blank">
  <div>
    
    <div>
      
      <div id="semrush-one-headline" class="headline-responsive">
        Be the brand <span>AI recommends</span>.
      </div>
      <p id="semrush-one-subhead">
        See where your brand appears in AI search, where competitors are winning, and what it takes to become the answer AI recommends.
      </p>
    </div>
    <div>
      <span id="semrush-one-cta">See your AI visibility</span>
    </div>
    </div>
    </a>




<h2 class="wp-block-heading" id="h-the-shift-from-universal-rankings-to-individual-recommendations">The shift from universal rankings to individual recommendations</h2>



<p class="wp-block-paragraph">Traditional search engines primarily ranked webpages. The underlying question was, &#8220;Which page best answers this query?&#8221;</p>



<p class="wp-block-paragraph">Modern AI-powered search asks a different question: &#8220;Which answer is most helpful for this specific person at this exact moment?&#8221;</p>



<p class="wp-block-paragraph">Large language models synthesize information from across the web while incorporating an expanding set of contextual signals.&nbsp;</p>



<p class="wp-block-paragraph">As a result, two people can ask the exact same question and receive noticeably different answers, not because one result is objectively &#8220;better,&#8221; but because each answer is adapted to the individual&#8217;s context.</p>



<h2 class="wp-block-heading" id="h-search-and-social-are-converging">Search and social are converging</h2>



<p class="wp-block-paragraph">A common misconception is that search and social remain separate disciplines. They&#8217;re becoming part of the same discovery ecosystem.</p>



<p class="wp-block-paragraph">Historically:</p>



<ul class="wp-block-list">
<li>Search answered specific questions.</li>



<li>Social platforms created awareness.</li>



<li>Websites served as the primary destination.</li>
</ul>



<p class="wp-block-paragraph">Today, those boundaries are fading.</p>



<p class="wp-block-paragraph">AI systems learn from and reference information published across multiple platforms, including:</p>



<ul class="wp-block-list">
<li>YouTube.</li>



<li>Reddit.</li>



<li>LinkedIn.</li>



<li>X.</li>



<li>TikTok.</li>



<li>Instagram.</li>



<li>Threads.</li>



<li>Podcasts.</li>



<li>Public forums.</li>



<li>Community discussions.</li>
</ul>



<p class="wp-block-paragraph">At the same time, social platforms are becoming search engines in their own right:</p>



<ul class="wp-block-list">
<li>People search TikTok for restaurant recommendations.</li>



<li>People seek out real-world reviews on Instagram.</li>



<li>People use YouTube as a how-to engine.</li>



<li>People browse Reddit before making purchases.</li>



<li>LinkedIn has become a destination for expertise and professional credibility.</li>
</ul>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="1098" height="2048" src="https://searchengineland.com/wp-content/seloads/2026/07/How-to-build-a-PC-1-scaled.jpg" alt="How to build a PC" class="wp-image-482665" srcset="https://searchengineland.com/wp-content/seloads/2026/07/How-to-build-a-PC-1-scaled.jpg 1098w, https://searchengineland.com/wp-content/seloads/2026/07/How-to-build-a-PC-1-768x1433.jpg 768w, https://searchengineland.com/wp-content/seloads/2026/07/How-to-build-a-PC-1-823x1536.jpg 823w" sizes="(max-width: 1098px) 100vw, 1098px" /><figcaption class="wp-element-caption">Screenshot</figcaption></figure>
</div>


<p class="wp-block-paragraph">Recently, this dynamic was amplified further with the <a href="https://searchengineland.com/google-search-console-gains-reporting-on-social-and-video-platforms-481696">introduction of social platform reporting in Google Search Console</a>. If you conduct news searches during tentpole events, you may see an X carousel at the top of the results page. That same page may also feature emoji reaction buttons.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="1223" height="2048" src="https://searchengineland.com/wp-content/seloads/2026/07/Argentina-vs-Cabo-Verde-1-scaled.jpg" alt="Argentina vs Cabo Verde" class="wp-image-482667" srcset="https://searchengineland.com/wp-content/seloads/2026/07/Argentina-vs-Cabo-Verde-1-scaled.jpg 1223w, https://searchengineland.com/wp-content/seloads/2026/07/Argentina-vs-Cabo-Verde-1-768x1286.jpg 768w, https://searchengineland.com/wp-content/seloads/2026/07/Argentina-vs-Cabo-Verde-1-917x1536.jpg 917w" sizes="(max-width: 1223px) 100vw, 1223px" /><figcaption class="wp-element-caption">Screenshot</figcaption></figure>
</div>


<p class="wp-block-paragraph">The connection between search and social continues to strengthen. Smart brands are responding by integrating their search and social teams into a cohesive function rather than operating as separate, siloed groups.</p>



<p class="wp-block-paragraph">The modern customer journey no longer follows a straight line from Google to a website. Instead, discovery happens across an interconnected network of search engines, AI assistants, social platforms, creator communities, and recommendation systems.</p>



<h2 class="wp-block-heading" id="h-ai-draws-from-the-entire-digital-ecosystem">AI draws from the entire digital ecosystem</h2>



<p class="wp-block-paragraph">Large language models don&#8217;t think in terms of channels or landing on a single resource with the &#8220;best&#8221; answer. Instead, they synthesize information from an diverse range of sources.</p>



<p class="wp-block-paragraph">An AI-generated answer might simultaneously incorporate:</p>



<ul class="wp-block-list">
<li>Your website.</li>



<li>Your YouTube videos.</li>



<li>Your LinkedIn articles.</li>



<li>Customer reviews.</li>



<li>Interviews.</li>



<li>Reddit discussions.</li>



<li>Local business profiles.</li>



<li>News coverage.</li>



<li>Structured business information.</li>
</ul>



<p class="wp-block-paragraph">Your digital reputation functions as an interconnected knowledge graph rather than a collection of isolated marketing channels. As a result, many digital strategists are shifting from traditional SEO toward overall visibility, <a href="https://searchengineland.com/guide/brand-mentions">brand mentions</a>, and discoverability.&nbsp;</p>



<h2 class="wp-block-heading" id="h-personalization-makes-brand-signals-more-important-than-ever">Personalization makes brand signals more important than ever</h2>



<p class="wp-block-paragraph">As AI systems become more personalized, they also become more selective. They&#8217;re less interested in pages that simply target keywords and more interested in identifying brands that consistently demonstrate expertise across multiple environments.&nbsp;</p>



<p class="wp-block-paragraph">As LLM platforms continue to evolve, with ongoing inconsistencies and misinformation, Google&#8217;s <a href="https://searchengineland.com/guide/google-e-e-a-t-for-seo">E-E-A-T</a> framework has taken on a broader scope and greater influence.</p>



<p class="wp-block-paragraph">Your visibility depends on whether AI can answer questions such as:</p>



<ul class="wp-block-list">
<li>Is this organization credible?</li>



<li>Is this information consistently supported elsewhere?</li>



<li>Do experts reference this brand?</li>



<li>Does this company publish original insights?</li>



<li>Is this brand active across the places people seek information?</li>
</ul>



<p class="wp-block-paragraph">These are <a href="https://searchengineland.com/how-to-protect-your-brand-reputation-in-ai-search-460669">reputation</a> questions, not just ranking questions.</p>



<h2 class="wp-block-heading" id="h-how-deep-does-the-personalization-rabbit-hole-go-nbsp">How deep does the personalization rabbit hole go?&nbsp;</h2>



<p class="wp-block-paragraph">Several technologies have converged to make search fundamentally more personal.</p>



<p class="wp-block-paragraph">AI systems now understand:</p>



<ul class="wp-block-list">
<li>Previous conversations.</li>



<li>Search history.</li>



<li>Location.</li>



<li>Device content.</li>



<li>Current activity.</li>



<li>Images.</li>



<li>Voice.</li>



<li>Preferences.</li>



<li>Calendar events.</li>



<li>Gmail (when permission is granted).</li>



<li>Shopping behavior.</li>



<li>App usage.</li>



<li>Multimodal inputs.</li>
</ul>



<p class="wp-block-paragraph">Google has <a href="https://blog.google/products-and-platforms/products/search/search-io-2026/" target="_blank" rel="noopener">publicly stated</a> that search is evolving into a more intelligent, <a href="https://searchengineland.com/ai-agents-seo-454279">agentic experience</a> that uses personal context to provide more useful answers and even complete tasks on a user&#8217;s behalf. </p>



<p class="wp-block-paragraph">Rather than producing a universal ranking, search generates individualized recommendations.</p>



<h2 class="wp-block-heading" id="h-personalization-doesn-t-exist-without-multimodal-search">Personalization doesn&#8217;t exist without multimodal search</h2>



<p class="wp-block-paragraph">One of the biggest reasons search feels much more personal in 2026 is that AI systems are no longer limited to understanding written text.</p>



<p class="wp-block-paragraph">Modern search is <a href="https://searchengineland.com/multimodal-discovery-redefining-seo-456816">multimodal</a>, meaning it can interpret and combine multiple forms of information simultaneously, including text, images, audio, video, voice, documents, and, , live context.</p>



<p class="wp-block-paragraph">For brands, this means discoverability is no longer confined to webpages. Every digital asset can become part of the search experience.</p>



<p class="wp-block-paragraph"><strong>Examples:&nbsp;</strong>



<ul class="wp-block-list">
<li>A product photo may appear in Google Lens results.</li>



<li>A YouTube video transcript may be cited in an AI-generated answer.</li>



<li>A podcast interview can reinforce your expertise.</li>



<li>A LinkedIn article can help establish topical authority.</li>



<li>An Instagram Reel demonstrating a process may answer a user&#8217;s visual search.</li>
</ul>



<p class="wp-block-paragraph">Search has evolved from retrieving documents to understanding information regardless of format.&nbsp;</p>



<h2 class="wp-block-heading" id="h-every-piece-of-content-becomes-searchable">Every piece of content becomes searchable</h2>



<p class="wp-block-paragraph">Historically, SEO focused on optimizing HTML pages because search engines primarily indexed webpages.&nbsp;</p>



<p class="wp-block-paragraph">Today, AI systems understand:</p>



<ul class="wp-block-list">
<li>Images and infographics.</li>



<li>Short-form videos.</li>



<li>Long-form video transcripts.</li>



<li>Podcasts and audio.</li>



<li>PDFs and presentations.</li>



<li>Product photography.</li>



<li>Maps and local business information.</li>



<li>Social posts.</li>



<li>Customer reviews.</li>



<li>Structured data.</li>



<li>User-generated content. </li>
</ul>



<p class="wp-block-paragraph">In many cases, these assets are no longer supporting content. They&#8217;re the content being discovered.</p>



<p class="wp-block-paragraph">The practical implication is that brands should think beyond &#8220;content marketing&#8221; and instead manage a portfolio of searchable assets that can be surfaced across AI-powered experiences.</p>



<h2 class="wp-block-heading" id="h-search-is-becoming-ambient">Search is becoming ambient</h2>



<p class="wp-block-paragraph">Multimodal search is also changing when people search. For decades, search was an intentional activity. Users opened a browser, typed a query, and reviewed a list of links.</p>



<p class="wp-block-paragraph">Today, search is woven into everyday moments:</p>



<ul class="wp-block-list">
<li>People search by speaking into their earbuds while walking.</li>



<li>People search by taking pictures of products in a store.</li>



<li>People search by asking follow-up questions without restarting the conversation.</li>
</ul>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="1240" height="2048" src="https://searchengineland.com/wp-content/seloads/2026/07/Red-kettle-1-scaled.jpg" alt="Red teapot" class="wp-image-482669" srcset="https://searchengineland.com/wp-content/seloads/2026/07/Red-kettle-1-scaled.jpg 1240w, https://searchengineland.com/wp-content/seloads/2026/07/Red-kettle-1-768x1269.jpg 768w, https://searchengineland.com/wp-content/seloads/2026/07/Red-kettle-1-930x1536.jpg 930w" sizes="(max-width: 1240px) 100vw, 1240px" /><figcaption class="wp-element-caption">Screenshot</figcaption></figure>
</div>


<p class="wp-block-paragraph">AI assistants retain conversational context, allowing discovery to unfold naturally rather than as a series of disconnected keyword searches. Search is becoming less of a destination and more of a continuous, interactive layer that helps people interpret the world around them.</p>



<h2 class="wp-block-heading" id="h-why-this-matters-for-your-brand">Why this matters for your brand</h2>



<p class="wp-block-paragraph">This evolution fundamentally changes how you should think about optimization. Every digital touchpoint contributes to discoverability.</p>



<p class="wp-block-paragraph">A strong multimodal strategy includes:</p>



<ul class="wp-block-list">
<li>Descriptive alt text and accessible imagery.</li>



<li>Video transcripts with clear speaker attribution.</li>



<li>Original charts, diagrams, and infographics.</li>



<li>Structured data that identifies people, organizations, products, and events.</li>



<li>Consistent branding across websites, social profiles, podcasts, and video channels.</li>



<li>High-quality visual assets that image search systems can interpret.</li>



<li>Documents and downloadable resources with searchable text rather than image-only PDFs.</li>



<li>Original research, case studies, and data visualizations that AI systems can reference and cite.</li>
</ul>


<!-- START INLINE FORM -->
<div class="nl-inline-form border py-2 px-1 my-2">
	
	<div class="row align-items-center nl-inline-container">
		<div class="col-12 col-lg-3 col-xl-4 pe-md-0 pb-2 pb-lg-0">
			<p class="inline-form-text text-center mb-0">Get the newsletter search marketers rely on.</p>
		</div>
		<div class="col-12 col-lg-7 col-xl-6  pe-lg-0">
			<div class="form-nl-inline">
				<form id="mktoForm_16298"></form> 
				
				
			</div>
		</div>
		<div class="col-12 col-lg-2 col-xl-2 ps-1">
			<p class="text-center mb-0"><a class="nl-terms" href="https://searchengineland.com/termsofuse" target="_blank" aria-label="opens in a new tab">See terms.</a>
		</div>
	</div>
</div>
<!-- END INLINE FORM -->



<hr class="wp-block-separator has-text-color has-cyan-bluish-gray-color has-css-opacity has-cyan-bluish-gray-background-color has-background"/>



<h2 class="wp-block-heading" id="h-the-new-goal-is-to-become-a-recognized-brand">The new goal is to become a recognized brand</h2>



<p class="wp-block-paragraph">Although SERP position still matters, AI-driven discovery rewards recognizable brands, not just highly ranked pages. Brands should become recognized entities that AI systems understand, trust, and confidently recommend.</p>



<p class="wp-block-paragraph">That objective requires building authority not only on your website, but also across the broader digital ecosystem, where search, social, video, local listings, reviews, and AI overlap.&nbsp;</p>



<p class="wp-block-paragraph">Success is becoming less about winning a single ranking and more about building a trusted, visible, and connected brand wherever people and AI systems look for answers. This expands SEO into a broader practice of helping brands earn recognition and visibility across an personalized, AI-mediated discovery ecosystem.</p>



<p class="wp-block-paragraph">What other tactics can brands use to stand out in this new era of personalized audience engagement?</p>



<h3 class="wp-block-heading" id="h-1-give-users-a-reason-to-make-you-a-preferred-source">1. Give users a reason to make you a Preferred Source</h3>



<p class="wp-block-paragraph">Google&#8217;s <strong>Preferred Sources</strong> feature in Top Stories allows signed-in users to prioritize news publishers they trust.</p>



<p class="wp-block-paragraph">While brands can&#8217;t force inclusion, they can encourage loyal audiences to favorite them through consistent, high-quality content and clear calls to action:</p>



<ul class="wp-block-list">
<li>Educate your audience by <a href="https://www.today.com/life/how-to-set-up-google-preferred-sources-rcna227229" target="_blank" rel="noopener">publishing a standalone article</a> explaining how to set up Preferred Sources, or add a button at the top of your articles to simplify the process.</li>



<li>Include related messaging in newsletters and social posts for loyal followers.</li>



<li>Invest in recurring coverage that gives users a reason to return.</li>



<li>Build recognizable editorial voices rather than anonymous content.</li>
</ul>



<p class="wp-block-paragraph">Google previously <a href="https://blog.google/products-and-platforms/products/search/original-high-quality-content-search/" target="_blank" rel="noopener">stated</a> that &#8220;people are twice as likely to click through to a Preferred Source.&#8221; As publishers experience <a href="https://searchengineland.com/google-ai-overviews-hurt-click-through-rates-454428">lower click-through rates</a> from AI Overviews, that potential advantage is difficult to ignore. </p>



<p class="wp-block-paragraph">In May, Google <a href="https://searchengineland.com/google-ai-overviews-ai-mode-gain-preferred-sources-plus-new-perspectives-carousel-and-highly-cited-labels-478766">announced</a> that Preferred Sources would expand to AI Overviews and AI Mode, giving brands another opportunity to increase their visibility.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="868" height="1364" src="https://searchengineland.com/wp-content/seloads/2026/07/AP-1.png" alt="Add AP News on Google" class="wp-image-482676" srcset="https://searchengineland.com/wp-content/seloads/2026/07/AP-1.png 868w, https://searchengineland.com/wp-content/seloads/2026/07/AP-1-768x1207.png 768w" sizes="(max-width: 868px) 100vw, 868px" /></figure>
</div>


<p class="wp-block-paragraph">Similarly, the <a href="https://searchengineland.com/google-discover-adds-follow-feature-and-more-social-posts-from-creators-and-publishers-462123">Follow feature in Google Discover</a> allows signed-in users to prioritize publishers and creators in their feeds. After following a publisher or creator, users see more of that content in Discover. This rollout coincides with Google&#8217;s increased emphasis on social content in Discover, further blurring the line between search and social.&nbsp;</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="798" height="1350" src="https://searchengineland.com/wp-content/seloads/2026/07/USA-Today-1.png" alt="" class="wp-image-482681" srcset="https://searchengineland.com/wp-content/seloads/2026/07/USA-Today-1.png 798w, https://searchengineland.com/wp-content/seloads/2026/07/USA-Today-1-768x1299.png 768w" sizes="(max-width: 798px) 100vw, 798px" /></figure>
</div>


<p class="wp-block-paragraph">These newer features complement longstanding ways users curate what they see:</p>



<ul class="wp-block-list">
<li>&#8220;Not interested&#8221;</li>



<li>&#8220;Hide this source&#8221;</li>



<li>&#8220;More like this&#8221;</li>



<li>Site search (site:example.com &#8220;search term&#8221;)</li>



<li>SERP navigation tabs, including &#8220;News,&#8221; &#8220;Images,&#8221; and &#8220;Videos&#8221;</li>
</ul>



<p class="wp-block-paragraph">The future of search is shaped by user preferences alongside algorithmic rankings.&nbsp;</p>



<h3 class="wp-block-heading" id="h-2-build-an-audience-not-just-organic-traffic">2. Build an audience, not just organic traffic</h3>



<p class="wp-block-paragraph">AI systems recognize brands with direct relationships with users.</p>



<p class="wp-block-paragraph">Encourage visitors to:</p>



<ul class="wp-block-list">
<li>Subscribe to newsletters.</li>



<li>Download apps.</li>



<li>Opt in to notifications.</li>



<li>Follow social channels.</li>



<li>Create accounts.</li>



<li>Subscribe on YouTube.</li>



<li>Save Google Business Profiles.</li>



<li>Join community groups.</li>



<li>Follow authors.</li>
</ul>



<p class="wp-block-paragraph">Publishing updates more frequently can also encourage your audience to rely on your content.</p>



<p class="wp-block-paragraph">Maintain:</p>



<ul class="wp-block-list">
<li>Breaking news coverage.</li>



<li>Quarterly updates.</li>



<li>Annual refreshes.</li>



<li>Seasonal explainers.</li>



<li>Trend analyses.</li>
</ul>



<p class="wp-block-paragraph">These touchpoints meet timely audience needs and strengthen brand familiarity across multiple platforms.&nbsp;</p>



<h3 class="wp-block-heading" id="h-3-encourage-repeat-visits-nbsp">3. Encourage repeat visits&nbsp;</h3>



<p class="wp-block-paragraph">Returning users send stronger trust signals than one-time visitors.</p>



<p class="wp-block-paragraph">Brands should create:</p>



<ul class="wp-block-list">
<li>Recurring columns.</li>



<li>Weekly insights.</li>



<li>Ongoing video series.</li>



<li>Interactive tools.</li>
</ul>



<p class="wp-block-paragraph">The objective isn&#8217;t simply to attract traffic. It&#8217;s to become part of an individual&#8217;s regular routine.</p>



<h3 class="wp-block-heading" id="h-4-publish-across-multiple-platforms">4. Publish across multiple platforms</h3>



<p class="wp-block-paragraph">Modern discovery happens everywhere. Extend your editorial strategy beyond your website.</p>



<p class="wp-block-paragraph">Create complementary content on:</p>



<ul class="wp-block-list">
<li>LinkedIn.</li>



<li>YouTube.</li>



<li>Reddit.</li>



<li>TikTok.</li>



<li>Facebook.</li>



<li>Instagram and Threads.</li>



<li>Podcasts.</li>



<li>Industry newsletters.</li>
</ul>



<p class="wp-block-paragraph">Social platforms appear within search experiences. These modules can uncover content gaps and inspire new articles.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="1404" height="1372" src="https://searchengineland.com/wp-content/seloads/2026/07/Wimbledon.png" alt="" class="wp-image-482674" srcset="https://searchengineland.com/wp-content/seloads/2026/07/Wimbledon.png 1404w, https://searchengineland.com/wp-content/seloads/2026/07/Wimbledon-768x750.png 768w" sizes="(max-width: 1404px) 100vw, 1404px" /></figure>
</div>


<p class="wp-block-paragraph">Editorial teams should optimize:</p>



<ul class="wp-block-list">
<li>Captions.</li>



<li>Hashtags.</li>



<li>Alt text.</li>



<li>Spoken keywords.</li>



<li>On-screen text.</li>



<li>Video descriptions.</li>
</ul>



<p class="wp-block-paragraph">User behavior tells AI systems which creators and platforms are trustworthy and worth citing.</p>



<h3 class="wp-block-heading" id="h-5-invest-in-author-recognition">5. Invest in author recognition</h3>



<p class="wp-block-paragraph">Personalization happens around people as much as brands.</p>



<p class="wp-block-paragraph">Feature:</p>



<ul class="wp-block-list">
<li>Real authors.</li>



<li>Executive thought leadership.</li>



<li>Subject matter experts.</li>



<li>Interviews.</li>



<li>Conference presentations.</li>
</ul>



<p class="wp-block-paragraph">Further amplify the reach of in-house contributors through:</p>



<ul class="wp-block-list">
<li>Original research.</li>



<li>Proprietary data.</li>



<li>&#8220;Boots-on-the-ground&#8221; videos.</li>



<li>Benchmark reports.</li>



<li>Downloadable resources.</li>



<li>Expert commentary.</li>



<li>Visual explainers.</li>
</ul>



<p class="wp-block-paragraph">People often follow individuals before organizations. Strong author credentials improve discoverability across AI search.</p>



<h3 class="wp-block-heading" id="h-6-make-every-asset-searchable">6. Make every asset searchable</h3>



<p class="wp-block-paragraph">Don&#8217;t hide valuable expertise inside formats AI can&#8217;t easily understand.</p>



<p class="wp-block-paragraph">Include:</p>



<ul class="wp-block-list">
<li>Transcripts for videos.</li>



<li>Alt text for images.</li>



<li>Captions for social posts.</li>



<li>Structured data.</li>



<li>Descriptive filenames.</li>



<li>Searchable PDFs.</li>
</ul>



<p class="wp-block-paragraph">The more formats AI can interpret, the more opportunities you create for personalized discovery.</p>



<h3 class="wp-block-heading" id="h-7-build-strong-internal-linking-based-on-user-journeys">7. Build strong internal linking based on user journeys</h3>



<p class="wp-block-paragraph">Organize internal links around logical next steps rather than related keywords alone.</p>



<p class="wp-block-paragraph">For example, an explainer on &#8220;best hiking clothes&#8221; can link to:</p>



<ul class="wp-block-list">
<li>Beginner hiking guide</li>



<li>Hiking checklist</li>



<li>Trail safety FAQ</li>



<li>Best national parks ranking</li>



<li>Backpack review roundup</li>
</ul>



<p class="wp-block-paragraph">This approach mirrors how users naturally progress through topical research.</p>



<h3 class="wp-block-heading" id="h-8-optimize-for-follow-up-questions">8. Optimize for follow-up questions</h3>



<p class="wp-block-paragraph">Personalized AI search is conversational and often driven by questions backed by specific intent.</p>



<p class="wp-block-paragraph">Starting with a general topic, you can build a content strategy shaped by personal preferences, ultimately providing information tailored to the individual user.</p>



<p class="wp-block-paragraph"><strong>General query:</strong> &#8220;What&#8217;s a good dinner recipe?&#8221;</p>



<p class="wp-block-paragraph"><strong>Follow-up questions:</strong>



<ul class="wp-block-list">
<li>What would you recommend for a vegetarian meal? (Dietary preference)</li>



<li>Which recipes would work best for two people? (Social preference)</li>



<li>Which dishes can I make in 30 minutes or less? (Time restriction)</li>



<li>Which entrees can be made with common kitchen ingredients? (Resource restriction)</li>



<li>Which recipes are most popular right now? (Trendy or seasonal)</li>
</ul>



<p class="wp-block-paragraph">Additional conversational context:</p>



<ul class="wp-block-list">
<li>Clarifies intent.</li>



<li>Eliminates repetitive input.</li>



<li>Refines recommendations.</li>



<li>Maintains continuity.</li>



<li>Improves personalization.</li>
</ul>



<p class="wp-block-paragraph">You aren&#8217;t competing to answer the first question. You&#8217;re competing to stay useful throughout an entire AI-assisted conversation. Every follow-up question creates another opportunity to increase brand visibility.</p>



<p class="wp-block-paragraph">You can also answer questions before they&#8217;re asked by conducting exploratory research in:</p>



<ul class="wp-block-list">
<li>Reddit discussions.</li>



<li>Community forums.</li>



<li>Social comments.</li>
</ul>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="1618" height="946" src="https://searchengineland.com/wp-content/seloads/2026/07/Emmy-nominations.png" alt="" class="wp-image-482673" srcset="https://searchengineland.com/wp-content/seloads/2026/07/Emmy-nominations.png 1618w, https://searchengineland.com/wp-content/seloads/2026/07/Emmy-nominations-768x449.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/Emmy-nominations-1536x898.png 1536w" sizes="(max-width: 1618px) 100vw, 1618px" /></figure>
</div>


<p class="wp-block-paragraph">User-generated content has become influential. Tapping into related spaces can help brands turn recurring questions into editorial content before competitors strike.&nbsp;</p>



<h3 class="wp-block-heading" id="h-9-create-content-for-different-experience-levels">9. Create content for different experience levels</h3>



<p class="wp-block-paragraph">Personalization means beginners and experts often receive different responses.</p>



<p class="wp-block-paragraph">Develop content for:</p>



<ul class="wp-block-list">
<li>Beginners.</li>



<li>Intermediate users.</li>



<li>Advanced professionals.</li>



<li>Executives.</li>



<li>Educators.</li>



<li>Students.</li>
</ul>



<p class="wp-block-paragraph">Interactive content can also help brands meet the needs of different experience levels.</p>



<p class="wp-block-paragraph">Develop:</p>



<ul class="wp-block-list">
<li>Calculators.</li>



<li>Quizzes.</li>



<li>Assessments.</li>



<li>Recommendation tools.</li>



<li>Interactive maps.</li>
</ul>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="1139" height="2048" src="https://searchengineland.com/wp-content/seloads/2026/07/NYT-1-scaled.jpg" alt="" class="wp-image-482672" srcset="https://searchengineland.com/wp-content/seloads/2026/07/NYT-1-scaled.jpg 1139w, https://searchengineland.com/wp-content/seloads/2026/07/NYT-1-768x1381.jpg 768w, https://searchengineland.com/wp-content/seloads/2026/07/NYT-1-854x1536.jpg 854w" sizes="(max-width: 1139px) 100vw, 1139px" /></figure>
</div>


<p class="wp-block-paragraph">Different audiences need different applications, imagery, FAQs, and insights. The broader your content offering, the more user intent levels you can satisfy.&nbsp;</p>



<h3 class="wp-block-heading" id="h-10-strengthen-your-entity-across-the-web">10. Strengthen your entity across the web</h3>



<p class="wp-block-paragraph">AI recommendations depend on understanding who your organization is.</p>



<p class="wp-block-paragraph">Maintain consistent information across your:</p>



<ul class="wp-block-list">
<li>Website.</li>



<li>Google Business Profile.</li>



<li>LinkedIn.</li>



<li>Email communications.</li>



<li>Industry associations</li>



<li>Conference speaker pages.</li>



<li>Podcast appearances.</li>
</ul>



<p class="wp-block-paragraph">Entity consistency helps AI connect your digital signals and build trust with your audience.&nbsp;</p>



<h3 class="wp-block-heading" id="h-11-increase-localized-editorial-production">11. Increase localized editorial production</h3>



<p class="wp-block-paragraph">Personalization relies on location signals.</p>



<p class="wp-block-paragraph">Create:</p>



<ul class="wp-block-list">
<li>Neighborhood guides.</li>



<li>City pages.</li>



<li>Regional comparisons.</li>



<li>Local event coverage.</li>



<li>Location-specific FAQs.</li>
</ul>



<p class="wp-block-paragraph">Even national brands can capitalize on local search intent. Reflect how people talk and search locally to create a more personal user experience that fosters long-term loyalty.</p>



<h3 class="wp-block-heading" id="h-12-measure-relationship-metrics-not-just-rankings-nbsp">12. Measure relationship metrics, not just rankings&nbsp;</h3>



<p class="wp-block-paragraph">Traditional SEO reporting emphasized:</p>



<ul class="wp-block-list">
<li>Rankings</li>



<li>Impressions</li>



<li>Clicks</li>
</ul>



<p class="wp-block-paragraph">Modern discoverability should also track:</p>



<ul class="wp-block-list">
<li>AI citation frequency.</li>



<li>AI Overview appearances.</li>



<li>Discover visibility.</li>



<li>Google Top Stories inclusion.</li>



<li>Social search impressions.</li>



<li>YouTube search traffic.</li>



<li>Referral traffic from LLMs.</li>



<li>Branded search growth.</li>



<li>Return visitor rate.</li>
</ul>



<p class="wp-block-paragraph">These metrics better reflect whether you&#8217;re building an ongoing relationship with your audience.</p>


<a href="https://www.semrush.com/ai-seo/overview?utm_campaign=ic_sel_0102ai&#038;utm_source=searchengineland.com&#038;utm_medium=overlay&#038;onboarding=off" target="_blank">
  <div>
    
    <div>
      
      <div id="semrush-one-headline" class="headline-responsive">
        If AI can’t find you, <span>customers won’t either</span>.
      </div>
      <p id="semrush-one-subhead">
       Track your visibility across AI search, uncover missed opportunities, and grow your presence where customers are asking questions.
      </p>
    </div>
    <div>
      <span id="semrush-one-cta">See your AI visibility</span>
    </div>
    </div>
    </a>




<h2 class="wp-block-heading" id="h-personalized-search-rewards-lasting-relationships">Personalized search rewards lasting relationships</h2>



<p class="wp-block-paragraph">In 2026 and beyond, brands also need to convince people they&#8217;re worth following, subscribing to, and choosing repeatedly. Those direct relationships shape the personalized experiences people receive from search engines, AI assistants, and social platforms.</p>



<p class="wp-block-paragraph">The brands that thrive in this digital landscape won&#8217;t just publish content. They&#8217;ll cultivate loyal audiences whose preferences become signals AI systems can recognize and amplify.</p>



<p class="wp-block-paragraph">
]]></content:encoded>
					
		
		
		
		<media:thumbnail url="https://searchengineland.com/wp-content/seloads/2026/07/best-yoga-classes-in-Los-Angeles.jpg"/>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/best-yoga-classes-in-Los-Angeles.jpg">
			<media:title type="html">best-yoga-classes-in-Los-Angeles</media:title>
		</media:content>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/best-yoga-classes-in-Los-Angeles-Map-1.jpg">
			<media:title type="html">Screenshot</media:title>
			<media:description type="html">Screenshot</media:description>
		</media:content>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/How-to-build-a-PC-1-scaled.jpg">
			<media:title type="html">Screenshot</media:title>
			<media:description type="html">Screenshot</media:description>
		</media:content>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/Argentina-vs-Cabo-Verde-1-scaled.jpg">
			<media:title type="html">Screenshot</media:title>
			<media:description type="html">Screenshot</media:description>
		</media:content>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/Red-kettle-1-scaled.jpg">
			<media:title type="html">Screenshot</media:title>
			<media:description type="html">Screenshot</media:description>
		</media:content>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/AP-1.png">
			<media:title type="html">AP</media:title>
		</media:content>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/USA-Today-1.png">
			<media:title type="html">USA Today</media:title>
		</media:content>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/Wimbledon.png">
			<media:title type="html">Wimbledon</media:title>
		</media:content>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/Emmy-nominations.png">
			<media:title type="html">Emmy nominations</media:title>
		</media:content>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/NYT-1-scaled.jpg">
			<media:title type="html">Screenshot</media:title>
			<media:description type="html">Screenshot</media:description>
		</media:content>
	</item>
		<item>
		<title>Local Services Ads come to Google Ads via Performance Max</title>
		<link>https://searchengineland.com/local-services-ads-come-to-google-ads-via-performance-max-482692</link>
		
		<dc:creator><![CDATA[Anu Adegbola]]></dc:creator>
		<pubDate>Mon, 20 Jul 2026 13:14:35 +0000</pubDate>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://searchengineland.com/?p=482692</guid>

					<description><![CDATA[<div><img width="1672" height="941" src="https://searchengineland.com/wp-content/seloads/2026/07/LSA.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://searchengineland.com/wp-content/seloads/2026/07/LSA.png 1672w, https://searchengineland.com/wp-content/seloads/2026/07/LSA-768x432.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/LSA-1536x864.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/LSA-1200x675.png 1200w" sizes="(max-width: 1672px) 100vw, 1672px" /></div>Advertisers will gain a unified campaign management experience with automatic Google Business Profile syncing.]]></description>
										<content:encoded><![CDATA[<div><img width="1672" height="941" src="https://searchengineland.com/wp-content/seloads/2026/07/LSA.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://searchengineland.com/wp-content/seloads/2026/07/LSA.png 1672w, https://searchengineland.com/wp-content/seloads/2026/07/LSA-768x432.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/LSA-1536x864.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/LSA-1200x675.png 1200w" sizes="(max-width: 1672px) 100vw, 1672px" /></div>
<p class="wp-block-paragraph">Google is moving Local Services Ads (LSAs) into the Google Ads interface, replacing the standalone LSA dashboard with a new Performance Max for pay-per-lead goals campaign designed specifically for local service businesses.</p>



<p class="wp-block-paragraph"><strong>What&#8217;s happening</strong>. Beginning with a phased rollout in August 2026, eligible advertisers will manage Local Services Ads directly within Google Ads.</p>



<p class="wp-block-paragraph">The new campaign type is built exclusively for Local Services advertisers and retains the core characteristics of LSAs:</p>



<ul class="wp-block-list">
<li>Ads continue to appear only on Search and Maps.</li>



<li>Campaigns remain keywordless, using information from the advertiser&#8217;s Google Business Profile (GBP).</li>



<li>Advertisers continue to pay only for valid leads—such as calls, messages and bookings—not clicks.</li>
</ul>



<p class="wp-block-paragraph">Despite the Performance Max branding, these campaigns do not expand to Google&#8217;s other advertising channels.</p>



<p class="wp-block-paragraph"><strong>What&#8217;s new:</strong>



<ul class="wp-block-list">
<li><strong>Centralised campaign management:</strong> Advertisers will manage campaigns, leads and calls from within Google Ads instead of a separate Local Services Ads dashboard.</li>



<li><strong>Real-time Google Business Profile syncing:</strong> Changes made to a Google Business Profile will automatically update campaigns, including business details and photos, reducing manual maintenance.</li>
</ul>



<p class="wp-block-paragraph"><strong>Why we care</strong>. The integration simplifies campaign management by bringing Local Services Ads into the same platform advertisers already use for Search, Shopping and Performance Max. It also introduces tighter Google Business Profile integration, helping ensure ads stay up to date automatically.</p>



<p class="wp-block-paragraph"><strong>Rollout details</strong>. The transition will begin with a small group of U.S. advertisers across pet care, home services, wellness and education in early August 2026. Google says the rollout will continue in phases through 2027, with advertisers receiving advance notice before their campaigns migrate.</p>



<p class="wp-block-paragraph">Existing budgets, settings and creative assets will transfer automatically, although historical performance reports will not migrate to Google Ads. Google is encouraging advertisers to download past reporting data before their accounts transition.</p>



<p class="wp-block-paragraph"><strong>The bottom line</strong>. <a href="https://support.google.com/google-ads/answer/17213585">Google is folding Local Services Ads into Google Ads</a> without changing how the product works, giving local businesses a more unified campaign management experience while keeping the familiar Search, Maps and pay-per-lead model intact.</p>


<a href="https://www.semrush.com/analytics/traffic/paid-search?utm_campaign=ic_sel_0101ppc&#038;utm_source=searchengineland.com&#038;utm_medium=overlay&#038;onboarding=off" target="_blank">
  <div>
    
    <div>
      
      <div id="semrush-one-headline" class="headline-responsive">
        See exactly how <span>your competitors win</span>.
      </div>
      <p id="semrush-one-subhead">
        Uncover the keywords, ads, landing pages, and strategies driving your competitors&#8217; paid search success—and find your next opportunity to outperform them.
      </p>
    </div>
    <div>
      <span id="semrush-one-cta">Analyze your competitors</span>
    </div>
    </div>
    </a>

]]></content:encoded>
					
		
		
		
	</item>
		<item>
		<title>How to evaluate Google Ads creative before testing it</title>
		<link>https://searchengineland.com/evaluate-google-ads-creative-before-testing-482621</link>
		
		<dc:creator><![CDATA[Amy Hebdon]]></dc:creator>
		<pubDate>Mon, 20 Jul 2026 13:00:00 +0000</pubDate>
				<category><![CDATA[Google Ads]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[Opinion]]></category>
		<guid isPermaLink="false">https://searchengineland.com/?p=482621</guid>

					<description><![CDATA[<div><img width="1920" height="1080" src="https://searchengineland.com/wp-content/seloads/2026/07/How-to-evaluate-Google-Ads-creative-before-testing-it.png" class="attachment-large size-large wp-post-image" alt="How to evaluate Google Ads creative before testing it" decoding="async" srcset="https://searchengineland.com/wp-content/seloads/2026/07/How-to-evaluate-Google-Ads-creative-before-testing-it.png 1920w, https://searchengineland.com/wp-content/seloads/2026/07/How-to-evaluate-Google-Ads-creative-before-testing-it-768x432.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/How-to-evaluate-Google-Ads-creative-before-testing-it-1536x864.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/How-to-evaluate-Google-Ads-creative-before-testing-it-1200x675.png 1200w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>Evaluate Google Ads creative with the MOCA framework before it enters testing, so you're experimenting with stronger ideas from the start.]]></description>
										<content:encoded><![CDATA[<div><img width="1920" height="1080" src="https://searchengineland.com/wp-content/seloads/2026/07/How-to-evaluate-Google-Ads-creative-before-testing-it.png" class="attachment-large size-large wp-post-image" alt="How to evaluate Google Ads creative before testing it" decoding="async" srcset="https://searchengineland.com/wp-content/seloads/2026/07/How-to-evaluate-Google-Ads-creative-before-testing-it.png 1920w, https://searchengineland.com/wp-content/seloads/2026/07/How-to-evaluate-Google-Ads-creative-before-testing-it-768x432.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/How-to-evaluate-Google-Ads-creative-before-testing-it-1536x864.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/How-to-evaluate-Google-Ads-creative-before-testing-it-1200x675.png 1200w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
<p class="wp-block-paragraph">If you manage Google Ads, you&#8217;re responsible for creative that runs across surfaces and formats that never used to exist.</p>



<p class="wp-block-paragraph">Not long ago, an ad was a single headline and two short descriptions. Today, a single Google ad can include multiple responsive text assets, videos, and images, generating <a href="https://searchengineland.com/how-to-assemble-captivating-google-ads-copy-459469">tens of thousands of permutations</a>.</p>



<p class="wp-block-paragraph">We&#8217;re often told that when it comes to ad creative, we should just &#8220;let the data decide.&#8221; So mediocre assets enter rotation, the platform reports on performance, and nobody can explain why an ad works or doesn&#8217;t.&nbsp;</p>



<p class="wp-block-paragraph">Part of your job is to champion good ideas and push back on bad ones. Creative direction isn&#8217;t about overriding your tests. It&#8217;s about improving the quality of the ideas that enter them.</p>



<p class="wp-block-paragraph">That takes creative judgment, and it&#8217;s a skill you can build. At SMX Advanced 2026, I shared the framework I use to evaluate ads like a creative director. It&#8217;s called MOCA, which stands for magnetic, obvious, congruent, and actionable.</p>



<p class="wp-block-paragraph">Let&#8217;s walk through each pillar using real ads.</p>



<h2 class="wp-block-heading" id="h-magnetic-ads-qualify-the-click">Magnetic ads qualify the click</h2>



<p class="wp-block-paragraph">Magnets are selectively attractive. They pull some things in and actively push others away.</p>



<p class="wp-block-paragraph">That&#8217;s exactly how great ads work. You want to attract buyers and repel tire kickers because every unqualified click is budget you&#8217;ll never get back.</p>



<p class="wp-block-paragraph">Look at these two ads running on the same &#8220;investing&#8221; keyword:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="1984" height="1114" src="https://searchengineland.com/wp-content/seloads/2026/07/image-159.png" alt="" class="wp-image-482622" srcset="https://searchengineland.com/wp-content/seloads/2026/07/image-159.png 1984w, https://searchengineland.com/wp-content/seloads/2026/07/image-159-768x431.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/image-159-1536x862.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/image-159-1200x675.png 1200w" sizes="(max-width: 1984px) 100vw, 1984px" /></figure>
</div>


<ul class="wp-block-list">
<li>Get Started with $1</li>



<li>$500 Min Investment</li>
</ul>



<p class="wp-block-paragraph">Robinhood says you can start investing with just $1. That&#8217;s clearly for beginners.</p>



<p class="wp-block-paragraph">Meanwhile, Percent promotes a $500 minimum investment for accredited investors. That&#8217;s clearly for high-net-worth individuals.</p>



<p class="wp-block-paragraph">Both ads qualify the click before the visit ever happens.</p>



<p class="wp-block-paragraph">Here are two more examples of magnetic ads:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="1975" height="1116" src="https://searchengineland.com/wp-content/seloads/2026/07/image-164.png" alt="" class="wp-image-482627" srcset="https://searchengineland.com/wp-content/seloads/2026/07/image-164.png 1975w, https://searchengineland.com/wp-content/seloads/2026/07/image-164-768x434.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/image-164-1536x868.png 1536w" sizes="(max-width: 1975px) 100vw, 1975px" /></figure>
</div>


<ul class="wp-block-list">
<li>Find ISO 27001 Gaps Before Auditors</li>



<li>Crazy Comfortable 4-Way Stretch</li>
</ul>



<p class="wp-block-paragraph">If you&#8217;re preparing for an ISO 27001 audit, the first ad grabs your attention. If you&#8217;re not, you scroll right past it.</p>



<p class="wp-block-paragraph">If you like stretchy jeans, Mugsy&#8217;s shopping ad earns your click immediately. If you&#8217;re not in the market, there&#8217;s no reason to click.</p>



<p class="wp-block-paragraph">Your ad should make it obvious whether someone should click or skip.</p>



<p class="wp-block-paragraph">In a broad match world, <a href="https://searchengineland.com/broad-targeting-creative-qualifier-481267">qualifying the click with creative</a> is the difference between funding your growth and funding Google&#8217;s.</p>



<p class="wp-block-paragraph">Magnetic ads qualify the click, so your budget doesn&#8217;t have to.</p>



<h3 class="wp-block-heading" id="h-how-magnetic-is-your-ad">How magnetic is your ad?</h3>



<p class="wp-block-paragraph">Does it tell viewers whether to click or skip?</p>



<ul class="wp-block-list">
<li><strong>Attract:</strong> Does your target audience want what&#8217;s being offered?</li>



<li><strong>Repel:</strong> Would your <a href="https://searchengineland.com/transform-google-ads-headlines-anti-audiences-440004">anti-audience</a> self-select out before clicking?</li>
</ul>


<a href="https://www.semrush.com/analytics/traffic/paid-search?utm_campaign=ic_sel_0101ppc&#038;utm_source=searchengineland.com&#038;utm_medium=overlay&#038;onboarding=off" target="_blank">
  <div>
    
    <div>
      
      <div id="semrush-one-headline" class="headline-responsive">
        See exactly how <span>your competitors win</span>.
      </div>
      <p id="semrush-one-subhead">
        Uncover the keywords, ads, landing pages, and strategies driving your competitors&#8217; paid search success—and find your next opportunity to outperform them.
      </p>
    </div>
    <div>
      <span id="semrush-one-cta">Analyze your competitors</span>
    </div>
    </div>
    </a>




<h2 class="wp-block-heading" id="h-obvious-ads-don-t-make-you-think">Obvious ads don&#8217;t make you think</h2>



<p class="wp-block-paragraph">An obvious ad is self-evident. Someone with zero context — your aunt, let&#8217;s say — should immediately understand what&#8217;s being offered without decoding anything. You&#8217;d be surprised how many ads fail this test.</p>



<p class="wp-block-paragraph">Non-obvious ads usually fall into two categories: the &#8220;mystery ad&#8221; and the &#8220;information dump.&#8221; Here are examples of each:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="1981" height="1116" src="https://searchengineland.com/wp-content/seloads/2026/07/image-163.png" alt="" class="wp-image-482626" srcset="https://searchengineland.com/wp-content/seloads/2026/07/image-163.png 1981w, https://searchengineland.com/wp-content/seloads/2026/07/image-163-768x433.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/image-163-1536x865.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/image-163-1200x675.png 1200w" sizes="(max-width: 1981px) 100vw, 1981px" /></figure>
</div>


<ul class="wp-block-list">
<li>Start for Free. How will you use it?</li>



<li>Measure what matters: lasting change</li>
</ul>



<p class="wp-block-paragraph">The first ad is a mystery ad. The image is cryptic, and the headline asks, &#8220;How will you use it?&#8221; Use what, exactly? It&#8217;s not clear what the offer even is.</p>



<p class="wp-block-paragraph">The second ad is an information dump. Three scorecards and a wall of tiny text fill the image, yet it still takes effort to understand what the ad is actually about.</p>



<p class="wp-block-paragraph">These next two ads both promote apps, but one is immediately obvious, and the other is confusing:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="1984" height="1113" src="https://searchengineland.com/wp-content/seloads/2026/07/image-162.png" alt="" class="wp-image-482625" srcset="https://searchengineland.com/wp-content/seloads/2026/07/image-162.png 1984w, https://searchengineland.com/wp-content/seloads/2026/07/image-162-768x431.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/image-162-1536x862.png 1536w" sizes="(max-width: 1984px) 100vw, 1984px" /></figure>
</div>


<ul class="wp-block-list">
<li>Earn While You Walk! Walk and earn coins daily</li>



<li>Discover the joy of cheerful Pikmin planting flowers around you</li>
</ul>



<p class="wp-block-paragraph">&#8220;Earn while you walk&#8221; is an obvious headline for a step-tracking app. &#8220;Discover the joy of cheerful Pikmin planting&#8221; isn&#8217;t, and the image does nothing to clarify it.</p>



<h3 class="wp-block-heading" id="h-the-paradox-of-magnetic-vs-obvious">The paradox of &#8216;magnetic&#8217; vs. &#8216;obvious&#8217;</h3>



<p class="wp-block-paragraph">At first glance, &#8220;magnetic&#8221; and &#8220;obvious&#8221; seem to contradict each other. Magnetic ads narrow the audience. Obvious ads should be universally understood.</p>



<p class="wp-block-paragraph">So how can an ad be both? How do you write something that&#8217;s only for your target audience and still instantly clear to everyone?</p>



<p class="wp-block-paragraph">The answer is simpler than it sounds. I don&#8217;t have to want what you offer, but I do have to know what category it belongs to.</p>



<p class="wp-block-paragraph">Take another look at the ISO 27001 audit service ad. I don&#8217;t know what ISO 27001 is. But I know with absolute certainty that I&#8217;m not preparing for one. So when I see the ad, I know I can safely skip it. The ad doesn&#8217;t need to explain ISO 27001. It just needs to be obvious enough that I immediately recognize, &#8220;This isn&#8217;t for me.&#8221;</p>



<p class="wp-block-paragraph">That&#8217;s the real job of an obvious ad: not to persuade everyone, but to make the sorting happen instantly.</p>



<h3 class="wp-block-heading" id="h-how-obvious-is-your-ad">How obvious is your ad?</h3>



<p class="wp-block-paragraph">Would your aunt know what it’s about?</p>



<ul class="wp-block-list">
<li><strong>Defined offer:</strong> Is the offer and its payoff clear? Do people understand what it is and what they&#8217;ll get?</li>



<li><strong>Reinforcement:</strong> Does every asset (text, image, and video) reinforce the same idea?</li>
</ul>



<p class="wp-block-paragraph"><strong><em>Dig deeper: <a href="https://searchengineland.com/a-quiet-google-ads-setting-could-change-your-creative-467512">A quiet Google Ads setting could change your creative</a></em></strong>


<!-- START INLINE FORM -->
<div class="nl-inline-form border py-2 px-1 my-2">
	
	<div class="row align-items-center nl-inline-container">
		<div class="col-12 col-lg-3 col-xl-4 pe-md-0 pb-2 pb-lg-0">
			<p class="inline-form-text text-center mb-0">Get the newsletter search marketers rely on.</p>
		</div>
		<div class="col-12 col-lg-7 col-xl-6  pe-lg-0">
			<div class="form-nl-inline">
				<form id="mktoForm_16298"></form> 
				
				
			</div>
		</div>
		<div class="col-12 col-lg-2 col-xl-2 ps-1">
			<p class="text-center mb-0"><a class="nl-terms" href="https://searchengineland.com/termsofuse" target="_blank" aria-label="opens in a new tab">See terms.</a>
		</div>
	</div>
</div>
<!-- END INLINE FORM -->



<hr class="wp-block-separator has-text-color has-cyan-bluish-gray-color has-css-opacity has-cyan-bluish-gray-background-color has-background"/>



<h2 class="wp-block-heading" id="h-congruent-ads-meet-the-user-where-they-actually-are">Congruent ads meet the user where they actually are</h2>



<p class="wp-block-paragraph">Most of us think &#8220;congruence&#8221; means message match: the ad should reflect the <a href="https://searchengineland.com/high-converting-ppc-landing-page-tips-395393">landing page</a>. That matters, but it&#8217;s only part of the equation. The more important aspect of congruence is matching the offer to user intent.</p>



<p class="wp-block-paragraph">Here are two ads for handheld devices:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="1978" height="1117" src="https://searchengineland.com/wp-content/seloads/2026/07/image-161.png" alt="" class="wp-image-482624" srcset="https://searchengineland.com/wp-content/seloads/2026/07/image-161.png 1978w, https://searchengineland.com/wp-content/seloads/2026/07/image-161-768x434.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/image-161-1536x867.png 1536w" sizes="(max-width: 1978px) 100vw, 1978px" /></figure>
</div>


<ul class="wp-block-list">
<li>Try it risk-free. Free shipping, free returns</li>



<li>Accept Payments Anywhere. Sell faster…</li>
</ul>



<p class="wp-block-paragraph">The first ad doesn&#8217;t connect the product to the prospect&#8217;s actual goal. Nobody wakes up hoping to get free returns on a mystery device.</p>



<p class="wp-block-paragraph">Contrast that with Square&#8217;s &#8220;Accept Payments Anywhere. Sell faster.&#8221; You immediately understand what it does and whether it solves your problem.</p>



<p class="wp-block-paragraph">These next two ads for schools offer an even starker contrast:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="1979" height="1112" src="https://searchengineland.com/wp-content/seloads/2026/07/image-166.png" alt="" class="wp-image-482629" srcset="https://searchengineland.com/wp-content/seloads/2026/07/image-166.png 1979w, https://searchengineland.com/wp-content/seloads/2026/07/image-166-768x432.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/image-166-1536x863.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/image-166-1200x675.png 1200w" sizes="(max-width: 1979px) 100vw, 1979px" /></figure>
</div>


<ul class="wp-block-list">
<li>HBS Online Business Strategy. Build an understanding of AI</li>



<li>You are In. Now Deposit. Your college journey begins when you deposit</li>
</ul>



<p class="wp-block-paragraph">The HBS ad describes the program. The second jumps straight to payment options in a prospecting ad. It&#8217;s the embodiment of the advice, &#8220;Don&#8217;t ask for marriage on the first date.&#8221;</p>



<h3 class="wp-block-heading" id="h-how-congruent-is-your-ad">How congruent is your ad?</h3>



<p class="wp-block-paragraph">Does it meet your user where they actually are?</p>



<ul class="wp-block-list">
<li><strong>Mind matching:</strong> Does it match what&#8217;s on your user&#8217;s mind, not just the keyword?</li>



<li><strong>Ad-to-landing-page alignment:</strong> Does the promise match the landing page?</li>
</ul>



<h2 class="wp-block-heading" id="h-actionable-ads-drive-the-next-step">Actionable ads drive the next step</h2>



<p class="wp-block-paragraph">You want your audience saying, &#8220;Here, take my money,&#8221; because they&#8217;re eager for what&#8217;s on the other side of the click. Clicking should feel like a no-brainer.</p>



<p class="wp-block-paragraph">One of these ads tells you what you&#8217;ll get after you click. The other doesn&#8217;t.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="1983" height="1117" src="https://searchengineland.com/wp-content/seloads/2026/07/image-167.png" alt="" class="wp-image-482630" srcset="https://searchengineland.com/wp-content/seloads/2026/07/image-167.png 1983w, https://searchengineland.com/wp-content/seloads/2026/07/image-167-768x433.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/image-167-1536x865.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/image-167-1200x675.png 1200w" sizes="(max-width: 1983px) 100vw, 1983px" /></figure>
</div>


<ul class="wp-block-list">
<li>Private 5+ Acreage Near Nashville. Land &amp; Cabin Combo $119,000</li>



<li>Built Into The Culture Of Schindler. Explore Our Products</li>
</ul>



<p class="wp-block-paragraph">The private acreage ad is essentially one big call to action (CTA), telling you exactly what you&#8217;ll get after you click.</p>



<p class="wp-block-paragraph">The second ad doesn&#8217;t even imply a call to action. It references company culture, not the product line. Urgency and exclusivity also strengthen CTAs.&nbsp;</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="1978" height="1117" src="https://searchengineland.com/wp-content/seloads/2026/07/image-165.png" alt="" class="wp-image-482628" srcset="https://searchengineland.com/wp-content/seloads/2026/07/image-165.png 1978w, https://searchengineland.com/wp-content/seloads/2026/07/image-165-768x434.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/image-165-1536x867.png 1536w" sizes="(max-width: 1978px) 100vw, 1978px" /></figure>
</div>


<ul class="wp-block-list">
<li>50% Off WSJ&#8217;s Best Budgeting App of 2025</li>



<li>We Deliver Daily Dose Text. Text designed for busy people…</li>
</ul>



<p class="wp-block-paragraph">&#8220;50% off&#8221; is a real reason to click today. Meanwhile, &#8220;My Daily Dose&#8221; is trying to sell text-message subscriptions to busy people who already resent their notifications. There&#8217;s no path forward that feels good.</p>



<p class="wp-block-paragraph">An actionable ad makes it clear what happens after the click and why it&#8217;s worth taking.</p>



<h3 class="wp-block-heading" id="h-how-actionable-is-your-ad">How actionable is your ad?</h3>



<p class="wp-block-paragraph">Does clicking feel like a no-brainer?</p>



<ul class="wp-block-list">
<li><strong>CTA clarity:</strong> Is it clear what happens after you click?</li>



<li><strong>Reason to act now:</strong> Does your ad give people a reason to click now instead of later?</li>
</ul>



<p class="wp-block-paragraph"><strong><em>Dig deeper: <a href="https://searchengineland.com/google-ads-ai-tools-asset-creation-456800">How Google Ads’ AI tools fix creative bottlenecks, streamline asset creation</a></em></strong>


<a href="https://www.semrush.com/analytics/traffic/paid-search?utm_campaign=ic_sel_0102ppc&#038;utm_source=searchengineland.com&#038;utm_medium=overlay&#038;onboarding=off" target="_blank">
  <div>
    
    <div>
      
      <div id="semrush-one-headline" class="headline-responsive">
        Every click they win is <span>a customer you lose</span>.
      </div>
      <p id="semrush-one-subhead">
        See where competitors are investing, which keywords drive their results, and how to capture more of the market.
      </p>
    </div>
    <div>
      <span id="semrush-one-cta">See who’s stealing your traffic</span>
    </div>
    </div>
    </a>




<h2 class="wp-block-heading" id="h-score-your-ads-with-the-moca-matrix">Score your ads with the MOCA matrix</h2>



<p class="wp-block-paragraph">To make this framework more practical, I vibecoded a free MOCA scoring matrix.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="1783" height="1262" src="https://searchengineland.com/wp-content/seloads/2026/07/image-160.png" alt="" class="wp-image-482623" srcset="https://searchengineland.com/wp-content/seloads/2026/07/image-160.png 1783w, https://searchengineland.com/wp-content/seloads/2026/07/image-160-768x544.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/image-160-1536x1087.png 1536w" sizes="(max-width: 1783px) 100vw, 1783px" /></figure>
</div>


<p class="wp-block-paragraph">It won&#8217;t score ads for you. That would defeat the purpose of developing your own creative evaluation skills. Instead, you&#8217;ll evaluate each ad against the four MOCA pillars: magnetic, obvious, congruent, and actionable.</p>



<p class="wp-block-paragraph">A high score doesn&#8217;t guarantee an ad will win. It means the ad is worth testing. MOCA is quality control before your <a href="https://searchengineland.com/measure-demand-gen-creative-impact-asset-uplift-tests-474868">creative enters testing</a>.</p>



<p class="wp-block-paragraph">Creative judgment is still yours. MOCA gives you a way to apply it and defend it in front of clients, CMOs, and data purists.</p>
]]></content:encoded>
					
		
		
		
		<media:thumbnail url="https://searchengineland.com/wp-content/seloads/2026/07/image-159.png"/>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/image-159.png">
			<media:title type="html">image</media:title>
		</media:content>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/image-164.png">
			<media:title type="html">image</media:title>
		</media:content>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/image-163.png">
			<media:title type="html">image</media:title>
		</media:content>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/image-162.png">
			<media:title type="html">image</media:title>
		</media:content>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/image-161.png">
			<media:title type="html">image</media:title>
		</media:content>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/image-166.png">
			<media:title type="html">image</media:title>
		</media:content>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/image-167.png">
			<media:title type="html">image</media:title>
		</media:content>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/image-165.png">
			<media:title type="html">image</media:title>
		</media:content>
		<media:content medium="image" url="https://searchengineland.com/wp-content/seloads/2026/07/image-160.png">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>The biggest technical SEO time-wasters to avoid</title>
		<link>https://searchengineland.com/technical-seo-waste-time-482608</link>
		
		<dc:creator><![CDATA[Helen Pollitt]]></dc:creator>
		<pubDate>Mon, 20 Jul 2026 12:00:00 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Technical optimization]]></category>
		<category><![CDATA[Opinion]]></category>
		<guid isPermaLink="false">https://searchengineland.com/?p=482608</guid>

					<description><![CDATA[<div><img width="1920" height="1080" src="https://searchengineland.com/wp-content/seloads/2026/07/When-technical-SEO-becomes-a-waste-of-time-and-what-to-do-instead.png" class="attachment-large size-large wp-post-image" alt="When technical SEO becomes a waste of time (and what to do instead)" decoding="async" srcset="https://searchengineland.com/wp-content/seloads/2026/07/When-technical-SEO-becomes-a-waste-of-time-and-what-to-do-instead.png 1920w, https://searchengineland.com/wp-content/seloads/2026/07/When-technical-SEO-becomes-a-waste-of-time-and-what-to-do-instead-768x432.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/When-technical-SEO-becomes-a-waste-of-time-and-what-to-do-instead-1536x864.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/When-technical-SEO-becomes-a-waste-of-time-and-what-to-do-instead-1200x675.png 1200w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>Some technical SEO tasks deliver measurable value. Others can wait. Here's how to tell the difference before investing developer time.]]></description>
										<content:encoded><![CDATA[<div><img width="1920" height="1080" src="https://searchengineland.com/wp-content/seloads/2026/07/When-technical-SEO-becomes-a-waste-of-time-and-what-to-do-instead.png" class="attachment-large size-large wp-post-image" alt="When technical SEO becomes a waste of time (and what to do instead)" decoding="async" srcset="https://searchengineland.com/wp-content/seloads/2026/07/When-technical-SEO-becomes-a-waste-of-time-and-what-to-do-instead.png 1920w, https://searchengineland.com/wp-content/seloads/2026/07/When-technical-SEO-becomes-a-waste-of-time-and-what-to-do-instead-768x432.png 768w, https://searchengineland.com/wp-content/seloads/2026/07/When-technical-SEO-becomes-a-waste-of-time-and-what-to-do-instead-1536x864.png 1536w, https://searchengineland.com/wp-content/seloads/2026/07/When-technical-SEO-becomes-a-waste-of-time-and-what-to-do-instead-1200x675.png 1200w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
<p class="wp-block-paragraph"><a href="https://searchengineland.com/guide/what-is-technical-seo">Technical SEO</a> is full of recommendations, but not all of them deserve the same priority. A task that&#8217;s critical for one website may not be worth the effort on another.</p>



<p class="wp-block-paragraph">Instead of chasing green audit scores or clearing every warning in your <a href="https://searchengineland.com/guide/what-is-seo">SEO</a> tool, focus on the activities that will have the greatest impact. The best technical SEOs prioritize what&#8217;s needed over what&#8217;s most obvious.</p>



<h2 class="wp-block-heading" id="h-why-prioritizing-technical-seo-is-important">Why prioritizing technical SEO is important</h2>



<p class="wp-block-paragraph">When you&#8217;re considering a technical SEO task, it&#8217;s important to prioritize it against the other work competing for your time.&nbsp;</p>



<h3 class="wp-block-heading" id="h-you-have-limited-time">You have limited time</h3>



<p class="wp-block-paragraph">You have limited time and resources. It isn&#8217;t possible to tackle every task on your to-do list, so you need to identify which activities deserve the highest priority.</p>



<p class="wp-block-paragraph">Focus on the activities that will deliver the biggest results for the time you invest.&nbsp;</p>



<h3 class="wp-block-heading" id="h-you-have-limited-developer-resources">You have limited developer resources</h3>



<p class="wp-block-paragraph">Technical SEO tasks often require help from your development team. That means you&#8217;ll need to secure time in their sprint to implement them. Anyone who&#8217;s worked in SEO for any length of time knows how valuable that resource is.</p>



<p class="wp-block-paragraph">Make sure every request is worth your developers&#8217; time and the tradeoff of other work they won&#8217;t be able to complete.</p>



<h3 class="wp-block-heading" id="h-you-need-to-show-impact">You need to show impact</h3>



<p class="wp-block-paragraph">Every technical SEO task you take on should have a clear expected ROI. That isn&#8217;t always easy to quantify, but you should be able to explain why you&#8217;re doing it and how you expect it to move the needle.</p>



<p class="wp-block-paragraph">Once you can answer those questions, you can start prioritizing technical SEO tasks against one another.</p>



<p class="wp-block-paragraph"><strong><em>Dig deeper: <a href="https://searchengineland.com/technical-seo-focus-471824">Where to focus technical SEO when you can’t do it all</a></em></strong>


<a href="https://www.semrush.com/?utm_campaign=ic_sel_0101default&#038;utm_source=searchengineland.com&#038;utm_medium=overlay&#038;onboarding=off" target="_blank">
  <div>
    
    <div>
      
      <div id="semrush-one-headline" class="headline-responsive">
        Be the brand <span>customers find first</span>.
      </div>
      <p id="semrush-one-subhead">
        Track, grow, and measure your visibility across Google, AI search, social, local, and every channel that influences buying decisions.
      </p>
    </div>
    <div>
      <span id="semrush-one-cta">Start your free trial</span>
    </div>
    </div>
    </a>




<h2 class="wp-block-heading" id="h-how-to-tell-if-you-might-be-wasting-time">How to tell if you might be wasting time</h2>



<p class="wp-block-paragraph">Rather than labeling specific tasks as time-wasters, consider how to determine whether a task is worth your time on your website.</p>



<h3 class="wp-block-heading" id="h-if-you-re-doing-it-to-check-a-box">If you&#8217;re doing it to check a box</h3>



<p class="wp-block-paragraph">If your only reason for carrying out a technical SEO activity is to clear alerts in your SEO tool or because you saw it recommended on LinkedIn, stop. Very few, if any, technical SEO activities should be a top priority for every website.</p>



<p class="wp-block-paragraph">If you don&#8217;t have a reason for doing it beyond &#8220;SEO best practice,&#8221; I&#8217;d argue it isn&#8217;t something you should dive into. Focus instead on activities that will improve your website&#8217;s performance for users and search bots.&nbsp;</p>



<h3 class="wp-block-heading" id="h-you-can-t-quantify-the-impact">You can&#8217;t quantify the impact</h3>



<p class="wp-block-paragraph">This is perhaps the most important reason to park a technical SEO task: You don&#8217;t know what impact it will have.</p>



<p class="wp-block-paragraph">If you want people to buy into your SEO plans, you need to show why they&#8217;re financially worthwhile.</p>



<p class="wp-block-paragraph">That might mean improving revenue, reducing churn, or increasing qualified traffic.</p>



<p class="wp-block-paragraph">For example, if you&#8217;re considering improving a page&#8217;s load speed, don&#8217;t make &#8220;reduce page load time&#8221; the goal. Instead, consider what faster load times could achieve for your organic performance and business goals.</p>



<p class="wp-block-paragraph">If you work on an ecommerce site, you may know that faster load times can improve conversion rates. That&#8217;s a much stronger reason to take on the work than simply achieving a &#8220;good&#8221; page speed score.&nbsp;</p>



<p class="wp-block-paragraph">By making conversion rate improvement the goal, you can estimate the potential financial impact. For example, if a page converts at an average rate of X% and generates $X in annual revenue, increasing the conversion rate to X+1% could generate up to $Y in additional revenue.</p>



<h3 class="wp-block-heading" id="h-you-don-t-know-how-to-measure-success">You don&#8217;t know how to measure success</h3>



<p class="wp-block-paragraph">If you aren&#8217;t sure how you&#8217;ll measure the impact of an activity, that may be a sign it shouldn&#8217;t be a priority.</p>



<h2 class="wp-block-heading" id="h-examples-of-work-that-can-be-a-waste-of-time">Examples of work that can be a waste of time</h2>



<p class="wp-block-paragraph">Any technical SEO activity can be a time-waster. Technical SEO is about optimizing your website to provide the best possible experience for users and search bots. That means what is a waste of time for one website may be a necessary activity for another.</p>



<p class="wp-block-paragraph">That said, there are several technical SEO activities I&#8217;ve seen appear on countless checklists despite offering little discernible benefit. That doesn&#8217;t mean you should remove them from your to-do list. It means they should only be there if they&#8217;ll solve a problem your website actually has.</p>



<h3 class="wp-block-heading" id="h-core-web-vitals-work-when-they-aren-t-that-bad">Core Web Vitals work when they aren&#8217;t that bad</h3>



<p class="wp-block-paragraph">Yes, I know Core Web Vitals scores are important. I just don&#8217;t think they&#8217;re so important that you should continually optimize them. As long as your CWVs are in the &#8220;good&#8221; range, pushing them further into that range is likely to deliver diminishing returns.&nbsp;</p>



<p class="wp-block-paragraph">I doubt spending developer time to shave a few milliseconds off your Largest Contentful Paint score will have much impact on rankings or user behavior.</p>



<p class="wp-block-paragraph">Reserve Core Web Vitals optimization for pages that genuinely aren&#8217;t meeting targets. These are the pages users struggle to load or that negatively affect usability.&nbsp;</p>



<p class="wp-block-paragraph">Get your scores into the &#8220;good&#8221; range before investing time chasing incremental improvements.</p>



<h3 class="wp-block-heading" id="h-removing-redirects-when-you-don-t-have-chains">Removing redirects when you don&#8217;t have chains</h3>



<p class="wp-block-paragraph">I understand the perfectionist approach to redirects. No one likes running a crawl and seeing 301 status codes reported. However, the real concern with redirects is how they affect search bots&#8217; ability to crawl your website.</p>



<p class="wp-block-paragraph">If you aren&#8217;t seeing redirect loops, chains with more than five hops, redirects to irrelevant pages, or enough redirects to affect bots&#8217; ability to crawl most of your website, you can probably leave them alone.&nbsp;</p>



<p class="wp-block-paragraph">Sure, if you have a few spare minutes and you&#8217;re already in your CMS, you can update links so they point directly to the final destination instead of a redirecting URL. Realistically, though, there are only a few situations where this belongs near the top of your to-do list.</p>



<p class="wp-block-paragraph">Leave redirect cleanup until it has a measurable impact on your site&#8217;s performance.</p>


<!-- START INLINE FORM -->
<div class="nl-inline-form border py-2 px-1 my-2">
	
	<div class="row align-items-center nl-inline-container">
		<div class="col-12 col-lg-3 col-xl-4 pe-md-0 pb-2 pb-lg-0">
			<p class="inline-form-text text-center mb-0">Get the newsletter search marketers rely on.</p>
		</div>
		<div class="col-12 col-lg-7 col-xl-6  pe-lg-0">
			<div class="form-nl-inline">
				<form id="mktoForm_16298"></form> 
				
				
			</div>
		</div>
		<div class="col-12 col-lg-2 col-xl-2 ps-1">
			<p class="text-center mb-0"><a class="nl-terms" href="https://searchengineland.com/termsofuse" target="_blank" aria-label="opens in a new tab">See terms.</a>
		</div>
	</div>
</div>
<!-- END INLINE FORM -->



<hr class="wp-block-separator has-text-color has-cyan-bluish-gray-color has-css-opacity has-cyan-bluish-gray-background-color has-background"/>



<h3 class="wp-block-heading" id="h-optimizing-bot-crawling-when-your-content-is-already-crawlable">Optimizing bot crawling when your content is already crawlable</h3>



<p class="wp-block-paragraph">There&#8217;s a lot of misinformation about crawl budget. For most websites, it isn&#8217;t an issue. Large enterprise websites often need to optimize crawl paths, but smaller websites usually don&#8217;t.</p>



<p class="wp-block-paragraph">If your website has developed spider traps or is allowing bots to crawl pages you don&#8217;t want indexed, that&#8217;s worth addressing. Otherwise, if <a href="https://searchengineland.com/google-search-console-seo-guide-443942">Google Search Console</a> shows Google is crawling your important pages, you can probably move crawl budget optimization lower on your priority list.</p>



<h3 class="wp-block-heading" id="h-fixing-every-404-status">Fixing every 404 status</h3>



<p class="wp-block-paragraph">Like fixing every 301 <a href="https://searchengineland.com/redirects-seo-guide-442811">redirect</a>, eliminating every link to a 404 page is often more about tidying up than solving a meaningful problem.</p>



<p class="wp-block-paragraph">404s are a normal and expected part of a website. If they&#8217;re hurting the user experience, absolutely fix them. If you&#8217;re simply trying to clear the list of 404s in your crawling tool, it can probably wait until you have time.&nbsp;</p>



<h3 class="wp-block-heading" id="h-removing-obsolete-metadata-like-meta-keywords">Removing obsolete metadata like &#8216;meta keywords&#8217;</h3>



<p class="wp-block-paragraph">I know no one is adding meta keywords anymore. That&#8217;s good. It also doesn&#8217;t mean you need to spend precious time removing them. Just leave them.&nbsp;</p>



<p class="wp-block-paragraph">Chances are they&#8217;re so old they aren&#8217;t even giving your competitors useful hints about the keywords you&#8217;re targeting. We&#8217;ve all moved on from meta keywords, so you can, too.</p>



<h3 class="wp-block-heading" id="h-routine-disavow-file-maintenance">Routine disavow file maintenance</h3>



<p class="wp-block-paragraph">Many SEOs will tell you they don&#8217;t use disavow files at all. I agree their usefulness has diminished significantly. There may be times when you want to submit or update one.&nbsp;</p>



<p class="wp-block-paragraph">You may also want to audit it to make sure nothing inappropriate was submitted in the past. However, I struggle to think of a reason why routinely updating a disavow file on a scheduled basis would be productive.</p>



<h3 class="wp-block-heading" id="h-clearing-audit-tool-issues">Clearing audit tool issues</h3>



<p class="wp-block-paragraph">Not every issue your SEO tool flags is an emergency. Remember that SEO tools lack the context of your broader strategy and your website&#8217;s foundation.&nbsp;</p>



<p class="wp-block-paragraph">You may have intentionally blocked pages in your robots.txt file or returned 404 status codes for some pages. That doesn&#8217;t mean they&#8217;re problems or that you need to fix them.</p>



<p class="wp-block-paragraph">Your auditing tools should support your technical SEO work, not dictate it. You don&#8217;t need to clear every issue they report to have a technically healthy website. Don&#8217;t let the red lights and warnings distract you from more meaningful technical SEO work.&nbsp;</p>



<p class="wp-block-paragraph"><strong><em>Dig deeper: <a href="https://searchengineland.com/make-seo-strategy-more-commercially-aware-481779">How to make your SEO strategy more commercially aware</a></em></strong>



<h2 class="wp-block-heading" id="h-what-to-do-instead">What to do instead</h2>



<p class="wp-block-paragraph">Instead of working through a technical SEO checklist, spend that time on projects that will have a greater impact.</p>



<p class="wp-block-paragraph">How do you know which tasks are worth doing? Any technical SEO work should meet at least one of these three criteria.</p>



<h3 class="wp-block-heading" id="h-it-directly-impacts-revenue-or-business-goals">It directly impacts revenue or business goals</h3>



<p class="wp-block-paragraph">It&#8217;s much easier to get buy-in and recognition for your technical SEO work when you can tie it directly to revenue or business goals.</p>



<p class="wp-block-paragraph">That means drawing a clear line between the work you&#8217;re doing and a business outcome. For example, if you&#8217;re improving slow-loading pages, you can connect that work to higher conversion rates. That&#8217;s a much stronger indicator of business value than simply making a page load faster.&nbsp;</p>



<h3 class="wp-block-heading" id="h-it-creates-a-foundation-for-work-that-supports-business-goals">It creates a foundation for work that supports business goals</h3>



<p class="wp-block-paragraph">Technical SEO is worth the investment when it enables other work that will move the needle.&nbsp;</p>



<p class="wp-block-paragraph">For example, it may be difficult to show how optimizing crawl paths on an enterprise website directly affects business goals. However, you can connect improved crawl paths to revenue-driving pages being discovered and crawled, ensuring SEO tests on those pages are found and processed.</p>



<p class="wp-block-paragraph">Without crawl optimization, search bots may never see those SEO tests, making the work ineffective. Activities that enable other important SEO initiatives are valuable in their own right.</p>



<h3 class="wp-block-heading" id="h-it-prepares-your-website-for-ai-driven-search">It prepares your website for AI-driven search</h3>



<p class="wp-block-paragraph">A final criterion for meaningful technical SEO work is whether it prepares your website for future changes. Some work may not deliver immediate returns but could pay off over time. Preparing your website for AI-powered search experiences is one example.</p>



<p class="wp-block-paragraph">You may not be getting much traffic or many conversions from AI agents yet, but there&#8217;s a strong possibility that this is where the web is heading. Preparing for that shift can feel risky because it&#8217;s speculative. However, when done well, this work is also likely to improve your website for today&#8217;s search bots and users.</p>


<a href="https://www.semrush.com/?utm_campaign=ic_sel_0102default&#038;utm_source=searchengineland.com&#038;utm_medium=overlay&#038;onboarding=off" target="_blank">
  <div>
    
    <div>
      
      <div id="semrush-one-headline" class="headline-responsive">
        Own the conversation <span>before your competitors</span>.
      </div>
      <p id="semrush-one-subhead">
        See where your brand appears, where it doesn&#8217;t, and exactly how to win more visibility across search, AI, local, social, and every channel that matters.
      </p>
    </div>
    <div>
      <span id="semrush-one-cta">Start your free trial</span>
    </div>
    </div>
    </a>




<h2 class="wp-block-heading" id="h-avoid-busywork-prioritize-impact">Avoid busywork, prioritize impact</h2>



<p class="wp-block-paragraph">Technical SEO work can be time-consuming, involve multiple teams and stakeholders, and ultimately make the difference between a well-performing website and a poor one.</p>



<p class="wp-block-paragraph">The key is making sure your time and energy are spent on activities that produce meaningful results. Treat technical SEO like any other business investment: prioritize the work that&#8217;s most likely to produce meaningful results.</p>



<p class="wp-block-paragraph"><strong><em>Dig deeper: <a href="https://searchengineland.com/proving-technical-seo-roi-481234">Why proving technical SEO ROI is so difficult</a></em></strong>
]]></content:encoded>
					
		
		
		
	</item>
		<item>
		<title>Heather Robinson talks about a £50 PPC ad that cost £1,000</title>
		<link>https://searchengineland.com/heather-robinson-talks-about-the-ppc-mistake-that-cost-1000-482637</link>
		
		<dc:creator><![CDATA[Anu Adegbola]]></dc:creator>
		<pubDate>Fri, 17 Jul 2026 18:53:01 +0000</pubDate>
				<category><![CDATA[PPC]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://searchengineland.com/?p=482637</guid>

					<description><![CDATA[<div><img width="1280" height="720" src="https://searchengineland.com/wp-content/seloads/2026/07/PLTP-Heather-Robinson.jpeg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://searchengineland.com/wp-content/seloads/2026/07/PLTP-Heather-Robinson.jpeg 1280w, https://searchengineland.com/wp-content/seloads/2026/07/PLTP-Heather-Robinson-768x432.jpeg 768w, https://searchengineland.com/wp-content/seloads/2026/07/PLTP-Heather-Robinson-1200x675.jpeg 1200w" sizes="(max-width: 1280px) 100vw, 1280px" /></div>A £50 Meta campaign that accidentally spent over £1,000 became a valuable lesson in transparency, process, and why honesty matters.]]></description>
										<content:encoded><![CDATA[<div><img width="1280" height="720" src="https://searchengineland.com/wp-content/seloads/2026/07/PLTP-Heather-Robinson.jpeg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://searchengineland.com/wp-content/seloads/2026/07/PLTP-Heather-Robinson.jpeg 1280w, https://searchengineland.com/wp-content/seloads/2026/07/PLTP-Heather-Robinson-768x432.jpeg 768w, https://searchengineland.com/wp-content/seloads/2026/07/PLTP-Heather-Robinson-1200x675.jpeg 1200w" sizes="(max-width: 1280px) 100vw, 1280px" /></div>
<figure class="wp-block-embed is-type-video is-provider-vimeo wp-block-embed-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<p><a href="https://player.vimeo.com/video/1210883240?dnt=1&#038;app_id=122963" rel="noopener noreferrer">Watch this video on Vimeo</a>
</div></figure>



<p class="wp-block-paragraph" id="h-during-the-latest-episode-of-ppc-live-the-podcast-the-freelance-google-ads-specialist-shared-how-a-meta-campaign-intended-to-spend-just-50-over-a-weekend-accidentally-spent-more-than-1-000-after-the-budget-was-set-as-daily-instead-of-lifetime-because-the-campaign-wasn-t-revisited-after-launch-it-continued-running-for-three-weeks-before-the-mistake-was-discovered-while-preparing-for-a-client-meeting">During the latest episode of PPC Live the Podcast, Google Ads specialist Heather Robinson shared how a Meta campaign intended to spend just £50 over a weekend accidentally spent more than £1,000 after the budget was set as daily instead of lifetime. Because the campaign wasn&#8217;t revisited after launch, it continued running for three weeks before the mistake was discovered while preparing for a client meeting.</p>



<h2 class="wp-block-heading" id="h-why-routine-tasks-can-be-the-most-dangerous">Why routine tasks can be the most dangerous</h2>



<p class="wp-block-paragraph">Heather explained that the mistake wasn&#8217;t caused by a lack of knowledge but by complacency. After setting up similar campaigns countless times, the process became second nature, making it easier to overlook a small but critical setting. Combined with a busy workload and the absence of a second pair of eyes, the campaign went live without the final checks that could have prevented the overspend.</p>



<h2 class="wp-block-heading" id="h-honest-communication-saved-the-relationship">Honest communication saved the relationship</h2>



<p class="wp-block-paragraph">Rather than looking for excuses or blaming the advertising platform, Heather chose to be transparent with the client. She addressed the mistake during their scheduled face-to-face meeting, accepted responsibility and committed to preventing it from happening again. Although the client was understandably unhappy, they appreciated the honesty and transparency, and nearly a decade later they remain one of her clients—a reminder that trust is often built through difficult conversations rather than perfect performance.</p>



<h2 class="wp-block-heading" id="h-checklists-are-better-than-confidence">Checklists are better than confidence</h2>



<p class="wp-block-paragraph">The experience fundamentally changed Heather&#8217;s campaign launch process. Every Google Ads and Meta campaign now goes through a structured launch checklist before being published, regardless of how routine the task may seem. While she occasionally uses AI to provide a second opinion, she still relies on manual reviews because she believes a disciplined process is more reliable than assuming experience alone will catch mistakes.</p>



<h2 class="wp-block-heading" id="h-conversion-tracking-remains-the-biggest-problem">Conversion tracking remains the biggest problem</h2>



<p class="wp-block-paragraph">Beyond her own experience, Heather said the most common issue she encounters when auditing new client accounts is incorrect conversion tracking. Many accounts are still suffering from mistakes made during the migration from Universal Analytics to GA4, with businesses unknowingly optimising campaigns towards actions that don&#8217;t generate revenue. In one example, an ecommerce account had spent an entire year optimising for visitors using the site&#8217;s search bar instead of completed purchases, forcing the account to effectively restart its machine learning once the tracking was corrected.</p>



<h2 class="wp-block-heading" id="h-ai-is-a-helpful-assistant-not-a-replacement">AI is a helpful assistant—not a replacement</h2>



<p class="wp-block-paragraph">Heather believes AI has become a valuable productivity tool, but only when it&#8217;s used to support experienced marketers rather than replace them. While she has seen too many advertisers rely on Google&#8217;s AI-generated ads without reviewing them, resulting in repetitive and low-quality messaging, she has successfully used AI to analyse search term reports, identify optimisation opportunities and reduce hours of manual work. The key, she says, is ensuring that human expertise remains responsible for the final decisions.</p>



<h2 class="wp-block-heading" id="h-learning-comes-from-testing-and-making-mistakes">Learning comes from testing—and making mistakes</h2>



<p class="wp-block-paragraph">Reflecting on both her own experience and the pace of change within Google Ads, Heather encouraged PPC professionals to continue testing new features while accepting that not every experiment will succeed. She believes mistakes are an unavoidable part of developing expertise, provided they are accompanied by honest communication, thoughtful analysis and improved processes that reduce the chances of repeating them.</p>


<a href="https://www.semrush.com/analytics/traffic/paid-search?utm_campaign=ic_sel_0102ppc&#038;utm_source=searchengineland.com&#038;utm_medium=overlay&#038;onboarding=off" target="_blank">
  <div>
    
    <div>
      
      <div id="semrush-one-headline" class="headline-responsive">
        Every click they win is <span>a customer you lose</span>.
      </div>
      <p id="semrush-one-subhead">
        See where competitors are investing, which keywords drive their results, and how to capture more of the market.
      </p>
    </div>
    <div>
      <span id="semrush-one-cta">See who’s stealing your traffic</span>
    </div>
    </div>
    </a>

]]></content:encoded>
					
		
		
		
	</item>
	</channel>
</rss>