Tag: Claude

  • How to Optimize for Claude and Claude Code as Answer Engines

    How to Optimize for Claude and Claude Code as Answer Engines

    If your brand performs well in Claude, do not assume Claude Code will carry that visibility into a developer’s workflow. The shared Claude name is a product-family label, not a reliable unit of measurement for answer-engine optimization.

    You need to answer two separate questions: can Claude explain or recommend your brand in a conversational response, and can Claude Code find useful information about it while helping someone complete technical work? That distinction changes your prompt research, content priorities, structured data, and reporting.

    Why one Claude visibility score can hide the real problem

    Across 24,135 observed responses and related agent traffic, Claude and Claude Code searched at different rates, mentioned different brands, and visited different kinds of webpages. That is enough divergence to treat them as separate answer-engine surfaces rather than two interfaces feeding one interchangeable visibility score.

    The finding is observational. It does not prove that every prompt will produce different behavior, that one type of page always wins, or that a particular optimization guarantees inclusion. It does show why an aggregate Claude metric can mislead you: improvement on one surface can conceal a decline or persistent gap on the other.

    Separate three layers when you evaluate performance:

    • Retrieval behavior: Did the surface search or otherwise fetch current web information during the run?
    • Answer selection: Which brands, products, libraries, or approaches appeared in the response?
    • Page use: Which pages were linked, cited, or visited, and what job did those pages perform?

    A brand mention is not automatically a citation. A citation is not automatically an agent visit. A visit is not automatically a successful recommendation. Preserve those distinctions in your data instead of compressing them into a single percentage.

    Key takeaways

    • Track Claude and Claude Code as separate answer engines, even when they address related demand.
    • Pair prompts by underlying intent rather than copying the same wording into both surfaces.
    • Give Claude clear decision and explanation pages; give Claude Code implementation-ready technical material.
    • Measure searches, mentions, citations, visits, and page types separately so you know which failure you are fixing.
    • Use JSON-LD to clarify entities and page meaning, but do not treat schema as a proven ranking switch for either surface.

    Separate conversational demand from implementation demand

    A researcher explores conversational recommendations while a developer uses an AI assistant to connect documentation and software components.

    Start with the task behind the prompt. Claude often meets a person at an explanation, evaluation, or planning stage. Claude Code meets that person inside a technical workflow. The topics may overlap, but the information needed to complete the task is different.

    Do not create two unrelated keyword lists. Build paired prompt clusters around the same underlying demand:

    Underlying needClaude prompt angleClaude Code prompt angleContent required
    Understand a categoryWhat the category does, who needs it, and where it fitsHow the category maps to a stack, workflow, or architectureCategory explainer linked to technical documentation
    Choose an approachSelection criteria, tradeoffs, alternatives, and fitCompatibility, dependencies, constraints, and implementation costDecision page plus compatibility and integration pages
    Adopt a productCapabilities, intended audience, limitations, and evidenceInstallation, authentication, configuration, and a working exampleCanonical product page plus task-specific setup documentation
    Fix a problemLikely causes and a diagnostic pathError-specific checks, commands, configuration changes, and expected outputTroubleshooting pages with stable headings and explicit error states
    Compare optionsMeaningful differences and situations where each option fitsVersion support, migration implications, API differences, and operational constraintsEvidence-based comparison connected to migration and reference material

    For example, a conversational template might ask: Which [category] fits a [type of team] that needs [outcome], and what are the tradeoffs? Its Claude Code counterpart might ask: I need to add [capability] to [stack] under [constraint]. Which [tool or library] fits, and how should it be configured?

    Those prompts express related demand without pretending the two environments are identical. Keep the audience, desired outcome, and major constraint aligned across each pair. That gives you a defensible comparison when one surface mentions your brand and the other does not.

    Build content that can finish each kind of task

    You do not need doorway pages that merely insert Claude or Claude Code into a heading. You need pages that resolve the jobs represented by your paired prompts. The strongest content architecture connects decision material to implementation material so an answer engine can move from what your product is to how someone uses it.

    For Claude, make the decision legible

    A conversational answer needs a concise, extractable explanation before it needs a long brand narrative. Put the core answer near the top of the relevant page, then support it with the criteria a person would use to make a decision.

    • State what the product, service, or concept is in direct language.
    • Name the intended user and the problem it addresses.
    • Explain where it fits and where it does not fit.
    • Describe material tradeoffs instead of declaring the option best for everyone.
    • Connect important claims to visible evidence on the page.
    • Keep product names, company names, and category language consistent across canonical pages.
    • Show when time-sensitive material was last reviewed or changed.

    If a page makes readers scroll through positioning language before revealing what the product does, the problem is not merely tone. The page has failed to expose a usable answer unit. Rewrite the opening so the entity, audience, function, and differentiator can be understood without reconstructing them from several sections.

    For Claude Code, make the implementation executable

    Technical content must survive contact with a real implementation. A conceptual feature description is not a substitute for the details needed to install, configure, test, or debug something.

    • Declare prerequisites and version scope beside the instructions they qualify.
    • Provide a minimal working example before presenting advanced variations.
    • Show package names, imports, configuration keys, and required environment inputs exactly.
    • Explain authentication without exposing real secrets or encouraging unsafe credential handling.
    • Show the expected result so the user can tell whether the step worked.
    • Document common failure states with the relevant error text, likely cause, and corrective action.
    • Link conceptual product claims to the canonical API, integration, migration, and troubleshooting pages that substantiate them.
    • Remove or clearly label obsolete instructions instead of leaving contradictory versions discoverable.

    A snippet should agree with the prose around it. If the command uses one package name while the explanation names another, or the example requires an unstated dependency, the page is not implementation-ready. Test documentation as a sequence: prerequisites, setup, execution, expected output, failure recovery, and next step.

    Use JSON-LD as a shared entity layer

    Structured data can make the relationship among your organization, software, documentation, authorship, and canonical URLs clearer. It should describe what a visitor can verify on the page; it should not introduce unsupported versions, reviews, features, or relationships that are absent from the visible content.

    • Use Organization markup for the organization entity and connect only genuine official profiles through sameAs.
    • Use SoftwareApplication when the page actually describes a software application, including applicable details such as application category, operating system, or software version when those facts are visible.
    • Use TechArticle for genuine technical documentation and keep its headline, author, modification date, and canonical relationship consistent with the page.
    • Use BreadcrumbList to represent the visible documentation hierarchy when breadcrumbs are present.
    • Give the same entity a stable name and canonical URL across relevant markup instead of generating isolated identities on every page.

    Validate the markup, but keep your claim modest: valid schema removes ambiguity; it does not prove that Claude or Claude Code will retrieve, cite, or rank the page. If visibility changes after several content and schema edits, do not assign causation to JSON-LD without a test that isolates it.

    Measure each surface with a repeatable visibility test

    Two parallel testing chambers process identical blank prompt tiles and produce conversational and technical outputs.

    A useful test must tell you what happened, where it happened, and which content could have influenced the result. Screenshots of favorable answers are evidence of individual runs, not a measurement system.

    Set up the test

    1. Define the entities. Record the official organization, product, feature, package, and category names you expect to recognize in an answer.
    2. Create paired prompt clusters. Cover explanation, selection, implementation, troubleshooting, comparison, and branded validation where those tasks apply to your business.
    3. Label every run by surface. Claude and Claude Code must occupy separate fields, views, and trend lines.
    4. Freeze the important variables. Save the exact prompt, date, account or workspace context that may matter, and any visible search or tool state. Do not quietly rewrite a prompt and treat it as the same test.
    5. Repeat on a fixed cadence. Generative responses can vary, so compare repeated runs rather than promoting one favorable output into a benchmark.
    6. Capture the whole response. Record brands mentioned, links shown, claims made, apparent search activity, and the position and context of each mention.
    7. Classify destination pages. Use a stable taxonomy such as homepage, product page, comparison, editorial content, documentation, API reference, repository, community page, or troubleshooting page.
    8. Corroborate with traffic data where possible. If agent traffic can be identified reliably in your logs or analytics, connect it to the page and time window. Do not relabel ordinary direct traffic as Claude traffic without evidence.

    Keep the metrics interpretable

    • Search activation rate: runs with visible search or retrieval activity divided by all comparable runs.
    • Brand mention rate: runs naming the target brand divided by all comparable runs.
    • Linked citation rate: runs linking to a brand-owned page divided by all comparable runs.
    • Third-party citation rate: runs that substantiate a brand mention through an independent page divided by all comparable runs.
    • Owned-page visit rate: identifiable agent visits to owned pages divided by the relevant tracked runs, when that connection can be made responsibly.
    • Page-type distribution: the share of observed citations or visits going to each page class.
    • Task coverage: prompt intents for which the brand receives an accurate, useful mention divided by the tested prompt intents.
    • Cross-surface overlap: brands appearing on both surfaces compared with all brands appearing on either surface.

    Do not average these into an opaque score before examining them separately. A brand can have a high mention rate and a low citation rate. Claude Code can visit documentation while Claude cites a category explainer. Those are different states requiring different work.

    Turn patterns into a diagnosis queue

    Observed patternReasonable hypothesis to investigateNext action
    Strong in Claude, weak in Claude CodeThe brand is understandable at the category level but lacks accessible implementation evidence, or the coding surface forms a different candidate set.Audit setup, compatibility, API, migration, and troubleshooting pages against the failed Claude Code prompts.
    Strong in Claude Code, weak in ClaudeThe technical material is useful, but the category, audience, or decision context is unclear.Create or improve an answer-first product or category page and connect it directly to the technical documentation.
    Mentioned without a linkThe brand is known in the response context, but the run does not demonstrate referral to a current page.Track it as a mention, not a citation or visit, and strengthen canonical pages that verify the claims being made.
    Search occurs, but competitors receive the citationsCompeting pages may match the task or provide more readily usable evidence.Compare page intent, claim clarity, technical completeness, and destination type; fill the specific information gap rather than copying wording.
    Documentation is visited, but the brand is not recommendedThe page may resolve a narrow technical step without establishing product fit.Improve links and language connecting the documented task to the relevant capability and canonical product entity.
    No visible search occursThe surface may be answering from existing context, so current-page retrieval cannot be confirmed for that run.Report zero-search runs separately and test natural variations of the same intent before diagnosing a page-level retrieval failure.

    Each row is a hypothesis, not a verdict. Check the actual response, destination page, and traffic evidence before deciding what caused the pattern. This keeps you from rebuilding documentation to solve a category-positioning problem, or rewriting a commercial page when the missing asset is a version-specific integration guide.

    Begin with the small set of tasks closest to adoption or implementation. Establish separate baselines for Claude and Claude Code, fix the clearest page-type gap, and rerun the same paired prompts. Once you can name the surface, task, metric, and page that changed, you have an answer-engine optimization program instead of a collection of Claude screenshots.

    References


  • Claude AI Text Watermarking: What Content Teams Should Do

    Claude AI Text Watermarking: What Content Teams Should Do

    If Claude touches your copy anywhere between the first draft and publication, you now need a better answer than simply saying that AI was or was not used. A machine-readable watermark may remain in the text, but that signal cannot tell a client, reviewer, regulator, or editor who supplied the ideas or how much human work followed.

    The practical response is not to avoid Claude or scramble to remove the mark. It is to record how Claude was used, keep disclosure decisions separate from detector results, and make sure your team does not treat a provenance clue as an authorship verdict.

    A Claude watermark is a provenance clue, not an authorship verdict

    When a supported Claude model generates text, it embeds an imperceptible, machine-readable watermark in the response. The signal is part of the text rather than a visible label attached to the interface. Anthropic says it does not alter the meaning, quality, or readability of the output.

    That distinction matters. A person reading the copy will not necessarily notice anything different. Detection requires a tool designed to recognize the embedded signal. Anthropic has said that detection tools and technical documentation will be released, so teams should verify which detector, model, and content version are involved before relying on a result.

    Most importantly, a detected watermark only indicates that the text may have been processed by Claude. It does not prove that Claude originated the ideas, wrote the first draft, or produced every sentence. Claude could have rewritten a human draft, shortened existing copy, adjusted its tone, or performed another transformation. The signal does not reconstruct that history.

    Detector resultDefensible conclusionConclusion to avoid
    A Claude watermark is detectedThe tested text may have been processed by a supported Claude model.Claude necessarily originated the text, ideas, or claims.
    No Claude watermark is detectedThe detector did not find a detectable mark in the version tested.The text was written entirely by a human or never involved AI.

    The second row is easy to overlook. An absent watermark does not rule out AI use. The text may come from an older or unsupported model, may have been heavily edited, or may have passed through a process that made the signal undetectable. A detector can contribute evidence, but it cannot close the case by itself.

    Coverage depends on the model, not the Claude interface

    Blank document sheets from different abstract processing cores pass through one shared glass portal, with a glowing particle trail visible in only one sheet.

    Anthropic is implementing watermarking at the model level. For supported models, the watermark is intended to appear whether the output comes through Claude, the Claude API, Claude Code, Claude Cowork, or Claude Tag. The change is tied to commitments under the European Union’s AI Act transparency code, but the rollout applies worldwide rather than only in Europe.

    Do not turn that into the broader claim that every piece of text associated with Claude must contain a detectable mark. The initial coverage concerns supported new models, and Anthropic also plans to extend watermarking to models released earlier during the transition period. Outputs can therefore differ by model even when the team informally describes all of them as Claude copy.

    If watermark status matters to a client policy, contract, or compliance process, capture the exact model identifier whenever the product exposes it. Also record the Claude surface used and the date of the interaction. A brand-level note such as AI assisted is useful context, but it is not detailed enough to explain why one output tests differently from another.

    Text and images use different provenance mechanisms

    Claude’s text watermark travels within the generated text and can remain when that text is copied and pasted. Supported PNG, JPG, and SVG files use a different mechanism: signed C2PA provenance metadata.

    Treat these as separate evidence paths. Copying text into a content management system is different from exporting, compressing, or reprocessing an image. File metadata can be stripped, so preserve the original exported asset when provenance matters. Do not assume that a derivative image will retain the same detectable record.

    Editing can change detectability without changing authorship

    The text watermark may survive some editing, but heavy revision can make it undetectable. That creates an important operational problem: the draft tested by an editor may produce a different result from the version that was first generated or eventually published.

    Always attach a detector result to the exact revision that was tested. Preserve that revision if the result could lead to a contractual dispute, disciplinary decision, or public claim. A screenshot of a detector score without the underlying text, model context, and test date is not a reliable audit record.

    Build provenance into your editorial workflow

    A content team organizes blank manuscript pages across an AI processing device, a human review station, and a locked archive connected by illuminated paths.

    Watermark detection should be a backstop, not your primary record of AI use. A small provenance log will answer questions that the watermark cannot: what Claude received, what it returned, what role it played, and what a human changed before publication.

    Before publication

    1. Inventory every Claude touchpoint. Include direct chats, API calls, coding workflows, and automated content pipelines. Claude may transform copy inside a system even when the final editor never opens the Claude interface.
    2. Record the role, not just the tool. Use specific labels such as outline generation, first draft, headline options, summarization, translation, tone editing, or final copyediting. The statement Claude was used is too broad to explain authorship.
    3. Capture the model and surface when available. Model-level implementation means this detail can explain why one output contains a watermark and another does not.
    4. Keep the human review trail. Identify who checked the facts, approved the claims, and accepted the final wording. A watermark does not establish whether anyone verified the content.
    5. Apply disclosure rules independently. Decide whether disclosure is required by your contract, internal policy, platform rules, or applicable law. Do not let the presence or absence of a detectable mark make that decision for you.
    6. Retain the relevant versions. Keep the input, raw Claude output, materially revised draft, and published copy when the stakes justify an audit trail. For supported images, retain the original file containing its provenance metadata.

    You do not need to retain every brainstorming exchange forever. Match the record to the risk. A disposable list of headline ideas needs less documentation than regulated copy, a signed client deliverable, or a page containing consequential claims. What matters is that your retention policy is deliberate and consistent.

    When a detector flags published copy

    1. Preserve the exact text and result. Do not begin rewriting before you know which revision produced the detection.
    2. Confirm what the tool actually detected. A generic AI-likelihood score is not automatically evidence of a Claude-specific watermark. Check the detector’s stated capability and supporting documentation.
    3. Compare the result with your provenance log. Identify the model, workflow, source draft, and human edits associated with that content.
    4. Describe the role precisely. If Claude edited human-written copy, say that. If it produced a draft that a person later verified and rewrote, say that instead. Avoid the unsupported extremes that Claude wrote everything or that the content was wholly human-made.
    5. Escalate before making a consequential accusation. If the result could trigger a contract dispute, employment action, regulatory issue, or public correction, involve the appropriate legal or compliance professional. A watermark result alone does not establish who authored the work or whether a rule was broken.

    This process also protects the person reviewing the content. It replaces an argument over an opaque detector result with a documented account of what the tool did and what people did afterward.

    Do not confuse watermarking with SEO, AEO, or schema

    Claude watermarking is a transparency and provenance feature. Nothing in its stated purpose establishes it as a Google ranking signal, an AI-search citation factor, a spam label, or an automatic content penalty. Do not launch a rewrite project simply because supported Claude output may carry the mark.

    The watermark also is not JSON-LD. It does not describe your organization, author, product, article, or cited entities to a crawler. Adding structured data will not erase it, and removing structured data will not address it. Maintain schema because it accurately represents the visible page and its entities, not because a watermark was found.

    For SEO, AEO, and GEO work, keep the content review focused on questions the watermark cannot answer:

    • Are the factual claims correct and supported?
    • Does the page answer the reader’s actual question directly?
    • Are authorship and editorial responsibility represented accurately?
    • Do citations lead to evidence that supports the adjacent claims?
    • Does the structured data match what users can see on the page?
    • Does the final copy satisfy the organization’s disclosure policy?

    A detected mark does not make weak content trustworthy, and an undetected mark does not make strong content deceptive. Content quality, provenance, and policy compliance are related review areas, but they are not interchangeable scores.

    Key takeaways

    • A detected Claude watermark means the tested text may have been processed by a supported Claude model. It does not prove who originated the ideas or wrote the first draft.
    • No detectable watermark does not prove human authorship. Older models, unsupported models, heavy editing, and stripped file metadata can leave no detectable signal.
    • Coverage is implemented at the model level across supported Claude products, including the Claude API and Claude Code.
    • Text uses an embedded machine-readable watermark, while supported PNG, JPG, and SVG files receive signed C2PA provenance metadata.
    • Record Claude’s exact role, the model when available, the human review, and the relevant revisions instead of relying on detection as your audit trail.
    • Do not treat the watermark as a ranking factor, a content-quality score, a substitute for disclosure policy, or a form of structured data.

    Start by adding one field to your editorial record: Claude’s role in the content. Once that field is consistently completed, add the model, surface, reviewer, and retained versions needed for your risk level. That record will remain useful even when editing changes the watermark or detection tools improve.

    References


  • Claude Chat Privacy: When Shared Links Enter Search Results

    Claude Chat Privacy: When Shared Links Enter Search Results

    If you’ve used Claude for something sensitive, hearing that Claude chats appeared in search results can make it sound as though every private prompt is searchable. That isn’t what the documented exposure established.

    The affected pages were chat snapshots made available through user-created public share URLs. The practical lesson is still serious: once you turn a conversation into a shareable web page, you should treat that page as public unless access control proves otherwise.

    A shared Claude link is a web page, not a private message

    Blank chat bubbles sit inside a secured chamber while a copied conversation page outside is illuminated by magnifying lenses.

    A conversation inside your authenticated Claude account and a snapshot exposed through a share URL occupy different privacy states. The first sits behind your account session. The second is designed to be opened outside that session, which means the URL can be forwarded, linked from another page, collected by automated systems, or discovered by a search crawler.

    Creating the share URL does not guarantee that Google or Bing will index it. It does, however, create the conditions under which indexing can happen. There are three separate stages:

    1. Public access: A person who has the URL can load the page without signing in.
    2. Discovery and crawling: A search engine finds the URL, often through a link or another crawlable source, and requests the page.
    3. Indexing: The search engine decides that the URL or its contents can appear in search results.

    The first stage is the privacy boundary. Indexing increases discoverability, but a page was already exposed before it appeared in search. An unindexed URL is therefore not the same thing as a private URL.

    This also separates search exposure from other questions about AI services, such as conversation retention or model training. Those issues depend on the service’s policies and settings. The incident at issue concerned public share pages reaching search indexes; it does not, by itself, establish that ordinary unshared chats were searchable.

    At one point, a site:claude.ai/share query surfaced hundreds of shared conversations, including sensitive health and political discussions. Those results were later removed. Removal from a search index reduces discovery, but it cannot establish that nobody opened, copied, forwarded, or captured a page while it was accessible.

    Key takeaways

    • An ordinary Claude conversation and a user-created share page are not the same privacy state.
    • A public page can be accessed before a search engine indexes it, so no search result does not mean no exposure.
    • If a shared conversation contains sensitive material, remove or revoke the page at its host before concentrating on search-result removal.
    • Robots.txt is a crawler-management file, not an access-control or privacy system.
    • A noindex instruction must remain visible to crawlers; blocking the same page in robots.txt can prevent them from seeing it.

    What to do if you created a Claude share link

    A person reviews a generic shared chat page while closing a link icon and placing a message card in a locked drawer.

    Start at the original page, not at Google. Search results are a downstream copy of a more important condition: whether the conversation is still publicly accessible.

    1. Inventory the links you created. Check any sharing controls currently available in your Claude account, then review places where you may have pasted links: email, chat messages, tickets, documents, notes, social posts, or team workspaces. Do not assume you created only one snapshot.
    2. Test each link while signed out. Open it in a private browser window where you are not logged into Claude. If the conversation loads without authentication or another access check, treat it as public. Avoid submitting the URL to unrelated scanning sites or public forums, because that creates additional copies and routes of discovery.
    3. Revoke or remove access at Claude. Use the platform’s current sharing controls to disable the link. If no self-service control is available, contact Anthropic through its support process and identify the exact share URL. Search delisting alone is not enough while the original page remains open.
    4. Record the minimum evidence you need. Keep the URL, when you noticed the exposure, and a private screenshot of any relevant search result if you may need an organizational incident record. Do not republish the conversation merely to document it.
    5. Respond to the contents, not just the page. Revoke exposed API keys, access tokens, invitation links, or session credentials. Change any exposed password wherever it was reused. If the chat contains client records, employee information, regulated data, or confidential business material, notify the appropriate security, privacy, or legal owner through your organization’s incident process. Removing a page does not make a disclosed credential safe again.
    6. Check search visibility after access is closed. Search for the exact URL, a distinctive non-sensitive phrase, and the site:claude.ai/share pattern in the relevant search engines. Treat these as spot checks rather than a complete audit. If a result remains, use the search engine’s webmaster or personal-information removal process, but keep the origin page disabled.

    If the page contained no identifying information, credentials, confidential records, or material tied to another person, revoking the link and checking for residual results may be proportionate. If any of those elements were present, escalation matters more than repeatedly searching your own name. The consequence comes from what was exposed and who could act on it, not merely from whether a result still ranks.

    For site owners, robots.txt is not a privacy control

    The technical failure behind this kind of exposure is easy to repeat. A team wants to keep pages out of search, so it disallows their paths in robots.txt and adds a noindex directive to the pages. That combination looks cautious, but the two instructions can work against each other.

    A noindex directive works only after a crawler retrieves the page and reads the directive in its HTML or HTTP response. When robots.txt prevents that retrieval, the crawler cannot see noindex. Google explicitly warns that a robots-blocked URL can still appear in results when the engine learns about it elsewhere, such as through links.

    The right configuration depends on the access policy you actually intend:

    • Private conversation: Require authentication and verify that the signed-in user is authorized to access that specific conversation. Add noindex as defense in depth, not as the lock on the door.
    • Public share page that should not appear in search: Allow compliant crawlers to request the page, then serve a noindex meta directive or X-Robots-Tag response header. Do not disallow the same URL in robots.txt while depending on noindex.
    • Public and indexable publication: Make the publishing consequence explicit before the user creates the URL. Let the user preview and redact the content, identify what metadata will be visible, and provide a reliable revocation control.
    • Revoked or deleted share: Remove public access at the origin. Require authorization again or return a genuine not-found or gone response. Search-removal requests can accelerate cleanup, but they should follow the access change.

    Noindex does not encrypt content, restrict direct visitors, stop forwarding, or prevent every scraper and archive from collecting a page. Robots.txt does none of those things either. If viewing the content would itself be a privacy failure, the content belongs behind authentication and server-side authorization.

    Test the privacy boundary as a stranger would

    A logged-in product test can hide the most important failure. Include these checks in every release that affects chat sharing:

    • Open a newly shared link in a clean, signed-out browser session.
    • Confirm whether the user made an explicit public-sharing choice before the URL was created.
    • Inspect the rendered meta robots value and response headers on the actual share template.
    • Verify that robots.txt does not block crawlers from reading a noindex directive you expect them to obey.
    • Revoke the link and confirm that the same signed-out request no longer reveals the conversation.
    • Maintain a server-side inventory of active share URLs instead of relying on site: searches, which are useful for discovery but incomplete as an audit.

    Before your next sensitive Claude session, decide whether the content should remain inside an authenticated conversation or become a shareable web page. If you choose to share, redact first and act as though the link may travel. For product teams, make that same distinction structural: private content needs access control, public-but-unlisted content needs a crawlable noindex directive, and revoked content needs to stop loading.

    References


  • Profound Claude Connector: A Practical AI Visibility Workflow

    Profound Claude Connector: A Practical AI Visibility Workflow

    If you have connected Profound to Claude and are staring at an empty conversation, do not begin with a broad request such as “analyze our AI visibility.” That leaves Claude to choose the scope, comparisons, and standard of proof. The response may sound decisive while answering a different question from the one your team needs resolved.

    Profound is now available as an official Anthropic connector. The practical opportunity is a shorter path from authorized Profound data to analysis inside Claude. You still need to define the decision, verify what the connection exposes, and keep measured evidence separate from Claude’s interpretation.

    What the Profound connector changes – and what it does not

    Treat the connector as an access layer, not a new measurement system. Profound remains the origin of the connected data. Claude can help you inspect, organize, compare, and explain what the connection returns. It cannot recover fields that were not returned, repair an inappropriate comparison, or turn correlation into proof of causation.

    Four boundaries matter in every conversation:

    • Account boundary: confirm which Profound account or workspace is connected. A polished analysis of the wrong property is still wrong.
    • Field boundary: establish which records, metrics, dimensions, and identifiers Claude can actually access. Do not assume that every object visible in Profound is available through the connector.
    • Filter boundary: record the market, language, AI platform, topic, brand, competitor set, and date range whenever those dimensions are present. A change in scope can create an apparent performance change.
    • Interpretation boundary: separate returned measurements from explanations proposed by Claude. The former can be verified against Profound; the latter are hypotheses until checked.

    Official connector status should not be interpreted as a promise of complete data coverage, live refreshes, write access, or a particular permission model. Verify those details in your own connected environment instead of building a workflow around assumptions.

    Your first message should therefore be an inventory request:

    Starter prompt: Inspect the Profound connection available in this conversation. List the accounts or workspaces, record types, fields, filters, date ranges, and identifiers you can access. Distinguish fields you can retrieve from fields you are inferring. Do not begin the analysis yet. Tell me which parts of the requested scope cannot be verified from the connection.

    Save the answer with the analysis. It becomes a compact data contract: a record of what Claude could see when it produced the result. If Claude cannot identify the available scope clearly, resolve the connection or permissions question before asking for strategy.

    Scope the decision before you scope the data

    An analyst uses a focusing lens to isolate a small set of evidence tiles from a larger blurred collection.

    A useful connector workflow starts with a decision, not a dashboard tour. “Understand our visibility” is not a decision. “Choose which topic cluster should receive the next content update” is. The second version tells Claude what evidence to prioritize and gives you a clear way to reject irrelevant analysis.

    1. Name the decision. State what will change if the analysis supports it: a content update, a new page, a technical investigation, a brand-entity correction, or continued monitoring.
    2. Name the entity. Use the exact brand, product, property, or business unit you intend to evaluate. Add aliases only when you deliberately want them included.
    3. Set the comparison. Supply an approved competitor list or ask Claude to analyze the brand alone. Do not let the model silently invent a comparison set.
    4. Lock the scope. Specify the topic, audience, market, language, AI platform, and time window that matter. If a requested dimension is unavailable, require Claude to say so rather than substitute another one.
    5. Define acceptable evidence. Require every conclusion to point to returned fields, records, citations, or other traceable identifiers. Anything else must be labeled as an inference or a proposed next check.

    A reusable control prompt can carry those rules into the rest of the conversation:

    Control prompt: Use only information returned through the connected Profound account and context I explicitly provide. Preserve the available date range and filters. For every finding, show the supporting field or record identifier. Put measured observations, interpretations, and recommended actions in separate sections. Mark missing data as missing; do not estimate it. Ask for clarification when a missing input would change the decision.

    Before using connected business data, also confirm who is permitted to access the selected workspace, whether the conversation may be shared, and what information can be placed in prompts under your organization’s policies. A connector reduces manual transfer; it does not remove your responsibility to control sensitive data.

    Three workflows that produce defensible AI visibility actions

    1. Find a visibility gap without inventing its cause

    The most useful gap analysis identifies where a brand underperforms within a defined set of prompts or topics. It does not immediately claim to know why. Visibility can differ alongside many variables, and the connector alone does not establish which variable caused the difference.

    Diagnostic prompt: For [brand], analyze [topic] in [market and language] across [available time window]. Compare it with [approved competitors] only where equivalent comparison data exists. Rank the most consistent visibility gaps. For each gap, return: the observed result, the fields or records supporting it, the scope and filters, one or more plausible explanations labeled as hypotheses, and the next evidence needed to test each explanation. Do not present a hypothesis as a finding.

    Review the output in that order. First decide whether the observation is supported. Then check whether all compared entities use the same filters and coverage. Only after those checks should you consider the proposed explanations. This prevents an appealing theory about content quality, authority, or entity recognition from outrunning the connected data.

    2. Turn prompt and citation signals into a content brief

    If the connection returns prompt-level answers, cited domains, URLs, or related records, Claude can organize those signals into editorial questions. Make the availability of those fields a condition of the task. A domain name in a generated explanation is not evidence that the domain appeared in Profound.

    Content-opportunity prompt: From the records available through Profound, find recurring prompts about [topic] where [brand] is absent, represented weakly, or trails [approved competitors]. If citation fields are available, show the exact cited domains or URLs and their associated records. Group the prompts by user intent rather than by shared keywords. For each group, propose one content action tied directly to the observed gap. Label any claim about why another page was selected as a hypothesis unless its page content is also available for inspection.

    Translate the result into a brief with five required fields:

    • User question: the specific decision or problem represented by the prompt group.
    • Observed gap: what the connected records actually show about the brand.
    • Evidence: the record, metric, answer, citation, or identifier supporting the gap.
    • Page action: update an existing answer, create a missing resource, clarify an entity relationship, or investigate a technical obstacle.
    • Validation condition: what comparable Profound signal you will inspect after the action has had an opportunity to appear in the available data.

    Do not treat every missing brand mention as a reason to publish another page. If an existing page already answers the intent, the next step may be to improve its clarity, structure, supporting evidence, or entity references. If the connected data cannot distinguish among those possibilities, use it to prioritize an investigation rather than to prescribe the edit.

    3. Compare periods without turning movement into causality

    Trend analysis is only defensible when the compared records use equivalent scope. A different prompt set, market, platform, competitor group, or coverage level can make two periods look comparable when they are not.

    Monitoring prompt: If date-stamped Profound records are available, compare [period A] with [period B] using the same brand, topic, market, language, platform, prompt set, and competitor filters. Identify any dimension that is not equivalent before calculating or describing change. Report observed direction and magnitude only from returned values. Do not attribute movement to a content release, campaign, algorithm change, or competitor action. List those events separately as possible explanations that require additional evidence.

    Use the same saved prompt for future checks, changing only the intended date window. If the accessible schema or coverage changes, note the break instead of joining the results into one uninterrupted trend. Consistency is what makes a connector-based monitoring workflow useful; a fluent narrative cannot compensate for mismatched inputs.

    Build an evidence trail from conversation to action

    Connected conversation, source, evidence, review, and approval objects form a traceable path across an analyst's workspace.

    Claude’s final answer should not become the only record of the analysis. Preserve enough structure that another person can reproduce the finding in Profound, challenge the interpretation, and understand why an action was approved.

    1. Inventory the connection. Record the accessible workspace, fields, identifiers, filters, and coverage before analysis begins.
    2. Run one decision-focused query. Keep unrelated brands, topics, and time windows out of the first pass.
    3. Request counterevidence. Ask Claude which returned records weaken or contradict its leading interpretation. A robust finding should survive that check.
    4. Verify the underlying records. Open the relevant Profound view or record where possible. Check values, labels, dates, filters, and citations rather than approving an action from the prose alone.
    5. Create an evidence ledger. For each recommendation, save the observation, scope, supporting identifiers, interpretation, action owner, and validation condition.
    6. Repeat with equivalent scope. At the next comparable data refresh, use the saved control prompt and document any change in coverage before comparing results.

    Add a final quality-control request before sharing the work:

    Audit prompt: Audit your previous response. Create three lists: claims directly supported by returned Profound data, inferences that require validation, and recommendations based on editorial judgment. For each supported claim, include the relevant field, filter, date range, and record or citation identifier. Remove any claim you cannot trace.

    This audit will not guarantee correctness, but it exposes a common failure mode: a valid observation, a plausible explanation, and a recommended action being compressed into one sentence as though all three had equal evidentiary weight.

    Key takeaways

    • The Profound connector gives Claude a route to authorized Profound context; it does not make every Profound field available by default.
    • Begin by inventorying accessible accounts, records, fields, filters, identifiers, and date coverage.
    • Frame each conversation around one decision, one defined scope, and an explicit standard of proof.
    • Require Claude to separate measured observations from hypotheses and recommended actions.
    • Verify important findings in the underlying Profound records and save an evidence ledger before assigning work.
    • Compare periods only when their scope and coverage are equivalent, and never treat movement alone as proof of causation.

    Start with one narrow, diagnostic conversation. Inventory the connection, investigate a single visibility gap, and verify every consequential claim before converting it into a content ticket. Once that path is reproducible, save the prompts and evidence fields as a team workflow. The value of the Profound Claude connector will come from disciplined questions and traceable decisions, not from the volume of analysis it can generate.

    References

  • AI Search Competition: Referral Traffic vs. Platform Reach

    AI Search Competition: Referral Traffic vs. Platform Reach

    AI search has no single, universal leaderboard. One source reports overwhelming ChatGPT dominance in measurable referrals from standalone AI platforms, while another argues that Meta’s reach could move search-like behavior into social feeds and conversations before an external click ever occurs.

    For marketers, the useful distinction is between platforms that currently deliver observable website visits and platforms that may control where discovery begins. Treating those as separate forms of competition leads to a more resilient acquisition and measurement strategy.

    Key takeaways

    • A referral study covering 6.77 million LLM-driven sessions attributed 92.4% of trackable standalone AI referral traffic to ChatGPT, making it the clearest near-term traffic priority.
    • That concentration also creates channel risk: the study reported a 50% monthly decline in total sessions during November 2025, driven largely by a sharp reduction in ChatGPT referrals.
    • Meta’s competitive case rests on distribution rather than demonstrated referral volume. Its AI is embedded across apps where social discovery, conversations and commercial intent already occur.
    • AI-search performance should therefore be evaluated across visibility, outbound referrals and post-click outcomes rather than through one market-share figure.

    Traffic and distribution produce different market leaders

    Glowing visitor orbs cross a bridge to a website while a much larger network of feed cards and conversation nodes spreads across the background.

    The ChatGPT traffic analysis measures a specific outcome: visits that arrive from standalone large-language-model platforms and can be identified as referrals. Within that boundary, the Previsible study cited by the article found that monthly LLM-driven sessions increased from 65,249 in November 2024 to 644,478 in May 2026. It assigned 92.4% of the full dataset’s trackable referral traffic to ChatGPT.

    That is compelling acquisition evidence, but it is not a complete measure of AI-assisted discovery. The referral article explicitly excluded AI experiences inside Google’s search results, including AI Overviews. Its author argued that Google’s embedded AI discovery probably produces more traffic than all standalone platforms combined, although the supplied material did not provide comparable data to verify that assessment.

    The Meta analysis examines a different part of the journey. Its central claim is that AI can answer questions inside Instagram, WhatsApp, Facebook or Messenger at the moment interest emerges. A product discovered in a feed, a destination discussed in a group chat or a local recommendation encountered in a community can prompt a question without the user deliberately opening a search engine or standalone chatbot.

    These accounts are complementary rather than contradictory. ChatGPT can lead the measurable referral market while an embedded platform influences a much larger volume of decisions that generate no attributable visit. The competitive answer changes with the question: who sends traffic, who shapes consideration, or who owns the environment in which intent first appears?

    ChatGPT’s referral lead brings both scale and volatility

    The referral study presents a highly concentrated market. It reported that ChatGPT traffic grew 12.8 times over 19 months. Beneath that leader, the challengers followed sharply different paths: Claude rose from 133 sessions in November 2024 to 8,528 in May 2026 and moved ahead of Perplexity in March 2026, while Perplexity was reported to be 61% below its March 2025 peak. Copilot fell 96% from its August 2025 high, reaching 339 sessions in the reported May 2026 data.

    Those figures support prioritizing ChatGPT for referral acquisition, but they also show why allocation should not be based on share alone. The study recorded a one-month decline in total LLM sessions of 50% in November 2025. It attributed most of the movement to ChatGPT referrals falling from 448,412 to 213,345 before total sessions recovered to 442,609 in December. The article interpreted the disruption as the likely result of a model or product change, not a broad decline across every platform.

    For site operators, this resembles dependency on any dominant intermediary: scale and fragility arrive together. A change in citation selection, answer design or linking behavior can affect traffic even when the underlying content has not changed. Monthly referral totals therefore need platform-level and landing-page context before they can be treated as evidence of durable demand.

    Smaller platforms may still matter where their behavior aligns with a site’s content. The referral analysis characterized ChatGPT and Gemini as more likely to demonstrate domain-level trust while directing users toward search-like destinations. It described Claude and Perplexity as more inclined to select particular pages and long-form material. That reported difference gives editorial businesses a reason to monitor qualified visits from smaller platforms even when their aggregate volume remains modest.

    Meta could compete by absorbing the search journey

    The Meta article does not provide referral data comparable with the Previsible study. Instead, it builds its case around potential access to existing audiences. It reported that Mark Zuckerberg said Meta AI had reached one billion monthly active users by May 2025. The same article cited 3.56 billion daily active people across Meta’s family of apps in March, as well as WhatsApp passing three billion monthly users in 2025 and Instagram reaching the same monthly-user threshold in September 2025.

    Those audience figures establish distribution, not search share or commercial effectiveness. They do, however, identify a structural advantage: Meta can introduce AI inside established communication and content habits. The article reported that Meta AI spans feeds, chats and search across Facebook, Instagram, WhatsApp and Messenger, with uses including recommendations, travel planning, shopping inspiration and study assistance.

    This model could make traditional referral measurement less representative. If an AI summarizes recommendations, compares choices or supports a purchase without sending the user to a publisher or brand site, it has participated in discovery while remaining largely invisible in referral analytics. The platform may then monetize that interaction through recommendations, subscriptions or advertising, possibilities the Meta article said the company was considering.

    Meta’s reach should consequently be treated as a competitive signal rather than proof that it has overtaken established search or chatbot products. The source makes a forward-looking argument based on distribution and product direction. It does not establish how often Meta AI is used for search-like questions, how frequently its answers lead to external sites or how those visits convert.

    A practical strategy separates discovery, visits and conversion

    Multiple streams of discovery signals pass through a website-like gateway and continue toward a smaller group of completed tokens.

    Measure the stages independently

    AI visibility, attributable traffic and business outcomes answer different questions. Visibility monitoring can show whether a brand or source appears in answers. Referral analytics can identify platforms and pages that send trackable visitors. On-site analytics can then show whether those visitors search, engage, enquire or buy. Keeping the stages separate prevents a high citation rate from being mistaken for traffic, or a large referral total from being mistaken for value.

    Platform and landing-page segmentation is especially important when one provider supplies most observable sessions. It can expose whether growth is broadly distributed or dependent on one answer engine, one destination template or one short-lived product behavior. It also makes room to evaluate Claude or another smaller source on visit quality rather than volume alone.

    Treat destination experiences as acquisition assets

    The referral study found that 28.8% of ChatGPT traffic reached internal search-results pages, with roughly one-quarter of AI-referred traffic doing so across industries. The article interpreted this pattern as domain trust combined with uncertainty about the best individual page. Whatever the mechanism, the reported behavior makes internal search part of the acquisition experience rather than merely a utility for existing visitors.

    Destination priorities also vary by business model. The study reported that product pages received 43% of ecommerce LLM traffic, course pages received 52% of education traffic, and About pages received 42.1% of health traffic. These patterns suggest that product data, course information, organizational credentials and other decision-critical details should be clear on the pages AI visitors actually reach. The same source recommended making prices machine-readable where possible because opaque pricing is difficult for an AI system to compare or summarize.

    Meanwhile, Meta’s embedded approach makes presence within social discovery environments relevant even when no website session follows. The immediate priority remains the channel producing measurable demand, but planning should also account for platforms that can shape a decision without appearing in conventional attribution. As AI interfaces evolve, the strongest strategy will be the one that can distinguish influence from traffic and traffic from genuine business value.

    References

  • 6 Claude Content Audit Workflows I Reuse for Better SEO

    6 Claude Content Audit Workflows I Reuse for Better SEO

    Claude content audit

    I see existing content as a goldmine, but only when I have a practical way to improve it. The hard part is usually finding the time, and that is where Claude has made a large, messy job feel much more manageable for me.

    I do not start by building a giant content audit system. I start with one article, run one focused audit, refine the output, and then turn the prompt into a reusable Claude skill. Over time, those one-off audits become a working library I can improve every time I use it.

    I use Claude to uncover topical gaps, flag outdated information, check brand voice, and evaluate whether a page is easy for AI systems to retrieve and cite. The real value comes from iteration: each time I improve a skill, the next audit becomes faster and more useful.

    Here are six content audit workflows I would build in Claude. The first four work at the page level, so I can start with a single article before moving into larger library-wide analysis.

    Page-level audits

    When I am not ready to build a full workflow, I start with page-level audits. These audits only require one article, which means I do not need a content inventory, a data export, or a complicated setup. After each session, I ask Claude to turn the process into a reusable skill for future page-level reviews.

    1. Brand voice consistency

    I use a brand voice consistency audit when a content library has drifted over time. Voice can shift because of new writers, changing services, product updates, or evolving positioning. This audit helps me spot where a page no longer sounds aligned with the brand.

    If I do not have detailed brand guidelines with strong examples, I let Claude extract the voice guide from high-quality content. That usually works better than relying on vague phrases like “conversational but authoritative” or “educational, not too formal.”

    I pick three to five articles that represent the brand at its best. If possible, I download them as markdown files and ask Claude to describe how the voice works in concrete terms.

    • How the articles usually open, such as whether they begin with a direct claim, a counterintuitive statement, or a specific scenario.
    • How sentences and paragraphs are built, including average length, range, rhythm, and how paragraphs tend to close.
    • Three to five personality dimensions framed as “We say X, but not Y,” with do and don’t examples.
    • Words and phrases the brand tends to use, and words or phrases it should avoid.
    • Specific constructions, phrases, and conventions the brand never uses.

    Instead of accepting a vague voice description, I want Claude to return concrete observations. For example, it might say that articles open with a direct claim rather than a scene-setting paragraph, sentences average 15 to 20 words and rarely exceed 30, and transitions are functional, such as “here’s why that matters,” rather than formulaic, such as “furthermore.”

    I also want example pairs, such as: “We’d say ‘the data shows three things,’ not ‘there are multiple factors to consider.’” The goal is not to create a voice guide for writers. The goal is to create one an LLM can understand and apply consistently.

    Once I like the output, I ask Claude to save it as a skill and evaluate an article against it. If Claude flags issues I disagree with, I update the skill until the feedback becomes useful and repeatable.

    I can then use that skill to find voice inconsistencies in older content, check new drafts for alignment, and even generate more on-brand first drafts. I still edit the output, but the starting point is much stronger.

    Dig deeper: How to train Claude to sound like your brand

    2. Coverage comparison

    When I need to improve content performance, I use a coverage comparison to find topical gaps. This helps me understand what competing pages cover that my article misses.

    I use the Claude in Chrome extension to have Claude review the top three to five ranking pages for my target keyword. Then I ask Claude to compare those pages against my content and highlight the most important gaps.

    • What competitors are doing well.
    • What my article already does well.
    • Where I can improve the piece without bloating it.

    If I want the output in a table, I ask Claude to format it that way. If I want a downloadable DOCX for review or handoff, I ask for that instead.

    When Claude recommends additions I would never publish, I make a note of those exclusions before packaging the workflow into a skill. That way, the skill gets closer to my editorial standards each time I refine it.

    3. Freshness audit

    Old content adds up quickly, and it is hard to prioritize refreshes while I am also producing new material. A freshness audit skill helps me identify what needs attention without rereading every older article from scratch.

    I give Claude an older article and ask it to flag anything time-sensitive: statistics tied to a specific year, named tools or platforms, references to “current” or “recent” trends, and claims that depend on a market, regulatory, or product context that may have changed. I am not asking Claude to rewrite the article yet. I am asking it to build an issue list I can act on.

    If my company has launched new products, removed old services, changed positioning, or updated terminology, I include that context in the input. That helps Claude flag what should be added, removed, or revised.

    Dig deeper: How to turn Claude Code into your SEO command center

    4. AEO and AI retrievability

    I use an AEO and AI retrievability audit to understand whether a page is likely to be surfaced in AI-generated answers. Tools such as ChatGPT, Perplexity, and Google AI Overviews tend to favor content that answers questions directly. If an article buries the answer under too much preamble, or structures key information in a way that is hard to extract, it becomes less useful for those systems.

    I give Claude the article and the target query, then ask it to evaluate several retrieval signals.

    • Whether the article answers the main question directly and early.
    • Whether key statements are specific enough for an LLM to quote or cite.
    • Where an FAQ-style section would improve clarity.
    • Whether the page includes authority signals, such as primary research, first-person experience, outbound citations, or specific examples.

    Once I save this as a skill, it becomes an extra editor focused specifically on AI visibility and answer retrieval.


    Library-level audits

    Once I am ready to move beyond individual pages, I use library-level audits. These require performance data, a content inventory, a connector, or a manual export.

    5. Performance triage

    When I think about a traditional content audit, performance triage is usually what comes to mind. It helps me analyze a content library and identify the pages that deserve attention first.

    Before I begin, I make sure Claude has access to the right data through a connector such as BigQuery or the Semrush API. If that is not available, I export the data I normally use for large-scale audits, such as traffic, clicks, engagement metrics, conversions, rankings, and related performance signals.

    I ask Claude to prioritize pages that have suffered meaningful performance drops in the past six to 12 months, pages with high impressions but consistently low click-through rates, and pages that have been live long enough to rank but never gained traction.

    I also define what a meaningful performance drop looks like for the site I am analyzing, because traffic patterns vary by industry, audience, and page type. Then I ask Claude for a prioritized list of what is worth investigating and why. From there, I use the page-level audits above to diagnose the problem.

    If I have run this analysis before, I give Claude the previous output. That helps the skill learn the kind of prioritization and reasoning I expect.

    Dig deeper: How to build a Claude Code-powered second brain for agency work

    6. Topical gap analysis

    I treat entities as a major part of AEO and semantic search. A topical gap analysis helps me see whether my content library has enough coverage to build authority around the entities tied to my brand.

    The core question I ask is simple: what is my content library not covering that it should?

    To start, I create a list of target entities. For example, at my agency, I want to be known for SEO and AEO. If I have a clear list of services or products, I can use that instead of a formal entity list.

    Using Cowork or Code, I ask Claude to analyze my sitemap and compare it to those target entities. If I have a Screaming Frog export with URLs, page titles, and meta descriptions, I use that as input for a more accurate analysis.

    Then I ask Claude to identify topic clusters that are missing or underrepresented based on the target entities, services, or products. If I want prioritization, I can use the Semrush MCP so Claude can check search volume for potential keywords.

    Not every gap is worth filling. I filter the results against audience needs, business relevance, and editorial standards. Then I feed those decisions back into Claude so the skill produces better recommendations next time. The final list can go directly into my content creation workflow or be handed off to a content team.

    I do not try to audit everything at once

    I have seen content audits stall because the scope feels too large, not because the team lacks data. My preferred approach is to pick one audit and one article, run the workflow, save the skill, and use it again on the next piece.

    For me, iteration is part of the value. I enjoy taking one Claude skill, improving it, and then chaining it with other skills to uncover more content opportunities. Starting small is what makes the system easier to keep using.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • How to Build Content Authority Across AI Search Engines

    How to Build Content Authority Across AI Search Engines

    Content authority in AI search is not a single score that a brand earns once and carries everywhere. The source reports point to a more conditional system: visibility depends on the AI engine, the topic and prompt, the sources retrieved, and whether a useful passage can be extracted from the page.

    That changes the optimization task. Instead of producing one broad guide and accumulating undirected mentions, publishers need to decide where they want to appear, understand what that system retrieves for the topic, and create evidence-rich passages that can survive the final selection process.

    Authority now operates at three distinct layers

    A cutaway illustration shows a source network, modular content blocks, and selection lenses arranged in three layers.

    Taken together, the sources suggest that AI visibility has three layers: engine selection, topical trust, and passage extractability. A weakness at any layer can prevent a brand from being cited even when its conventional search performance is strong.

    The engine layer determines which index, retrieval process, and content formats are likely to enter consideration. Uncover 7 Unmissable AI Search Trends Transforming Marketing reports that ChatGPT and Claude shared only 8% of citations in the analysis it covered. It also reports substantial format differences: community sites accounted for about 16% of ChatGPT citations, while Claude cited listicles 36% of the time and opinion content 13.2% of the time, compared with approximately 20% and 7.2%, respectively, for ChatGPT.

    The topic layer determines whose evidence the system treats as relevant and credible. Boosting AI Visibility: Mastering Topic-Driven Authority argues that citation sources cluster by subject rather than following one universal hierarchy. Its examples indicate that competitor domains had a larger role in invoicing queries than in starting-a-business queries. A publication that matters for one part of a market may therefore contribute little authority to an adjacent part.

    The passage layer determines whether the system can isolate a clear answer from the selected document. Mastering AI Search: Building Machine-Friendly Content reports a 66% extraction rate for pages under 5,000 characters and 12% for pages over 20,000 characters. Those figures should be treated as findings reported by that article, not as a universal length rule. Their strategic significance is that authority without retrievable statements may never become a citation.

    Choose the engine and prompt class before optimizing

    An AI-search plan should begin with the audience and the engine it uses, not with a generic content calendar. The trends report says 64% of sites cited by Claude appeared in Google’s top 50 for corresponding queries, compared with 37% of sites cited by ChatGPT. It further reports that 79.2% of Claude citations aligned directly with the top 10 Brave Search results in the analysis it references. Within that reported environment, Brave rankings offer a more observable diagnostic for Claude than conventional Google rankings alone.

    Audience context may also affect prioritization. Citing Ramp’s AI Index, the trends article reports Anthropic usage at 34.4% of businesses and OpenAI at 32.3%. It also says approximately 85% of Anthropic’s revenue came from enterprise and API usage. These figures do not establish that every B2B organization should optimize for Claude first, but they support testing Claude as a distinct business channel rather than treating its consumer web traffic as a complete measure of relevance.

    Even a priority engine is not equally optimizable for every prompt. According to the same report, ChatGPT initiated web searches for nearly 95% of prompts in the cited analysis, while Claude did so about one-third of the time. Claude was reportedly more likely to search for current-event, ranking, location, and comparison prompts, with reported search rates of 81%, 67%, 55%, and 51%, respectively. Definitions and procedures were described as much less likely to trigger retrieval.

    This distinction prevents a common measurement error. A page cannot win a fresh web citation when an engine answers from internal model knowledge without searching. Prompt testing should therefore record whether retrieval occurred before a team interprets a missing citation as a content or authority failure.

    Query expansion adds another engine-specific variable. The trends report characterizes ChatGPT fan-out queries as changeable, while reporting that Claude produced the same fan-out strings 65% of the time and attached the current year to 94% of them, compared with 17% for ChatGPT. Stable expansions may support tightly targeted pages; volatile expansions call for broader coverage across owned, earned, community, and other relevant sources.

    Design passages around problems, claims, and constraints

    A modular claim block is supported by source, context, and constraint pieces while a scanning beam isolates it from surrounding blocks.

    Machine-friendly content is not simply shorter content. The more useful objective is modularity: each section should resolve a recognizable subproblem without requiring an AI system to reconstruct the answer from a long narrative.

    The machine-friendly content report recommends replacing broad category positioning with problem-specific positioning. Its illustrative shift is from identifying a company merely as an insurance provider to explaining that it addresses underwriting for first-time drivers under 25 who have been declined by standard insurers. The example also shows why constraints matter. Stating who a solution is not for, where it applies, or what condition changes the answer can make a claim more precise and credible.

    Headings should name the outcome or question addressed by the section. Paragraphs should open with a direct answer or citable claim, then add conditions, evidence, and explanation. The same source reports that explicit headings increased retrieval likelihood by 17.54% and says Gemini may use approximately 380 words for query grounding. These reported limits reinforce the value of self-contained sections, although they do not justify stripping away evidence or necessary nuance.

    The synthesis is a two-level editorial model. At page level, the article should offer a coherent argument for a human reader. At passage level, it should state entities, relationships, qualifications, and evidence clearly enough to be extracted independently. Narrative still has a role, but it should extend a usable answer rather than delay it.

    Build off-site authority inside the relevant source network

    On-site clarity makes a document usable; it does not make the publisher trusted by every system or for every topic. The topic-driven authority report recommends mapping the domains, publications, experts, and platforms that repeatedly appear in answers for the exact subject a brand wants to own. This is more focused than pursuing links or publicity from generally prominent sites without checking their topical role.

    That mapping should also distinguish content formats. The topic-authority report describes YouTube as an exception that can surface across larger language models and recommends working with recognized subject-matter experts and relevant LinkedIn voices. The engine trends report, meanwhile, finds that community content was more prominent in ChatGPT citations and that listicles and opinion pieces were more prominent in Claude citations. Together, these observations suggest that the right distribution mix depends on both the topic’s trusted entities and the target engine’s retrieval preferences.

    Concentration may matter more than raw mention volume. The authority report argues that recognition can move in jumps when a brand earns coverage from a highly trusted topical source, and it recommends ranking potential collaborators by authority tier. This remains a strategic recommendation from the source rather than proof that every high-profile placement will produce citations. Teams should validate it by comparing citation frequency before and after individual placements.

    Measurement should follow the same conditional structure. For each priority prompt, a useful record includes the engine, whether it searched the web, the apparent query expansions, cited domains, cited passage types, the brand’s inclusion, and the presence of paid placements. The trends report says ChatGPT ads can appear around competitor mentions, so organic citation monitoring and paid competitive monitoring should be kept separate. Otherwise, a purchased appearance can be mistaken for earned authority, or a strong organic mention can obscure a competitor’s paid defense.

    Key takeaways

    • Define authority by engine and topic; citation strength in one model or subject does not automatically transfer to another.
    • Confirm that the target prompt triggers web retrieval before investing in pages intended to earn fresh citations.
    • Build problem-specific, self-contained sections with direct claims, explicit conditions, and enough evidence to stand alone.
    • Concentrate outreach on the publications, experts, communities, and formats that already shape answers for the target topic.
    • Measure retrieval, organic citations, and paid placements separately so each visibility mechanism can be diagnosed accurately.

    As retrieval systems, source preferences, and advertising models change, durable advantage will come from maintaining this engine-topic-passage map as a living operating system rather than treating AI optimization as a one-time rewrite.

    References

  • AI Search Visibility: How Prompts and Rankings Shape Citations

    AI Search Visibility: How Prompts and Rankings Shape Citations

    AI search visibility is not one universal ranking contest. A page’s chance of appearing in an answer depends on what the user asks, whether the AI searches the live web, which search index it consults and how easily the page can support the requested response.

    The two source reports illuminate different parts of that process. One maps prompt patterns across healthcare, B2B and ecommerce; the other examines when Claude reportedly searches and how Brave Search rankings affect its citations. Together, they suggest a practical strategy built around prompt demand, retrieval eligibility and answer-ready evidence.

    A prompt can change whether an AI searches at all

    Two abstract prompts enter an AI core, with one leading directly to an answer and the other triggering a search across web pages.

    AI answers can draw on information already represented in a model or retrieve material from the web. That distinction matters because a page cannot earn a live citation in an answer when no web search takes place.

    The Claude visibility report attributed to Jonathan Clark said Claude used web search in 36.6% of the observed cases, compared with about 90% for ChatGPT. It also reported that Claude was more likely to search when prompts signaled recommendations, rankings, location, recency or direct comparison. Definition and process formulations such as how something works, what something is or which steps to follow were reportedly less likely to trigger a search.

    Prompt signalReported Claude web-search rateLikely information need
    Best81%Recommendation or shortlist
    Ranking-focused67%Ordered evaluation
    Location55%Geographically relevant information
    Comparison51%Trade-offs between alternatives

    These figures come from the reported analysis and should not be treated as universal platform benchmarks. Their strategic value lies in the pattern: prompts that require fresh, comparative or context-dependent evidence appear more likely to create a retrieval opportunity than prompts that can be answered from general model knowledge.

    Search rankings matter, but visibility does not transfer cleanly

    The Claude report said the system frequently relied on Brave Search for web retrieval and incorporated Brave’s top 10 results without rearranging them. If that behavior holds for a target prompt set, Brave ranking becomes a measurable eligibility layer: content must first enter the retrieved result set before it can be considered for citation.

    At the same time, the sources caution against treating conventional rankings as a complete proxy for AI visibility. The prompt-pattern report cited research as finding that more than 80% of links in AI-driven searches came from domains outside the traditional top search results. By contrast, the Claude analysis reported a 64% overlap between Claude’s results and Google rankings, while Claude and ChatGPT citations matched in only 8% of cases for the same queries.

    Those measurements describe different systems and apparently different analyses, so they should not be combined into a single benchmark. The useful synthesis is that ranking influence is engine-specific. Google performance may have some relationship with Claude visibility, Brave may directly affect Claude’s retrieved candidates, and neither reliably predicts which sources ChatGPT will cite.

    The Claude report also said query fan-outs returned the same results across users 65% of the time and frequently included years. Clark suggested that a current year in a title might help with some ranking- and recency-driven searches. That is a testable hypothesis, not a reason to add dates indiscriminately: a dated title should correspond to genuinely maintained content.

    Industry prompts determine what evidence a page must provide

    Retrieval is only the first gate. Once a page is available to an AI system, its usefulness depends on whether it contains the facts, relationships and qualifications needed for the user’s prompt. The prompt-pattern report described markedly different expectations by vertical.

    VerticalReported prompt patternContent implication
    HealthcareSymptoms combined with personal context, medication considerations and safety thresholdsOrganize information around symptom combinations, risk factors, cautions and clear guidance on when professional help may be needed.
    B2BVendor comparisons shaped by company requirements, implementation effort and return on investmentPublish transparent comparison criteria, technical details, timelines and substantiated commercial evidence in extractable formats.
    EcommerceQuality and review signals combined with budgets, use cases and exclusionsConnect crawlable reviews, product attributes, constraints and specifications to practical buyer outcomes.

    This changes the unit of optimization. An isolated keyword may identify a subject, but a prompt often expresses a decision that must be made. A healthcare reader may need to distinguish monitoring from urgent action; a B2B buyer may need to defend a purchase; an ecommerce shopper may need to eliminate products that fail a specific constraint. Content designed only to define the topic can be relevant in a broad sense yet still lack the evidence required for the answer.

    The same principle explains the value of headings, concise answer passages, comparison tables, structured product information and crawlable supporting detail. The prompt-pattern report said optimization for direct citations and structured information could improve visibility by as much as 40%, citing research from Princeton and the Allen Institute for AI. Because that figure is relayed through the source rather than independently established here, it is best treated as directional support for extractability rather than a guaranteed uplift.

    Measure the path from prompt to citation

    A query travels through search, ranked pages, and an evidence checkpoint before selected source cards connect to an AI-generated answer.

    Prompt coverage

    Research should begin with realistic prompt classes rather than a renamed keyword list. Search logs, customer questions, sales conversations and support interactions can reveal the attributes people combine, the comparisons they request and the follow-up questions that shape a decision. Each important class should include enough context to represent the actual task.

    Retrieval eligibility

    Testing should record whether an AI searches the web for each prompt, which query variations it generates and which domains appear in the underlying search results. For Claude prompts involving recency, rankings or comparisons, the source report indicates that Brave deserves specific attention. Traditional Google tracking remains useful, but it should not stand in for direct observation of the answer engine being evaluated.

    Answer inclusion

    A retrieved page still has to be selected, represented accurately and cited. Measurement should therefore distinguish ranking in the source engine from appearing in the AI answer. Repeated tests can track whether the brand is mentioned, whether its page is cited, which passage appears to support the response and whether competitors provide evidence the page lacks.

    Key takeaways

    • Prompt structure affects both the likelihood of live retrieval and the evidence an answer requires.
    • Search rankings can create citation eligibility, but the relevant index and degree of overlap vary by AI system.
    • Healthcare, B2B and ecommerce content need different forms of context, proof and decision support.
    • Readable structure helps only when the underlying information is specific, transparent and responsive to the prompt.
    • Visibility reporting should separate prompt coverage, retrieval rankings and actual answer citations.

    As AI search interfaces evolve, durable visibility will come from testing the whole route between a real audience question and a supported answer. Teams that maintain useful evidence, observe each engine directly and update prompt sets as customer needs change will be better positioned than those relying on a single ranking proxy.

    References

  • Exciting Support for Claude Fable Now in Profound

    Exciting Support for Claude Fable Now in Profound

    I’m thrilled to share some fantastic news with you. We’ve just launched support for Claude Fable within Profound, and it’s an upgrade that I’m genuinely excited about.

    Incorporating Claude Fable into our system not only enhances user experience but also brings a new level of efficiency to our platform. This integration is designed to provide seamless functionality and improve overall productivity.

    I’m confident that this addition will greatly benefit all users by offering enhanced capabilities and features that are both intuitive and powerful. Stay tuned for more updates as we continue to innovate and evolve.


    Inspired by this post on Try Profound Blog.


    crushpress.ai community screenshot
  • How to Align Claude With Your Brand Voice Consistently

    How to Align Claude With Your Brand Voice Consistently

    You ask Claude for a polished draft, but the result sounds like polished AI: competent, smooth, and interchangeable with everyone else’s content. Repeating your preferred tone or asking it to sound more human rarely fixes the underlying problem.

    You need to turn brand voice from a subjective impression into instructions Claude can apply and your team can review. With clear rules, representative examples, and a repeatable editing loop, Claude can reflect your brand voice without merely copying an old draft.

    Translate your brand voice into observable choices

    An editor's hands organize unlabeled sliders, dials, colored tokens, and differently sized blocks on a neutral workspace.

    Words such as friendly, authoritative, bold, and conversational are too open to interpretation. A financial adviser and a fitness coach can both sound friendly while using completely different language, pacing, evidence, and calls to action.

    Build a compact voice card that describes what a writer should do on the page. Cover these areas:

    • Audience: Name the reader, what they already understand, and the decision they are trying to make.
    • Relationship: Decide whether the brand acts as a specialist, teacher, peer, challenger, or reassuring adviser.
    • Sentence behavior: Describe the preferred pace, paragraph length, use of contractions, and tolerance for jargon.
    • Vocabulary: List preferred terms, words that require explanation, and language the brand avoids.
    • Evidence: Explain when claims need examples, data, citations, qualifications, or practical next steps.
    • Point of view: Specify when to use you, we, the company name, or a neutral construction.
    • Formatting: Define how headings, lists, calls to action, and emphasized text should work.
    • Boundaries: Identify tones the brand must never adopt, such as smug, alarmist, vague, or overly promotional.

    Make every rule testable. Replace be clear with explain technical terms on first use. Replace sound confident with state the recommendation directly, then explain its limits. Replace avoid hype with remove unsupported superlatives, urgency, and promises of guaranteed results.

    Add contrast when a rule could be misunderstood. For example: direct, not abrupt; informed, not academic; warm, not chatty; persuasive, not pushy. These boundaries help Claude distinguish your intended voice from a nearby but unsuitable one.

    Choose examples that teach judgment, not imitation

    Examples show Claude how your rules interact in real writing. Use approved material that still represents the brand. A rushed email, an outdated landing page, and an executive’s personal writing style can introduce conflicting signals.

    Label why each example belongs

    Do not paste examples into the prompt without explanation. Mark the behavior Claude should learn from each one:

    • This opening names the reader’s problem before introducing the company.
    • This explanation defines the technical term without talking down to the reader.
    • This transition moves from evidence to a recommendation without overstating certainty.
    • This call to action describes the next step without manufacturing urgency.

    Also distinguish voice from content. Tell Claude that names, claims, prices, dates, product details, and recommendations in an example are not facts for the new draft. They are reference material only for language, structure, and tone.

    Include useful negative examples

    A rejected line becomes valuable when you explain the rejection. Pair it with an approved rewrite and a reason. The reason might be that the original buries the answer, uses an empty superlative, assumes too much knowledge, or turns a measured claim into a guarantee.

    Negative examples work best when they are close to acceptable. Obvious failures teach little. A plausible sentence that misses your voice reveals the boundary Claude needs to recognize.

    Give Claude a prompt with clear layers

    A reliable brand prompt separates permanent voice rules from the current assignment. This prevents campaign details from being mistaken for lasting brand principles and makes the setup easier to reuse.

    Use this sequence when assembling the prompt:

    1. Set the role. Identify the brand, the type of writer Claude should act as, and the responsibility it has to the reader.
    2. Define the reader and outcome. State who the content serves, what brought that person to the page, and what they should understand or do afterward.
    3. Insert the voice card. Include observable language rules, preferred vocabulary, formatting conventions, and prohibited tendencies.
    4. Add annotated examples. Explain which behaviors to reproduce and which factual details not to carry into the new work.
    5. Provide task facts. Supply the brief, approved claims, required links, product information, and any material that must appear.
    6. Set hard constraints. Name the required format, scope, compliance boundaries, and anything Claude must not infer.
    7. Request a self-check. Ask Claude to identify any voice rule it could not satisfy and flag missing facts instead of filling gaps.

    Keep priorities explicit. Accuracy and legal or editorial constraints come before style. Voice rules come before decorative flourishes. Examples demonstrate delivery but do not override the approved facts in the brief.

    If the assignment is complex, ask for an outline before the full draft. Review whether the planned argument suits the reader and brand posture. Fixing a structural mismatch at that stage is easier than polishing an entire draft built on the wrong approach.

    Review voice alignment with evidence

    Do not approve a draft because it feels roughly on-brand. Review it against the voice card and point to the language that passes or fails each rule.

    • Does the opening address the reader’s actual concern, or does it begin with background they did not ask for?
    • Are recommendations stated directly and supported at the level your brand expects?
    • Would the intended reader understand every technical term without leaving the page?
    • Does the draft preserve uncertainty where the available facts are limited?
    • Are paragraphs, headings, and lists consistent with your publishing conventions?
    • Does the call to action offer a relevant next step rather than switching into sales language?
    • Could a competitor publish the draft unchanged? If so, which brand-specific judgment or vocabulary is missing?

    When something fails, give Claude a diagnostic correction. Instead of make this warmer, identify the behavior: the paragraph sounds distant because it uses abstract nouns and never addresses the reader. Ask for a revision that speaks to you, keeps the technical meaning, and removes the abstract phrasing.

    Save recurring corrections as new voice rules. If editors repeatedly remove inflated claims, add an explicit rule about claim strength. If introductions repeatedly take too long to reach the answer, define what the opening must accomplish. Your editing history should improve the system, not disappear into individual drafts.

    Turn a successful prompt into a content workflow

    Two team members inspect content pages moving through a modular workflow of transparent frames, review lenses, and adjustment controls.

    Brand alignment breaks when every writer maintains a different prompt. Store the approved voice card, examples, exclusions, and review checklist in one controlled location. Give the material an owner and update it when the brand changes.

    Separate the workflow into clear responsibilities:

    • Brand owner: Approves voice rules, terminology, and representative examples.
    • Subject specialist: Supplies facts, qualifications, and claims that may be made.
    • Prompt owner: Maintains the reusable instructions and resolves conflicts between them.
    • Editor: Checks the draft against the brief, voice card, and publishing requirements.
    • Approver: Accepts the final communication risk rather than assuming the model has done so.

    Track failures by type. Voice drift, unsupported claims, weak structure, missing context, and formatting errors need different fixes. A voice rule will not repair a thin brief, and another example will not resolve contradictory product facts.

    Test revisions with the same assignment whenever possible. If you change the voice card and the brief at once, you cannot tell which change improved the result. Keep approved outputs as benchmarks, but continue reviewing new drafts; consistency is a managed process, not a one-time prompt.

    Key takeaways

    • Replace broad adjectives with observable rules about wording, structure, evidence, and reader treatment.
    • Use current, approved examples and label the behavior Claude should learn from each one.
    • Keep voice instructions, task facts, examples, and hard constraints in separate prompt layers.
    • Review drafts against explicit criteria and turn repeated editorial corrections into reusable rules.
    • Assign ownership for the voice system so every writer works from the same approved standard.

    Start with one approved asset and extract the decisions that make it sound like your brand. Build the voice card, run a real assignment through it, and record every correction. That gives you something more durable than a good draft: a system your team can improve each time it publishes.

    References