Perplexity AI in 2026: Get Your Site Ready for AI Agents
Two August 2026 rulings change how AI agents read and use your website. Here's what to do now, in practice.
by Cleverson Gouvêa

Perplexity AI spent the first half of August 2026 at the center of two disputes that directly affect anyone with a website. It overturned in US court the injunction Amazon had obtained against its shopping agent, and it blocked ads that Time magazine sold specifically to AI bots. This isn't Silicon Valley gossip: these are two signals of how traffic will arrive—or fail to arrive—at your site.
TL;DR
- On August 4, 2026, the Ninth Circuit Court of Appeals overturned the injunction that prevented the Comet browser's shopping agent from accessing Amazon.
- On August 11, Perplexity AI blocked the markdown ads that Time sold to AI agents, calling the practice deceptive.
- In the US, Perplexity AI is the second most used AI search tool, with about 8.42% market share, behind ChatGPT.
- Only 12% of AI citations overlap with Google's top 10 (Ahrefs). Ranking well doesn't guarantee being cited.
- The practical work is technical and cheap: serve content in HTML, provide direct answers, use structured data, and measure referral traffic.
What Perplexity AI Did in Recent Days
Two facts capture almost everything that matters.
August 4, 2026 — Amazon loses the injunction. The Ninth Circuit Court of Appeals overturned the decision that barred the shopping agent built into the Comet browser from operating within Amazon. The court's reasoning is key: the user of Comet, not Perplexity AI as a company, accesses Amazon's computers. Without unauthorized access by the company itself, the CFAA (the US computer fraud and abuse law) claim doesn't hold. Amazon had sent a cease-and-desist in November 2025 and sued in March 2026; the main case continues in federal court in San Francisco. Source: Engadget.
August 11, 2026 — ads made for bots, blocked. Time began selling advertising inserted into the markdown version of its pages, i.e., the plain-text version that agents read. The first clients were Ally Bank and the Project Management Institute. The response came quickly: Perplexity AI removed these ads from its index's influence. Jesse Dwyer, the company's head of communications, warned that publishers using "deceptive advertising like markdown ads" will lose reputation and trust within the system. Source: Digiday.
The backdrop of recent months helps read both episodes. In January 2026, the company closed a three-year commitment with Microsoft for $750 million in GPU capacity on Azure. In February, it launched Computer, a general-purpose agent that executes multi-step tasks on its own, and moved to a subscription-only model, ending in-product advertising. The company's valuation reached around $21.2 billion in the Series E-6 round in early 2026.
Markdown Ads: The Fact That Matters Most for Your Site
This episode seems like a media detail, but it's the best free lesson in AI optimization of the year.
When an agent visits a page, it doesn't see your carousel, your popup, or your hero animation. It receives a text version—usually markdown or simplified HTML—and it's from that text that the answer is built. Time understood this and sold space there. Perplexity AI understood it too and cut it, because paid content presented as neutral fact contaminates the answer.
The lesson for a typical company is direct: the text version of your page is your page. It's from that version that Perplexity AI builds the answer your customer will read. If the information that decides the purchase (price, delivery time, service area, condition, specification) only exists inside a JavaScript-dependent component, inside an image, or behind a tab click, it doesn't exist for the agent. And the way to fix this isn't to trick the bot—it's to serve the fact cleanly and verifiably. Those who try to manipulate get caught, as Time did.
Amazon's Defeat Opens the Door for Agents Buying on Your Site
The August 4 decision doesn't force anyone to do anything, but it removes the biggest legal scarecrow against agentic browsing in the United States. For Perplexity AI, the effect was immediate: Comet's shopping agent resumed operating without judicial restriction. In practice, this accelerates a behavior that was already growing: the user delegates the task, and the agent enters the site, compares, fills out forms, and completes the purchase.
For those running e-commerce, catalogs, online quotes, or lead generation in the US, three consequences deserve a place on the next tech meeting agenda:
- Fragile flows become lost sales. Checkouts that depend on hover, fields without
label, aggressive captcha on quote forms, and steps that only work with human interaction now filter out not just bad bots, but real customers operating through an agent. - You need an explicit policy. Blocking everything by reflex is as bad as allowing everything without criteria. Decide what is public (product sheets, prices, policies) and what is restricted (logged-in areas, internal endpoints), and write it in your
robots.txt. - Your logs become a source of intelligence. An agent's user-agent is identifiable. Knowing how many agent visits arrive, to which URLs, and with what error rate is the new metric that almost no one tracks yet.
It's the same movement we discussed in AI Agents: What Gemini Spark Changes for Businesses—only now with a legal precedent reinforcing the agent's side.
How Much Does Perplexity AI Matter in the US
Big press numbers often hide the number that matters. Let's look at the US: among AI search tools used in the country, Perplexity AI holds the second position.
| Tool | Share of AI search in the US |
|---|---|
| ChatGPT | Clear leader |
| Perplexity | 8.42% |
| Gemini | 5.87% |
| Copilot | 3.77% |
| Claude | 0.62% |
Source: Full.services survey on the state of AI search in the US in 2026.
Eight percent seems small until you look at the quality of the visitor. Someone arriving via an AI answer has already read a comparative summary and clicked because they want to confirm or close. It's bottom-of-funnel traffic disguised as discovery traffic. The Leadster PRO Panorama 2026 measured a median conversion rate of 7.80% for the AI search channel—well above what most sites get from traditional organic.
On the product side, the Comet browser is no longer exclusive to expensive subscribers and is now free on Windows, macOS, Android, and iOS, with a Chromium base and Chrome extension support. The July 27, 2026 update brought enterprise roles and permissions, dedicated API credentials, memory (Brain) in 15 languages, Claude Opus 5 inside Search and Computer, plus verification features like Check Sources and the Source Context Panel. In other words: less toy, more work tool.
Citation Isn't Ranking: What Changes for Your SEO
This is the most expensive mistake I see in marketing meetings. The team shows the first position on Google and concludes they're set for AI too. They're not.
Ahrefs data shows only 12% overlap between AI citations and Google's top 10. They are two different games with different signals. Being cited by Perplexity AI depends less on backlinks and more on your text containing the exact, dated, easily extractable fact.
| Dimension | Traditional SEO | AI Optimization (AEO) |
|---|---|---|
| Unit of competition | Position on SERP | Cited snippet in the answer |
| Typical query | 3-5 words | ~23 words, conversational |
| Dominant signal | Backlinks and domain authority | Factual clarity and consistency across sources |
| Winning format | Full page | Objective answer block |
| Success metric | Clicks and impressions | Citations, brand mentions, referral traffic |
There's also the already-documented side effect: a TollBit report found up to a 96% drop in referral traffic from AI search to news and blog sites, analyzing 160 domains, as reported by Exame. Gartner projects a 25% decline in traditional search volume due to chatbots. In other words: the click becomes rarer and more valuable, and being cited gains brand value even without a click.
How to Prepare Your Site for Perplexity AI
The good news is that almost none of this requires rebuilding your site. It's technical hygiene with new priorities.
Serve Content in HTML, Not Just on the Client
If your page renders everything in the browser, do an honest test: disable JavaScript and read the result. What remains is roughly what the agent sees. Price, delivery time, coverage area, and differentiators need to be in the served HTML. In Next.js, this means preferring server-side rendering for content that matters and leaving the client for interaction.
Write Direct Answer Blocks
Before developing a topic, answer the question in two or three self-contained sentences, with numbers and dates. Such a block can be extracted whole. A paragraph that only makes sense after reading the previous three cannot. Put the summary at the top of the section, not at the end.
Mark Facts with Structured Data
Organization, LocalBusiness, Product, FAQPage, and Article still matter—and now they also serve to disambiguate your brand in generated answers. Include your EIN when it makes sense, address, phone, author with real credentials, and visible update date. Consistency across your site, Google Business Profile, and social media reduces the chance that AI will confuse you with a namesake.
Define robots.txt and Consider an llms.txt
Consciously decide which AI crawlers you accept. If your goal is to appear in answers, blocking the crawler is shooting yourself in the foot. The llms.txt, a markdown file at the root pointing to your canonical pages, is still an informal convention and doesn't replace anything—but it costs an hour and organizes what you want read first.
How to Measure Traffic and Citations from Perplexity AI
Without measurement, this becomes an opinion debate. Three layers solve it.
- Referral in analytics. Create a segment with AI source domains (perplexity.ai, chatgpt.com, gemini.google.com, copilot.microsoft.com) and track sessions, landing pages, and conversion separately from organic. You'll find that volume is small and conversion rate is high.
- Server logs. Filter by AI crawler user-agent. What matters is crawl frequency, which URLs are requested, and how many 404s or 403s you're delivering by mistake.
- Manual citation audit. Once a month, ask the ten questions your customer would ask before buying in the product. Note who gets cited. It's laborious and it's the only reliable way today to know if you exist in this channel.
Those who already track paid traffic panels will recognize the logic: new channel, low volume, high quality, and the right decision is to isolate the measurement rather than dilute it in organic. It's the same discipline we apply when analyzing Google I/O 2026 news for US businesses.
Five Pitfalls to Avoid
- Trying to trick the agent. The Time case shows the cost: blocking and loss of trust. Manipulating content for bots is the new cloaking.
- Blocking all AI crawlers out of fear. Without crawling, there's no citation, and Perplexity AI only cites what it can read. Block what's sensitive, allow what's commercial.
- Treating AI as just another source of clicks. Much of the value is brand mention without a click. If your goal is only sessions, you'll declare failure too early.
- Publishing content without a date or author. Models that verify sources discard material that can't be dated or attributed.
- Ignoring the post-click experience. Being cited is of little use if the person arrives at your site and can't find an obvious way to talk to someone.
From Click to Conversation: What to Do with AI-Driven Visitors
People who arrive via Perplexity AI arrive differently. They've already compared, they have technical vocabulary, and they often ask something specific right away. If the only door is a generic contact form with a 48-hour response time, you lose the advantage the citation gave you.
The pattern we use in Agathas Web projects is simple: a page with the explicit fact, a direct answer block at the top, and an immediate conversation channel—usually WhatsApp with the Official API, so the first contact is answered in seconds and the history isn't lost when the conversation is handed off to a human. It's not about a bot answering everything; it's about not letting a lead that came ready go cold.
If you want to better understand how this type of agent is being packaged by big tech, it's worth reading Google Gemini: What Changed at I/O 2026.
Conclusion: Start with What You Can Do This Week
Perplexity AI isn't going to replace Google in the US in 2026, and it doesn't need to. It's already the second AI search channel in the country, with a visitor profile that converts above average, and it just gained legal backing for the type of browsing that will generate more agent visits to your server.
My priority roadmap for the next seven days, in order: disable JavaScript and see what remains of your three highest-revenue pages; rewrite the top of those pages into direct answer blocks with numbers and dates; check robots.txt to make sure you're not blocking who you want to attract; and create the AI referral segment in analytics to have a baseline.
These are four half-day tasks that put you ahead of most competitors, who are still debating whether AI is a fad. If you need help auditing your site from this perspective, that's exactly the kind of work we do here.
Related posts

AI in Education: What Changes in 2026
84% of students already use AI, but only 32% have received guidance. What the U.S. Department of Education and state regulators are doing—and how to adapt your platform.

Volkswagen Connected Cars: 100K in the US and the Arrival of OTTO AI
Less than two years to reach 100,000 connected cars. Understand VW's digital shift and what your business can learn from it.

Eli Lilly: How AI Built the First $1 Trillion Pharma Company
Eli Lilly became the first $1 trillion pharma company by betting on AI. See the 2026 moves and what your business can learn from them.