Tag: Microsoft

  • GraphRAG SEO: Why Entity-First Retrieval Matters

    GraphRAG SEO: Why Entity-First Retrieval Matters

    Making a brand machine-readable and improving its odds of being selected for AI-generated answers are important, but I see them as only part of the larger shift. Under the surface, a retrieval layer is changing how AI systems identify entities, connect facts, and decide which brands deserve to be cited.

    That layer is GraphRAG. Once I understand how it works, “optimize for AI” stops feeling like a vague instruction and starts looking like a practical SEO strategy.

    What is GraphRAG, actually?

    GraphRAG extends traditional retrieval-augmented generation (RAG) by adding a knowledge graph. That graph helps AI understand entities and the relationships between them, instead of treating content as disconnected text fragments.

    Microsoft Research introduced GraphRAG in 2024, and a broader ecosystem has formed around it since then. Instead of pulling from a flat sea of text chunks, GraphRAG builds a map.

    In that map, nodes are the entities: a company, product, person, certification, location, or concept. Edges are the relationships between those entities, such as “offers,” “is certified by,” “authored,” or “operates in.”

    I think of it as a system of things and the lines connecting them. When a model works from a map instead of a pile of scraps, it does not have to guess its way toward an answer. It can follow the relationships.

    If the map says Entity A holds Certification B in Region C, the system can follow that path with confidence instead of inferring the connection and hoping it is right. That is why graph-based retrieval can produce more complete, better-grounded answers to complex questions with fewer hallucinations.

    Microsoft described this failure mode in its GraphRAG patent, “Knowledge Graph Extraction” (US20250131289A1). The patent calls out a recall problem in naive RAG: a less prominent entity can disappear inside chunk embeddings, which means the system may retrieve nothing useful.

    It also describes one of the fixes: entity resolution. When duplicate spellings or variations of the same thing are merged, the system can treat them as one entity instead of scattering their authority across several weak signals. That is one of the core building blocks behind graph-based retrieval.

    Dig deeper: What patents reveal about the foundations of AI search

    Why strong content still gets passed over

    Traditional RAG works by chopping content into fixed chunks, turning each chunk into a vector, and storing those vectors in a database. When I ask a question, the system retrieves the closest chunks in vector space and passes them to a language model to generate an answer.

    That can work for simple questions like “What is the capital of France?” It struggles with the questions that usually matter most in business: the multi-step questions.

    If I ask a system to find a provider that offers a specific service, holds a specific certification, and operates in a specific region, naive RAG may stitch together an answer from scraps that merely sound related. It does not truly understand how the facts connect, so it guesses across the gaps.

    When a system has to guess, the safer move is often to leave a brand out rather than risk saying something inaccurate about it. That is the part I think many SEO teams need to sit with.

    This explains a common frustration: “Our content is strong, but AI systems still do not cite us.” The issue may not be content quality. GraphRAG consistently outperforms naive RAG on complex, multi-hop questions where vector search falls apart. That is where the visibility leak often starts.

    In many cases, the machine could not reliably tell what the brand is, how its facts fit together, or whether it could trust those relationships enough to cite the brand by name.

    The three problems GraphRAG is built to fix

    I see GraphRAG lining up with three SEO problems that show up again and again: disambiguation, attribution, and relationships.

    Disambiguation matters when the same entity appears under different names and gets counted as several weaker signals instead of one strong one. If “the firm,” “the agency,” and the actual brand name never resolve to a single entity, authority gets split.

    Attribution matters when the fact survives but the credit disappears. When content is blended into an AI answer, the brand behind the original insight can easily vanish.

    Relationships matter when the connections that give expertise meaning stay buried in prose instead of being declared in a way a machine can read.

    If I have ever watched AI repeat something a company wrote without naming it, or credit a competitor for a specialty the company actually owns, I have seen all three problems in action.

    What ties them together is simple: this is not only a content problem. It is an identity problem.

    Same sentence, more machine-readable context

    I want to make the idea of an entity concrete, because it can become abstract quickly. I will use one real-world example and one fictional example.

    Start with Wayne Gretzky. Search his name in almost any AI client and I expect to see a confident summary: facts, former teams, records, and related links. That confidence is not luck. It is what a well-established entity looks like. His identity is nailed down and agreed upon across the web, so the system does not have to guess who he is.

    Now imagine the opposite. Picture a goaltending coach in Moncton. I will call her Marie Tremblay. Her About page says: “Our head coach, Marie ‘Lefty’ Tremblay, has run elite goaltending camps across the Maritimes for 20 years.”

    That is a good sentence. A parent understands it immediately. I would not rewrite it into robotic prose just to satisfy a machine. Optimizing for AI does not mean abandoning human voice.

    The better move is to keep the sentence and add context around it. I need to make explicit what a human reader infers automatically.

    That means clarifying that “Lefty” and “Marie Tremblay” are the same person. It means connecting Marie to the academy, to goaltending as a discipline, and to the Maritimes as the region she serves. It also means making “20 years” and “elite” verifiable claims rather than loose adjectives.

    A human gets all of that from one sentence. A machine may not. My job is to close the gap between what the reader understands and what the system can verify, so Marie becomes as legible to AI retrieval systems as a famous entity like The Great One already is.

    Why a flat triple is no longer enough

    Knowledge graphs are built on triples: subject, predicate, object. “Acme offers consulting” is clean and useful, but it is flat. A bare triple cannot easily carry the high-stakes details that matter, such as whether the relationship is true, where it applies, who says so, and what evidence supports it.

    The standards community is working on that gap. The W3C is extending the model with Resource Description Framework (RDF)-star, which allows site owners to make statements about statements. In practice, that means source, date, confidence, and other metadata can attach directly to a relationship instead of floating around as a disconnected claim. It is moving through the RDF 1.2 standardization process, with the RDF 1.2 Primer serving as a plain-English introduction.

    Microsoft’s GraphRAG patent points in a similar direction. It pulls claims into a subject-action-object structure and weights relationships by how often they appear, instead of treating every stated link as equally reliable.

    The practical lesson is clear to me: the future is not just saying two things are related. It is saying they are related and showing the proof in a form a machine can verify. A richer triple beats a flatter page.

    The publishing layer is starting to respond

    I am also watching the publishing layer, because that is where the shift is becoming visible outside the models themselves.

    On June 1, the new open standard EntityMap launched a 33-day public consultation ahead of its July 1 launch. It was started by Fred Laurent, CTO of InLinks and Waikay, with backing from Dixon Jones. For anyone following entity SEO and the move from “strings to things,” those names matter.

    The concept is deliberately familiar. Where sitemap.xml tells search engines which pages exist, an entitymap.json file tells AI systems what an organization knows: which entities it covers, how they relate, and where the evidence lives.

    EntityMap aims at the same three problems: disambiguation, attribution, and relationships. It also builds in the richer-triple idea by allowing declared relationships to carry receipts, including a source URL, publisher, and timestamp.

    I would treat it as a signal, not a mandate. EntityMap is a proposal in consultation, not a requirement. No major engine has committed to reading files like these, so I would not turn it into another box-checking exercise yet. The important point is that credible people are building entity-first publishing standards, and that direction is worth watching.

    The honest state of GraphRAG

    I do not think GraphRAG belongs in hype territory, because two realities keep it grounded.

    First, GraphRAG is expensive. Building the map requires a language model to extract entities and relationships, and that is the costly part. By Microsoft’s own estimate, graph extraction accounts for roughly 75% of indexing costs. That LLM cost is one reason web-scale, real-time graph retrieval has not taken over everything overnight.

    Second, the cost curve is bending. Recent research is attacking the infrastructure problem directly, including TurboQuant, a vector compression method from Google Research and NYU, presented at ICLR 2026. It reduces the memory footprint of vectors these systems traverse while preserving quality well enough to make the economics more interesting.

    That does not mean every engine is running GraphRAG across the open web today. It means the economics are improving, which helps explain why entity-first standards are emerging now. I am cautious about anything framed as inevitable, but this shift makes practical sense.

    Structured data still matters. Schema.org markup, a clean Knowledge Panel, consistent NAP, and strong entity signals are not going away. Entity-first work extends that discipline. It does not replace it.

    My entity-first action plan

    Here is how I would make this practical without betting everything on one standard.

    Inventory entities, not just keywords. I would go beyond the search terms that historically brought traffic and list the things the brand genuinely knows about: products, services, people, methods, concepts, locations, and credentials. That becomes an entity map, whether or not it ever gets published as a formal file.

    Disambiguate, then connect to the graph. I would claim and confirm the brand’s Wikidata entity and Google Knowledge Panel where possible. I would standardize naming, resolve variants, and keep sameAs links consistent across structured data. This is how “Lefty” and “Marie Tremblay” become one clear identity instead of two weak signals.

    Make relationships explicit. I would use Schema.org types and properties such as Organization, Person, Product, knowsAbout, sameAs, and author so expertise is declared rather than implied. I would also mirror those relationships in internal linking.

    Attach evidence to every claim. I would connect important facts to verifiable sources: named authors, first-party data, citations, documentation, and dated references. Graph-based systems increasingly need proof behind a relationship, not just the assertion.

    Front-load defining facts. Retrieval still works through narrow windows, so I would place the clearest, most verifiable statement of what the brand is and what it does near the top of important pages.

    Watch the publishing layer without overcommitting. I would read the EntityMap spec, follow how it develops, and decide later whether an entity index belongs in the stack. Schema.org work should continue either way.

    Tie the entity map to revenue. I would map entity coverage to the queries and answer surfaces that influence leads, sales, margin, and retention. That helps leadership see entity work as revenue protection, not an academic exercise.

    Measure what AI systems can recognize

    Rankings and clicks still matter, but they describe the old search-page model. I would add metrics that show whether AI systems can recognize, trust, and cite the brand.

    AI citation share measures how often the brand is named or cited in AI answers compared with competitors. I would track it monthly with an AI visibility tool.

    Entity recognition asks whether priority entities have confirmed Knowledge Panels, Wikidata entries, and consistent identity signals. It is simple, but foundational.

    Relationship completeness looks at how many priority entities have explicit, marked-up relationships and consistent sameAs links.

    Attribution rate tracks how many core claims are backed by linked, verifiable evidence.

    Answer-equity proxies include branded-query lift, assisted conversions from AI referrals, and lead stability as raw click volume softens. These business signals help show whether authority is compounding even when CTR is harder to read.

    Where graph-based retrieval is heading

    I expect graph-based retrieval to keep moving toward multimodal graphs, where text connects to images, audio, video, and structured data. I also expect more streaming and incremental indexing for live data, plus domain-specific ontologies for areas like medicine, finance, and law.

    The move from strings to things is gaining momentum. The brands that stay visible will not simply be the ones publishing the most content. They will be the ones machines can understand without guessing, with clear entities, explicit relationships, and claims backed by evidence.

    I do not need to wait for a new standard to launch before preparing. I can make a brand more legible now to systems that do not just read pages, but read what the brand knows. In the answer economy, I see the real battleground as identity, not just content.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Fabrice Canel Leaves Microsoft Bing After Iconic Run

    Fabrice Canel Leaves Microsoft Bing After Iconic Run

    After nearly 30 years at Microsoft, I am seeing one of Bing’s most influential search leaders close a remarkable chapter. Fabrice Canel announced that he is retiring from Microsoft, writing on LinkedIn, “I am retiring from Microsoft, effective today July 1st.” He also reflected, “Today marks nearly 30 years with Microsoft. Thirty years…”

    When I think about Fabrice Canel’s impact, I think first about the foundation of Microsoft Bing Search. He was responsible for indexing at Bing, including crawling, URL discovery, content selection, and content processing. Those areas are core to how search engines understand the web, and Fabrice helped shape them at massive scale.

    He was also the person behind the IndexNow initiative, and he played a major role in creating and powering Bing Webmaster Tools. For anyone working in SEO, publishing, or technical search, those contributions matter because they helped make discovery, indexing, and webmaster communication faster and more practical.

    I have watched Fabrice contribute far beyond product work. He has spoken at countless industry events, including SMX, and has written extensively about how search works, how sites can perform better in Bing, and how search is evolving with generative AI. He helped run one of the world’s most important search engines, while also giving the SEO community tools, education, and direct insight.

    In his retirement message, Fabrice addressed fellow Microsoftees, engineers, attorneys, marketers, webmasters, publishers, SEO champions, product leaders, journalists, people across search and AI, and even friends at Google. His note was warm, personal, and full of gratitude for the people who shaped his Microsoft journey.

    He described his three decades at Microsoft as a wonderful adventure, from solving real business problems with IndexNow to helping webmasters and publishers thrive in the constantly changing world of SEO and AI. He thanked colleagues, partners, publishers, and the people he trained and mentored, saying they are ready to carry the mission forward.

    Fabrice also shared that, after many conversations with family and friends, he decided to take advantage of Microsoft’s Voluntary Retirement Program. His message ended with the same sense of warmth and storybook style that many in the industry have come to associate with him: gratitude for Microsoft, confidence in the Bing team’s future, and a final wish that everyone stay curious, keep innovating, and make content easier to find.

    Why do I care so much about this? Because Fabrice has been a true friend to the search industry. His work will live on through the products, systems, and initiatives he helped create, and his willingness to share knowledge has made a lasting difference for SEOs, publishers, developers, and search professionals.

    I know Fabrice has trained a team to continue the work, and I believe Bing remains in good hands. Still, I would be lying if I said I am not sad to see him retire. It has been an honor to work with him and learn from him over the years, and his legacy at Microsoft Bing will be felt for a long time.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Discover Bing’s AI Reporting Revolution: Intents, Topics & More

    Discover Bing’s AI Reporting Revolution: Intents, Topics & More

    Today, as I explore updates from Microsoft, I’m excited to share that Bing Webmaster Tools is rolling out a preview of its new AI performance report enhancements. These include insights like Intents, Topics, Citation Share, and Compare, and they’re being introduced globally. After witnessing Microsoft’s demo in April, it’s thrilling to know these features are finally accessible to us.

    Reflecting on their past roll-outs, Bing officially launched its AI performance report earlier in February, a bold move ahead of Google’s similar feature which wasn’t available in Search Console until June. Google’s delayed release felt quite rushed to many of us.

    New Insights: Krishna Madhavan from Microsoft describes these updates as built to give publishers a clearer understanding of why their content surfaces, the broader subject areas they’re gaining visibility in, and how their presence compares with other sources over time.

    Intent: The Intents feature now classifies grounding queries into categories such as Informational, Commercial, Navigational, and more. This provides deeper insight into the intent behind user queries, moving beyond just triggering citations to understanding broader query contexts.

    ```json
{
  "alt": "Webmaster Tools dashboard showing AI Performance metrics for various grounding queries.",
  "caption": "Explore the AI Performance of different queries in the Webmaster Tools dashboard, showcasing data points like citations and intent for refined analysis.",
  "description": "This image displays the Microsoft Bing Webmaster Tools interface focusing on AI Performance metrics. The dashboard lists multiple grounding queries including 'hawaii flooding 2026' and 'El Nino 2026', along with their intent, topic, citations, and citation share. The layout provides a clear visual representation for users to analyze query performance. Key features include performance data columns and navigation options like 'Sitemaps' and 'IndexNow'. Ideal for users seeking detailed query insights for SEO optimization."
}
```

    An example given was an e-commerce publisher finding visibility in comparison-focused experiences or an educational publisher learning their content is popular in research-oriented interactions. These insights can guide us in refining content structure and depth.

    Topics: Topics group related queries into thematic clusters, offering us a more organized way to understand visibility, similar to modern AI’s reasoning across themes rather than isolated keywords.

    For instance, queries like “solar panels” and “solar energy efficiency” can all be part of a larger topic cluster such as Solar Energy. This thematic organization helps us align our content with how AI systems engage with our content.

    ```json
{
  "alt": "Dashboard of Microsoft Bing Webmaster Tools showing AI performance metrics with graphs and grounding queries list.",
  "caption": "Explore AI performance metrics on Bing Webmaster Tools, highlighting citations, cited pages, and popular search queries.",
  "description": "This image displays a dashboard from Microsoft Bing Webmaster Tools focusing on AI Performance metrics. It includes a graph showing citations and cited pages over time, alongside statistics for different time periods. The visible list showcases grounding queries with citation numbers. This interface aids users in analyzing search performance trends and understanding user interaction with content. Ideal for SEO professionals monitoring site performance and engagement in AI contexts."
}
```

    During this preview phase, some labels might remain broad, especially for niche domains, but meaningful patterns are already emerging.

    Citations: Citation Share now displays the percentage of citation visibility your site enjoys compared to others. It’s a directional metric to help us understand our evolving visibility over time, without ranking or quality scores.

    Compare: We can now compare citation changes over time. This feature overlays previous data onto current reports, helping us observe citation activity, which can be influenced by various factors like AI model updates, user demand shifts, and more.

    Why This Matters: Although we’re still awaiting click and click-through rate data, these growing AI performance insights are invaluable. I’m hopeful that such detailed data will become available to us from Microsoft or even Google one day.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Discover Microsoft’s Product Explorer for Enhanced Ad Performance

    Discover Microsoft’s Product Explorer for Enhanced Ad Performance

    I’m excited to share Microsoft Ads’ latest tool—Product Explorer. It’s a remarkable addition that helps advertisers like us quickly spot catalog issues that might be hindering ad performance.

    The introduction of Product Explorer represents Microsoft’s effort to create a central hub where advertisers can effortlessly monitor product catalog health and performance. Navah Hopkins, the Microsoft Product Liaison, highlighted its potential to revolutionize how we handle large product feeds.

    Managing these expansive feeds often means struggling to pinpoint which items are ready to serve, which are capturing impressions, or which are missing vital data. Product Explorer steps in to make this task significantly more manageable.

    What’s new? Now, I can explore my entire product catalog through a searchable interface. This tool allows for filtering by SKU, title, GTIN, and product ID, helping to quickly identify active products that are delivering performance results.

    What it does. Product Explorer is designed to highlight eligibility issues and metadata gaps, along with other elements that might prevent products from serving. Plus, it offers recommended actions and the option to export filtered product lists for deeper analysis.

    ```json
{
  "alt": "Product listing page in Microsoft Advertising showing product details like ID, image, title, status, price, and impressions.",
  "caption": "Explore the Microsoft Advertising product listing page, showcasing various home and kitchen items with detailed status and pricing information.",
  "description": "This image displays a product listing page from Microsoft Advertising, featuring items such as kitchen towels and coffee makers. The table includes columns for product ID, image thumbnails, titles, statuses (accepted, pending, rejected), prices, and impressions. The interface allows for filtering, editing columns, and downloading data, ideal for online retail management. Keywords: Microsoft Advertising, product listing, home and kitchen, pricing, status, impressions."
}
```

    Why we care. As advertisers, having diagnostics and performance reporting combined in one interface means we can move more products into a servable state while identifying underperforming inventory more efficiently.

    From searchable catalog reporting to gaining product-level performance insights covering the last 30 days, this tool offers issue detection and actionable recommendations to enhance feed quality.

    The big picture. As retail advertising becomes more automated, focusing on feed quality is increasingly essential. Accurate visibility into catalog issues can significantly impact the reach and performance of our campaigns.

    Availability. According to Navah Hopkins, the tool is live and ready for use in our accounts.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Microsoft Unlocks New Opportunities for Crypto Ads

    Microsoft Unlocks New Opportunities for Crypto Ads

    I’ve been following Microsoft’s latest moves in the advertising world closely, and there’s some exciting news for those in the crypto space. Microsoft is now offering more premium ad inventory to cryptocurrency advertisers, all while ensuring compliance with existing requirements.

    Now, if you’re in the crypto exchange business, this move could open up new doors for you. Essentially, Microsoft has decided to expand the reach of Audience Ads for cryptocurrency exchanges in markets where crypto advertising is already allowed, which could mean greater visibility and reach.

    The big picture: This update is about more than just new ad spots. It’s about giving eligible exchanges a shot at being seen across a wider network via Microsoft’s Audience Ads inventory, moving beyond the confines of traditional search placements.

    You might be wondering what exactly is changing. Well, Microsoft’s ad policies have been updated, and now cryptocurrency exchanges that meet the necessary compliance checks can use Audience Ads across all approved crypto advertising markets.

    The catch? This expansion is strictly for those advertisers who adhere to Microsoft’s Cryptocurrency and Related Products policies, along with any local laws and regulations that might apply.

    Why we care. In the world of advertising, Audience Ads provide a valuable opportunity. They let me, as an advertiser, reach users effectively across Microsoft’s native advertising network. This includes placements on various content, news, and partner sites, providing a broader canvas to engage with potential customers.

    For those of us in the cryptocurrency exchange field, this means a chance to boost awareness and connect with potential users beyond the intentions guided by search. It’s an opportunity to deeply engage and build relationships.

    The fine print. Though this sounds promising, Microsoft hasn’t relaxed its stringent requirements for cryptocurrency advertising. Advertisers still need to meet all eligibility criteria, sticking to Microsoft’s policies for Cryptocurrency and Related Products, which vary depending on the market and regulatory landscape.

    What to watch. I’ll be keeping a close eye on how this expanded inventory is adopted by cryptocurrency exchanges. Will this lead to more widespread use of Audience Ads? Also, I’ll be curious to see if Microsoft will eventually broaden its crypto advertising reach into additional markets. Stay tuned!


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Microsoft Unveils Web IQ: Revolutionizing AI-Agent Searches

    Microsoft Unveils Web IQ: Revolutionizing AI-Agent Searches

    I’m excited to share that Microsoft has launched a groundbreaking search service specifically designed for AI-agents, as agents have unique search requirements compared to humans.

    I’ve learned that Microsoft’s latest innovation, Web IQ, is here to bridge AI systems with real-time intelligence online. As a suite of AI-native grounding APIs, Web IQ sources fresh data, be it web pages, news, images, or videos, as announced by Microsoft here.

    What is Web IQ? Web IQ is all about connecting AI systems to real-world updates, leveraging Bing’s index for superior understanding. I find it fascinating how it uses the same infrastructure as Microsoft Copilot and other leading LLMs, like ChatGPT.

    However, I discovered that Web IQ’s APIs are newly developed for efficiency and relevance, crucial for serving Bing, Copilot, and ChatGPT queries rapidly.

    For AI-Agents, Not Humans. Web IQ tailors search results specifically for AI-agents. Unlike human-oriented Bing Search, ranking isn’t a priority here, as agents need swift information extraction, as stated by Jordi Ribas, President of Search & AI at Microsoft.

    Unlike us, AI-agents don’t just issue a single query; they delve deeper and continuously expand their search. This paradigm shift meant re-architecting search from indexing to orchestration, aligning it with AI needs, as per Microsoft’s insights.

    Given the frequency of searches AI-agents perform, Microsoft designed Web IQ to operate efficiently, minimizing token usage to deliver better and faster results. It’s currently 2.5 times faster than its nearest competitor.

    Access and Availability. At present, Web IQ supports Microsoft Copilot, OpenAI’s ChatGPT, and other large LLM platforms. As Microsoft scales this technology, I expect wider access to follow.

    If you want to express interest in Web IQ, Microsoft encourages you to visit this page.

    Why this Matters. As we witness the web transforming to accommodate agentic technologies, keeping an eye on these developments is vital. Websites, including mine, must evolve alongside these AI advancements.

    AI-agents aren’t just a trend; they’re part of the web’s next evolution. I’m preparing to embrace this change, and I suggest you do too.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Revolutionizing Ad Campaigns: Microsoft’s AI Bidding and Reporting

    Revolutionizing Ad Campaigns: Microsoft’s AI Bidding and Reporting

    When I hear about Microsoft rolling out its latest AI-powered features for advertisers, I can’t help but feel excited about the potential ease it could bring to multi-platform ad campaigns.

    The unveiling of the new Import Center really caught my attention. It’s designed to streamline the way we can transfer campaigns from Google Ads and Meta Ads into Microsoft Advertising.

    This impressive hub offers me the ability to search and filter campaign imports, edit or pause them as needed, access those imported campaigns with ease, view troubleshooting guidance, and even get performance recommendations once the imports are done.

    Microsoft assures that this is all about minimizing the hassle of manual troubleshooting and simplifying how we manage campaigns across different platforms.

    I find the expansion of AI-powered bidding capabilities particularly appealing as it includes cross-account portfolio bidding for both Search and Shopping campaigns. This addition allows me to handle portfolio bid strategies efficiently across various accounts, optimizing my budget by pooling significant signals.

    The enhanced bid strategy reporting metrics such as Avg. Target ROAS, Avg. Target CPA, and Avg. Target impression share are promising tools that let me comprehend bid performances better and adjust targets from within the UI.

    Reporting has become even more flexible thanks to the new custom column capabilities. This expansion gives me access to all conversion metrics in custom columns, allows segment reports by goal name, and lets me dive into additional metrics like CPA and ROAS, enhancing transparency and optimization insights.

    In my perspective, these updates make campaign management far more seamless across all platforms, including Google, Meta, and Microsoft Ads, while expanding AI-powered bidding and automation.

    I’m also catching up with two previously announced updates from Microsoft that are now widely available: seasonality adjustments for portfolio bidding and shared budgets, and the data-driven attribution for automated bid strategies.

    By assigning conversion credit across the customer’s journey in campaigns that use Maximize Conversions, Maximize Conversion Value, and Enhanced CPC bidding strategies, these features could be transformative.

    In conclusion, Microsoft is progressively adopting AI-assisted campaign management with an aim to reduce operational friction for advertisers juggling campaigns across the Google, Meta, and Microsoft platforms.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Unlocking Insights: Microsoft Clarity’s New Citations Dashboard

    Unlocking Insights: Microsoft Clarity’s New Citations Dashboard

    I’m thrilled to share that Microsoft has unveiled the Citations dashboard within Microsoft Clarity, their powerful analytics tool. This exciting update means you can now see how your content is being referenced in AI-generated responses across various AI platforms.

    The introduction of this feature moves Citations in Microsoft Clarity into general availability, complete with all the refinements users have come to expect. With this, you’ll have clearer visibility into how your pages are performing in AI-driven experiences.

    Citations Dashboard. With the Citations dashboard, I can monitor how my content is referenced in AI-generated answers by summarizing and aggregating citation activities. This is crucial because it covers essential areas such as:

    Page Citations: This displays the frequency of page references from my domain in AI-generated answers during a specified period, even if multiple citations occur within the same answer.

    Share of Authority: Here’s where I get a competitive view of how many citations my domain receives compared to others during the same set of queries.

    AI Referral Traffic: This metric shows the percentage of my site’s sessions that originated from AI assistants in the chosen timeframe, calculated by dividing AI-referred sessions by total sessions.

    Queries: Understanding the queries AI systems use to evaluate and retrieve my content gives me insight into AI’s interpretation of user intent.

    My Cited Pages: I can view which URLs from my domain AI systems often cite, complete with citation counts and corresponding grounding queries.

    ```json
{
  "alt": "Dashboard showing AI visibility metrics for Tailwind Traders with citation statistics.",
  "caption": "Explore the AI visibility insights for Tailwind Traders, highlighting citation metrics and top queries over the past week.",
  "description": "The image features a Microsoft Clarity dashboard displaying AI visibility metrics for the domain www.tailwind-traders.com. There are panels showing page citations, share of authority, and AI referral traffic. A donut chart represents the share of authority, while a queries list reveals top searches like 'best running shoes' and their respective citation counts. The 'My cited pages' section lists URLs with the highest citations. Data indicates total page citations of 375.73K, with Tailwind Traders holding a 23.38% share of authority."
}
```

    Trendlines: These help me track changes in citation activity over time as content and AI query patterns evolve.

    Microsoft also improved Clarity by enhancing the reporting model, query views, filtering, and pagination, making it more robust and efficient for analyzing larger datasets over extended periods.

    To check out Citations, navigate to Dashboards, then select AI Visibility, and finally Citations. For additional details, you can visit this help document.

    What it looks like. Here’s a glimpse of the Citations dashboard in Microsoft Clarity:

    Why we care. As AI search continues to gain traction, understanding how users discover our content and websites through AI is invaluable. Clarity’s new Citations report equips us with the necessary tools to navigate this landscape effectively.

    Similarly, Google Analytics has also introduced AI assistant traffic reporting to enhance our understanding of AI-driven traffic.

    Expect these reporting tools to evolve and improve over time, providing even more robust insights.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Unlock Professional Reach: LinkedIn Targeting on Microsoft CTV

    Unlock Professional Reach: LinkedIn Targeting on Microsoft CTV

    I was excited to hear that Microsoft Advertising is now expanding LinkedIn profile targeting to connected TV campaigns. This update offers advertisers like me a fresh opportunity to engage professional audiences by integrating LinkedIn data with streaming inventory.

    Navah Hopkins, the Product Liaison, unveiled this development at the SEM Stories event on May 14. It’s a game-changer for us in the advertising space.

    Why I care. Microsoft stands out by offering unique access to LinkedIn audience data. Extending these capabilities to connected TV formats that previously lacked such precise professional targeting is a big deal in an expanding digital advertising landscape.

    For B2B advertisers like myself, this integration bridges the critical gap between brand exposure and measurable performance.

    What’s new. According to Hopkins, we can now target CTV audiences by leveraging LinkedIn profile attributes that reflect users’ professional roles, which is a fantastic addition.

    This means I can engage with viewers based on:

    • Industry
    • Job function
    • Company category
    • Professional identity signals

    Hopkins framed this feature as an avenue to create meaningful audience lists, moving beyond mere click-based intent signals.

    The bigger picture. This announcement aligns with Microsoft’s broader goal to offer AI-driven, audience-centric advertising experiences.

    Hopkins emphasized the merging of brand and performance marketing, noting how AI is reshaping traditional marketing funnels.

    Connected TV is at the core of this evolving conversation. Historically a branding-heavy channel, CTV often lacked the attribution robustness of search or shopping campaigns. LinkedIn-based targeting could make such campaigns more strategic for those of us who prioritize performance while requiring precise audience control.

    This update also bolsters Microsoft’s standing against competitors in both the streaming and B2B advertising sectors.

    What to watch. There are still questions regarding market availability, measurement capabilities, the granularity of LinkedIn audience segmentation in CTV, and privacy or compliance considerations for professional audience targeting.

    Nonetheless, this advancement offers Microsoft a new edge in the crowded CTV market, allowing advertisers like me to achieve increased audience precision without compromising on scale.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • How AI is Revolutionizing Microsoft’s Search Indexing

    How AI is Revolutionizing Microsoft’s Search Indexing

    I recently came across an intriguing blog post by Microsoft Bing that delves into how AI is transforming the traditional concept of search indexing into something far more sophisticated. Bing has been focusing on enhancing factual accuracy, attribution, and confidence levels before AI-driven answers are generated.

    The transition from page ranking to supporting AI-generated answers is reshaping how search engines operate. According to Bing’s latest insights, AI requires a more complex indexing system compared to the conventional web searches we’re used to.

    Traditional Search vs. Grounding Systems

    Microsoft highlighted a key difference: while traditional searches allow users the opportunity to self-correct, AI systems must derive more substantial evidence since they generate definitive answers.

    Grounding systems focus on verifiable facts with transparent sourcing, crafting combined answers where errors could compound through different reasoning steps.

    They shared this illustrative table:

    What Sets Them Apart

    Traditional algorithms optimize for relevance. In contrast, AI grounding evaluates whether information is correct, recent, well-sourced, and comprehensive enough to support an answer. It also considers whether the essence of a page endures through transformations and chunking.

    Stale Content Concerns

    Microsoft pointed out that outdated content poses a unique risk to AI-generated answers. Unlike traditional ranking, outdated information can lead to inaccurate AI results.

    Handling Contradictions

    ```json
{
  "alt": "Comparison table of traditional search and AI response grounding across six dimensions.",
  "caption": "Explore the key differences between traditional search methods and AI response grounding with this insightful table showcasing six dimensions.",
  "description": "This image features a comparison table outlining differences between traditional search techniques and AI response grounding across six dimensions: primary question, unit of value, role of the user, error dynamics, valid outcomes, and accountability. It highlights traditional user-driven search versus AI's emphasis on grounded information and synthesized answers. Keywords: traditional search, AI response, comparison, dimensions, grounding."
}
```

    In traditional search, a hierarchy can be established by ranking sources for users to choose trusted information. Grounding systems, however, must identify conflicting data and deliberate their consolidation into a singular response.

    The Complexity of Retrieval

    Unlike a one-time query in traditional search, AI systems might fetch information multiple times, refining previous results, and re-evaluating confidence before shaping an answer.

    Measuring Indexing Quality

    While the quality of conventional search indexes centers on ranking performance, grounding systems require assessment of factual accuracy, source integrity, freshness, and conflict recognition. Microsoft notes the ongoing journey in refining these measurements.

    Complementing, Not Replacing Search

    Grounding isn’t intended to replace search. Rather, it supplements existing systems with a focus on evidence quality and attribution, determining if AI should refrain from responding when necessary.

    Why This Matters

    For decades, search indexes have guided users to relevant web pages. Today, AI grounding is about ensuring the data it uses stands the test of reliability. This evolution demands that brands and publishers focus on creating data AI can leverage with greater certainty.

    For More Insights read the detailed blog post, Evolving Role of the Index: From Ranking Pages to Supporting Answers.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot