<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Han</title>
    <description>The latest articles on DEV Community by Han (@hanhiroshi).</description>
    <link>https://dev.to/hanhiroshi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4002768%2F7dffd737-9a11-462b-a09a-972738d3dece.png</url>
      <title>DEV Community: Han</title>
      <link>https://dev.to/hanhiroshi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hanhiroshi"/>
    <language>en</language>
    <item>
      <title>I Built a Free Tool That Scores How Visible Your Store Is to AI Search</title>
      <dc:creator>Han</dc:creator>
      <pubDate>Sun, 16 Aug 2026 06:55:45 +0000</pubDate>
      <link>https://dev.to/hanhiroshi/i-built-a-free-tool-that-scores-how-visible-your-store-is-to-ai-search-1c5p</link>
      <guid>https://dev.to/hanhiroshi/i-built-a-free-tool-that-scores-how-visible-your-store-is-to-ai-search-1c5p</guid>
      <description>&lt;h2&gt;
  
  
  I Built a Free Tool That Scores How Visible Your Store Is to AI Search
&lt;/h2&gt;

&lt;p&gt;A few weeks ago I published a checklist for getting found in AI search: structured data, answer-style product copy, FAQs, speed, topical authority. The feedback I kept getting was the same question:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;"Okay, but how do I actually check all that without hiring someone?"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;So I built a tool that does it for you. Paste any store URL, and it scores the page against the exact signals AI search engines and shopping agents look for. Here's what it checks — and why each item matters.&lt;/p&gt;

&lt;h3&gt;
  
  
  The scorecard: 100 points, 6 checks
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;JSON-LD structured data (30 points)&lt;/strong&gt; — This is the single biggest miss. AI engines parse schema.org markup to understand what your page &lt;em&gt;is&lt;/em&gt;: a Product with a price, an Offer with availability, an Organization with a logo. The most common failure I see: e-commerce homepages with zero JSON-LD at all, even when the site's blog has FAQPage markup. Product pages need Product + Offer at minimum. AggregateRating only if you have real reviews — never fabricate.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Title &amp;amp; meta description (15 points)&lt;/strong&gt; — Your title tag is still the anchor for how both Google and AI engines label your page. It should name the product and the category. "Home" is a wasted title.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;robots.txt (10 points)&lt;/strong&gt; — Shocking how many stores block their own crawlers without knowing it. If robots.txt disallows your product paths, you're invisible to every crawler that respects it — including AI engines.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Canonical tags (10 points)&lt;/strong&gt; — Duplicate URLs (with-utm, /products vs /products/) split your authority. Canonicals tell engines which version is the real one. Missing canonicals = diluted signals.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sitemap (20 points)&lt;/strong&gt; — AI engines and search engines both use your XML sitemap as the entry point to your catalog. If your sitemap is missing, broken, or missing your newest products, discovery slows to a crawl.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SSL (15 points)&lt;/strong&gt; — The boring one. No HTTPS, no trust, no ranking. Usually fine, but the tool catches it because people forget on staging domains.&lt;/p&gt;

&lt;h3&gt;
  
  
  What the scores actually look like
&lt;/h3&gt;

&lt;p&gt;I ran real stores through it while building it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;sellerstack.cc — 50/100.&lt;/strong&gt; Working sitemap, robots, SSL, title, description. Zero JSON-LD on the homepage. It's an e-commerce toolkit site with decent fundamentals, but AI engines can't tell &lt;em&gt;what&lt;/em&gt; it is without structured data.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;example.com — 25/100.&lt;/strong&gt; This is the baseline most small stores sit near: nothing structured, no real description, no sitemap worth crawling.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The pattern is consistent: most stores are one structured-data pass away from doubling their AI-search visibility. It's the highest-leverage, most-neglected fix in e-commerce right now.&lt;/p&gt;

&lt;h3&gt;
  
  
  How to use the results
&lt;/h3&gt;

&lt;p&gt;Don't treat the score as a grade — treat it as a triage list:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;0-30&lt;/strong&gt;: Fix the fundamentals. Sitemap, robots, SSL, title/description. One afternoon of work.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;30-60&lt;/strong&gt;: Add JSON-LD. Product pages first, then homepage (Organization/WebSite schema), then blog posts (Article schema). If you're on Shopify or WooCommerce, the plugin handles it — just verify it's actually rendering, because most of the time it isn't.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;60+&lt;/strong&gt;: You're doing better than 95% of stores. Focus on content: answer-style product descriptions, FAQs, and guides that make AI engines cite you as a source.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Why this matters more every week
&lt;/h3&gt;

&lt;p&gt;AI shopping agents don't browse like humans. They fetch pages, parse them, extract facts, and recommend. A store with clean Product + Offer markup and answer-rich copy gets recommended; a store without it doesn't exist to them. This isn't a ranking tweak — it's whether you're in the game at all.&lt;/p&gt;

&lt;p&gt;The checklist I published earlier is the theory. The tool is the practice. Run your store through it, fix what's broken, and you've done more for your AI-search visibility than most competitors will do all year.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;If you're a small e-commerce brand trying to stay visible as search changes, this is exactly the kind of stuff I work on. I build tools for sellers navigating these shifts — &lt;a href="https://sellerstack.cc" rel="noopener noreferrer"&gt;SellerStack&lt;/a&gt; is the e-commerce toolkit I'm building around them.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>seo</category>
      <category>ecommerce</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Your Store Is Invisible to AI Search. Here's How to Fix It</title>
      <dc:creator>Han</dc:creator>
      <pubDate>Mon, 10 Aug 2026 06:39:54 +0000</pubDate>
      <link>https://dev.to/hanhiroshi/your-store-is-invisible-to-ai-search-heres-how-to-fix-it-25l5</link>
      <guid>https://dev.to/hanhiroshi/your-store-is-invisible-to-ai-search-heres-how-to-fix-it-25l5</guid>
      <description>&lt;h2&gt;
  
  
  Your Store Is Invisible to AI Search. Here's How to Fix It
&lt;/h2&gt;

&lt;p&gt;AI assistants are becoming the new storefront. When someone asks ChatGPT, Gemini, or Perplexity "best lightweight rain jacket under $100", they get an answer — and the stores that appear in that answer get the traffic. The rest get nothing.&lt;/p&gt;

&lt;p&gt;If you run an e-commerce store, this isn't a future problem. It's happening now, and most store owners haven't touched the things that decide whether AI can even &lt;em&gt;understand&lt;/em&gt; their product pages.&lt;/p&gt;

&lt;p&gt;The good news: you don't need to be a big brand to get found. You need to do the boring technical stuff right. Here's the checklist.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Structured data is your entry ticket
&lt;/h3&gt;

&lt;p&gt;LLMs and AI search engines crawl your pages like traditional search engines do. That means &lt;a href="https://schema.org" rel="noopener noreferrer"&gt;schema.org&lt;/a&gt; markup matters more than ever.&lt;/p&gt;

&lt;p&gt;The most important types for e-commerce:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Product&lt;/strong&gt; — name, price, currency, availability, brand, image&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Offer&lt;/strong&gt; — price, priceValidUntil, availability (InStock/OutOfStock)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AggregateRating&lt;/strong&gt; — only if you have real reviews (never fake this)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;BreadcrumbList&lt;/strong&gt; — helps AI understand your site hierarchy&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every product page should have Product + Offer markup. Shopify and WooCommerce have apps/plugins for this, but don't assume it's on — verify with Google's Rich Results Test or Schema.org validator.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Write product copy that answers questions
&lt;/h3&gt;

&lt;p&gt;AI systems extract answers from your content. If your product page only says "Premium quality, best price!", there's nothing to extract.&lt;/p&gt;

&lt;p&gt;Structure your product descriptions like you're answering a customer's actual questions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What problem does this solve?&lt;/li&gt;
&lt;li&gt;What are the specs (weight, size, materials)?&lt;/li&gt;
&lt;li&gt;What's it compatible with?&lt;/li&gt;
&lt;li&gt;How does it compare to alternatives?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One product page that clearly answers 10 real questions beats 50 pages of marketing fluff. AI engines favor pages with comprehensive, factual, well-structured content.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Your FAQ pages are suddenly your best SEO asset
&lt;/h3&gt;

&lt;p&gt;FAQ content is gold for AI search. LLMs love Q&amp;amp;A format because it maps directly to how people ask questions.&lt;/p&gt;

&lt;p&gt;Turn your support emails, chat logs, and returns data into FAQ sections. Answer the actual questions people ask — not the ones you wish they'd ask.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Speed and mobile aren't optional
&lt;/h3&gt;

&lt;p&gt;AI search engines inherit ranking signals from traditional SEO. A slow, mobile-unfriendly site is a liability in every channel. Compress images, use a CDN, keep your Core Web Vitals green. This is table stakes.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Build topical authority with content
&lt;/h3&gt;

&lt;p&gt;AI engines trust sources that consistently cover a topic. A store that publishes genuinely useful guides about outdoor gear becomes the source AI pulls from for outdoor gear questions.&lt;/p&gt;

&lt;p&gt;This is a compounding play: every article, guide, and FAQ you publish increases the chance AI cites you — which brings traffic, which builds authority, which makes AI trust you more.&lt;/p&gt;

&lt;h3&gt;
  
  
  What to do this week
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Run your homepage through Google's Rich Results Test — is Product markup present?&lt;/li&gt;
&lt;li&gt;Add/verify Product + Offer schema on your top 10 products&lt;/li&gt;
&lt;li&gt;Rewrite one product description to answer 5 real customer questions&lt;/li&gt;
&lt;li&gt;Create one FAQ page from your actual support conversations&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;None of this requires a big budget. It requires treating your product pages as answers, not ads.&lt;/p&gt;

&lt;p&gt;AI search isn't coming for your traffic — it's already deciding who gets traffic. Make sure it can find you.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;If you're a small e-commerce brand trying to stay visible as search changes, this is exactly the kind of stuff I write about. Follow along or check out &lt;a href="https://sellerstack.cc" rel="noopener noreferrer"&gt;SellerStack&lt;/a&gt; — an e-commerce toolkit for sellers navigating these shifts.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ecommerce</category>
      <category>ai</category>
      <category>seo</category>
    </item>
    <item>
      <title>AI Shopping Agents Are Already Buying From Your Store. Here's How to Get Found</title>
      <dc:creator>Han</dc:creator>
      <pubDate>Sun, 02 Aug 2026 14:13:43 +0000</pubDate>
      <link>https://dev.to/hanhiroshi/ai-shopping-agents-are-already-buying-from-your-store-heres-how-to-get-found-47jk</link>
      <guid>https://dev.to/hanhiroshi/ai-shopping-agents-are-already-buying-from-your-store-heres-how-to-get-found-47jk</guid>
      <description>&lt;h2&gt;
  
  
  AI Shopping Agents Are Already Buying From Your Store. Here's How to Get Found
&lt;/h2&gt;

&lt;p&gt;You open your analytics dashboard and traffic from Google is down 18% this week. Your ads are running. Your SEO hasn't changed. So where did the visitors go?&lt;/p&gt;

&lt;p&gt;They asked an AI agent to shop for them instead.&lt;/p&gt;

&lt;p&gt;This isn't a prediction anymore. As of mid-2026, AI shopping agents are becoming the default way a growing slice of consumers buy online. PayPal and Commerce research found 64% of UK consumers already want to use agentic AI for shopping. Samsung partnered with Glance to bring agentic commerce to smart TVs. During this year's Prime Day, major retailers raced to make their product data machine-readable so AI agents would recommend them over competitors.&lt;/p&gt;

&lt;p&gt;If you still treat AI as just a tool for writing product descriptions or generating ad creatives, you're about to miss the biggest shift in online shopping since mobile.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Agentic Commerce Actually Means
&lt;/h2&gt;

&lt;p&gt;Agentic commerce is when an autonomous AI agent shops on behalf of a person. Instead of a customer typing a query into Google, clicking five results, comparing specs, reading reviews, and checking out, they tell their agent: "find me the best wireless noise-cancelling headphones under $200 and order them with my saved card."&lt;/p&gt;

&lt;p&gt;The agent searches multiple stores, compares products against the buyer's stated preferences, reads reviews, checks return policies, and completes the purchase. The customer never visits your website.&lt;/p&gt;

&lt;p&gt;Google's Shopping AI, Amazon's Rufus, and ChatGPT's shopping capabilities already do versions of this today. What changed in 2026 is trust: consumers are letting agents complete real transactions, not just research.&lt;/p&gt;

&lt;p&gt;Here's the critical difference. Agents don't browse like humans. They don't scroll your homepage, absorb your brand story, or wander through your category pages. They consume structured data: product feeds, pricing, specifications, reviews, availability, shipping, and return policies. If your product data isn't clean and machine-readable, you are invisible to agents. Full stop.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Is Urgent for Sellers Right Now
&lt;/h2&gt;

&lt;p&gt;The market signals are hard to ignore:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI search traffic is growing while organic stagnates.&lt;/strong&gt; Adobe's research from April 2026 shows AI-driven search traffic to retail sites is growing, but most retail sites lag badly in AI search visibility. Consumers are using AI search; stores haven't optimized for it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Retailers are actively courting bots.&lt;/strong&gt; An Observer report from June 2026 documented how retailers optimized for AI agents during Prime Day, making product data machine-readable and pushing to get recommended by AI shopping assistants.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The big platforms are all-in.&lt;/strong&gt; Amazon began selling its AI shopping technology to other retailers in May 2026, signing partners like Kate Spade. Samsung's TV partnership brings agentic commerce to the living room. PayPal is investing in agentic checkout infrastructure. When Amazon, Samsung, and PayPal pivot at the same time, that's a structural shift, not a fad.&lt;/p&gt;

&lt;p&gt;The old playbook of optimizing keywords, running ads, and building backlinks still matters. It's just no longer sufficient. You now also need to be discoverable and recommendable by AI agents.&lt;/p&gt;

&lt;h2&gt;
  
  
  How Agents Evaluate Your Products
&lt;/h2&gt;

&lt;p&gt;Agents don't care about beautiful photography or emotional brand storytelling. They evaluate structured signals:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Data Completeness and Accuracy
&lt;/h3&gt;

&lt;p&gt;Your product feed must include detailed specifications (dimensions, materials, compatibility), accurate pricing including promotions, real-time inventory, shipping costs and timeframes, return policy, and warranty info.&lt;/p&gt;

&lt;p&gt;Missing data doesn't just hurt your ranking. Agents filter out products with incomplete information entirely. One missing field can make you invisible.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Review Quality and Sentiment
&lt;/h3&gt;

&lt;p&gt;Agents scan reviews at scale for sentiment patterns, praise points, and recurring complaints. Products with more reviews, higher average ratings, and detailed positive feedback get recommended more often. Your review generation strategy is now part of your agentic visibility strategy.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Total Price Competitiveness
&lt;/h3&gt;

&lt;p&gt;Agents compare total cost: product price plus shipping. A competitive base price with heavy shipping can get you deprioritized. Transparent, competitive total pricing wins.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Trust Signals
&lt;/h3&gt;

&lt;p&gt;Generous return policies, clear warranty info, verified seller badges, and responsive customer service all influence whether an agent recommends you. Agents are optimizing for customer satisfaction, and trust signals predict it.&lt;/p&gt;

&lt;h2&gt;
  
  
  An Actionable Checklist
&lt;/h2&gt;

&lt;p&gt;Here's what to do this month, in priority order:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Audit your product feed.&lt;/strong&gt; Export it and check for missing specs, stale pricing, or wrong inventory flags. Fix the data before touching anything else.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Add structured data to your product pages.&lt;/strong&gt; Schema markup (Product, Offer, Review, AggregateRating) tells both search engines and agents exactly what each product is.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Standardize pricing and shipping.&lt;/strong&gt; Make sure every platform you sell on shows consistent, accurate totals.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Build a review engine.&lt;/strong&gt; Post-purchase email sequences that convert buyers into reviewers are cheap and compound directly into agent recommendations.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Publish your return policy clearly.&lt;/strong&gt; Both on the product page and in your feed.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The Verdict
&lt;/h2&gt;

&lt;p&gt;Agentic commerce is not a threat to good products. It's a filter that rewards sellers with clean data, honest pricing, and real social proof, and it punishes sellers who rely on brand gloss alone.&lt;/p&gt;

&lt;p&gt;The sellers who treat their product data as a first-class asset will capture the traffic everyone else loses to agents. Start with the feed audit. It costs nothing but an afternoon, and it's the single highest-leverage move you can make right now.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;First published as a test article. Data referenced: PayPal/Commerce agentic shopping research, Adobe AI search visibility report (April 2026), Observer Prime Day coverage (June 2026).&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ecommerce</category>
      <category>ai</category>
      <category>seo</category>
    </item>
  </channel>
</rss>
