<?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: Pramendra Yadav</title>
    <description>The latest articles on DEV Community by Pramendra Yadav (@pramendray).</description>
    <link>https://dev.to/pramendray</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%2F3959548%2F44f43cb7-b920-4597-b227-5539ab783a24.jpeg</url>
      <title>DEV Community: Pramendra Yadav</title>
      <link>https://dev.to/pramendray</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pramendray"/>
    <language>en</language>
    <item>
      <title>Indexed vs. Cited: The Distinction Killing Shopify Stores' AI Visibility</title>
      <dc:creator>Pramendra Yadav</dc:creator>
      <pubDate>Tue, 30 Jun 2026 09:36:05 +0000</pubDate>
      <link>https://dev.to/pramendray/indexed-vs-cited-the-distinction-killing-shopify-stores-ai-visibility-15p0</link>
      <guid>https://dev.to/pramendray/indexed-vs-cited-the-distinction-killing-shopify-stores-ai-visibility-15p0</guid>
      <description>&lt;p&gt;For twenty years, "ranking" meant one thing: get indexed, get crawled, get a position on a results page. Every Shopify store's SEO checklist was built around that single goal. Sitemap submitted, meta tags filled in, Core Web Vitals green, done.&lt;/p&gt;

&lt;p&gt;That checklist still matters. It's also no longer sufficient, and most stores haven't noticed yet.&lt;/p&gt;

&lt;p&gt;Two different systems, two different jobs&lt;/p&gt;

&lt;p&gt;Google's index and an LLM's answer engine are not the same kind of system, even though they both "read" your store.&lt;/p&gt;

&lt;p&gt;A search index is a retrieval system. It crawls a page, tokenizes the content, stores it, and matches it against a query at request time. Ranking is a function of relevance signals backlinks, click-through behavior, freshness, page experience. The unit of output is a list of links. The user does the synthesis.&lt;/p&gt;

&lt;p&gt;An LLM-based answer engine is a generation system. When someone asks ChatGPT, Perplexity, or Claude "what's a good Shopify store for sustainable activewear," the model isn't returning a ranked list of crawled pages. It's generating a single answer, and it decides which brands to name in that answer based on which entities it has high confidence are real, relevant, and well-attested across multiple sources. The unit of output is a sentence. The model does the synthesis, and your store either gets a mention in that sentence or it doesn't.&lt;/p&gt;

&lt;p&gt;This is the gap. A store can be fully indexed sitemap clean, every product page crawlable, ranking on page one for its category and still never get named in an AI-generated answer. Indexing is a necessary condition for citation. It is not a sufficient one.&lt;/p&gt;

&lt;p&gt;What "citable" actually requires&lt;/p&gt;

&lt;p&gt;Citation in an LLM context isn't about keyword matching. It's closer to reputation modeling. Three things tend to separate stores that get cited from stores that don't:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Entity consistency across the web. The model needs to resolve "your brand" as a single, stable entity across multiple independent sources your own site, marketplaces, press mentions, review platforms, structured data. If your brand name, product categorization, and core claims vary across these sources, the model has a harder time forming a confident representation of who you are.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Structured, parseable product data. This is the part most Shopify developers can directly control accurate Product, Offer, and AggregateRating markup, and clean metafield structuring all give a model (or the agents and crawlers that feed it) something unambiguous to extract. Marketing copy is for humans. Schema is for machines. Most Shopify themes ship with partial or outdated schema implementations, and most merchants never touch it after launch.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Independent corroboration. LLMs weight claims more heavily when multiple independent sources agree on them. A product description that only exists on your own PDP, written by your own brand voice, is a single, self-interested source. The same claim showing up in a review, a comparison article, a forum thread, or an editorial roundup gives the model external confirmation it can lean on.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;None of these three are SEO ranking factors in the traditional sense. None of them are about keyword density or backlink count. They're about whether a model can confidently construct and verify a claim about your brand.&lt;/p&gt;

&lt;p&gt;If aggregateRating is missing, if brand isn't a properly typed entity, or if this block is absent entirely, that product page is essentially unreadable to anything trying to extract structured facts about it. It might still rank. It won't get cited.&lt;/p&gt;

&lt;p&gt;Then go check whether the same product's price, name, and core spec claims actually match across your own site, your marketplace listings, and any third-party mentions you can find. Inconsistency here is more common than it should be, especially across stores that have rebranded or repriced without updating every surface.&lt;/p&gt;

&lt;p&gt;Why this matters now and not later&lt;/p&gt;

&lt;p&gt;The volume of purchase research happening inside AI chat interfaces instead of traditional search is growing, and it's not a niche behavior anymore. Stores that treat this as a future problem are deferring work that compounds. Entity consistency and structured data don't fix themselves retroactively in a quarter they're the result of ongoing discipline, the same way technical SEO was never a one-time setup task.&lt;/p&gt;

&lt;p&gt;The stores that show up in AI-generated answers six months from now are the ones doing this work today: cleaning up schema, fixing entity inconsistencies, and building the kind of independent corroboration that no amount of on-page copywriting can substitute for.&lt;/p&gt;

&lt;p&gt;Indexing got you found. Citation is what gets you recommended. They are not the same job, and right now, most Shopify stores are only doing the first one.&lt;/p&gt;

</description>
      <category>shopify</category>
      <category>ai</category>
      <category>seo</category>
      <category>webdev</category>
    </item>
    <item>
      <title>How LLMs Decide Which Ecommerce Brands to Recommend, and What Shopify Stores Need to Do About It</title>
      <dc:creator>Pramendra Yadav</dc:creator>
      <pubDate>Sat, 27 Jun 2026 08:05:40 +0000</pubDate>
      <link>https://dev.to/pramendray/how-llms-decide-which-ecommerce-brands-to-recommend-and-what-shopify-stores-need-to-do-about-it-2hco</link>
      <guid>https://dev.to/pramendray/how-llms-decide-which-ecommerce-brands-to-recommend-and-what-shopify-stores-need-to-do-about-it-2hco</guid>
      <description>&lt;p&gt;There's a new buyer journey nobody's optimizing for yet.&lt;br&gt;
Someone opens Claude or Perplexity and types: "What's a good sustainable skincare brand for sensitive skin?" or "Which Shopify stores have the best checkout experience?" The model responds with specific brand names. Confidently. Without a list of blue links.&lt;br&gt;
If your store isn't in that response, you didn't lose a ranking. You don't exist in that moment at all.&lt;br&gt;
Here's how LLMs actually decide which ecommerce brands surface in those answers and what the technical response looks like for Shopify developers and store owners.&lt;/p&gt;

&lt;p&gt;How LLMs build their brand knowledge&lt;br&gt;
LLMs don't crawl in real time (unless they're in a retrieval-augmented setup like Perplexity). Their base knowledge comes from training data a snapshot of the web at a point in time, weighted by what appeared frequently, consistently, and across credible independent sources.&lt;br&gt;
When a model answers a brand recommendation query, it's drawing on an internalized entity graph. It knows Brand X exists in a category because Brand X appeared repeatedly, coherently, across multiple non-owned contexts in that training data. A single well-optimized product page means nothing if the entity isn't distributed across the broader information ecosystem.&lt;br&gt;
This is the core distinction between SEO and AEO/GEO:&lt;/p&gt;

&lt;p&gt;SEO: get your page ranked for a query&lt;br&gt;
AEO: get your entity recognized as the answer to a class of queries&lt;br&gt;
GEO: get your entity embedded in how generative models represent your category&lt;/p&gt;

&lt;p&gt;For Shopify stores, this distinction has direct technical implications.&lt;/p&gt;

&lt;p&gt;The technical signals that build LLM visibility&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Structured data as entity declaration
JSON-LD schema on your Shopify store isn't just for rich snippets anymore. It's how you declare your entity to crawlers that feed training pipelines and retrieval systems.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The same as array is doing heavy lifting here. It tells retrieval systems that these properties across platforms all resolve to the same entity. Entity disambiguation at the schema level.&lt;br&gt;
Product schema needs to follow suit not just price and availability, but material composition, use case descriptors, and ingredient/attribute markup that maps to how users actually query AI systems conversationally.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Consistent entity definition across platforms&lt;br&gt;
Your brand description on your Shopify About page, your LinkedIn company bio, your Google Business Profile, your Crunchbase entry, your founder's bio on every platform these need to be definitionally consistent. Not identical copy-pasted text, but the same core entity attributes expressed across every context.&lt;br&gt;
LLMs triangulate. If your brand is described as a "luxury skincare brand" in one context and a "natural wellness brand" in another, the entity is incoherent. Incoherent entities don't surface confidently in AI responses.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Product data depth&lt;br&gt;
This is where most Shopify stores fail technically. Product descriptions optimized for conversion aren't optimized for AI retrieval. Conversational queries the kind people ask LLMs map to attributes, not keywords.&lt;br&gt;
"Best moisturizer for combination skin under 40" requires your product data to explicitly contain: skin type suitability, use case context, ingredient transparency, and price positioning. If that information isn't in your product data in a structured, machine-readable form, the model can't match your product to the query even if it knows your brand exists.&lt;br&gt;
In Shopify, this means using metafields properly not just for display, but as a semantic data layer. Ingredient lists, certifications, sourcing details, use case tags all of it needs to exist as structured attributes, not buried in rich text description blocks.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Off-domain entity presence&lt;br&gt;
No amount of on-site optimization compensates for a thin off-domain presence. For LLM visibility, the question is: does this brand appear in credible, independent contexts across the web?&lt;br&gt;
Editorial mentions in industry publications, founder interviews, community threads where your brand is referenced organically, third-party review aggregators with structured markup these are the signals that tell a model your entity is real, established, and relevant in a category.&lt;br&gt;
For Shopify stores specifically: getting listed on curated Shopify ecosystem directories, appearing in roundup posts from credible ecommerce publications, and having your technology stack (apps, integrations, approach) documented in developer-adjacent communities all contribute to entity density in the right topic clusters.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;What to audit on your Shopify store right now&lt;/p&gt;

&lt;p&gt;Is your Organization and Brand schema implemented with a populated sameAs array?&lt;br&gt;
Are your product metafields structured with attribute-level data or just descriptive text?&lt;br&gt;
Does your brand have a consistent definitional presence across your top five off-domain profiles?&lt;br&gt;
Are your product descriptions written to match conversational query patterns, not just keyword targets?&lt;br&gt;
Is there any third-party editorial content that names your brand in context not just links to it?&lt;/p&gt;

&lt;p&gt;If three or more of those are gaps, your store is invisible to AI recommendation engines right now not because your product isn't good, but because your entity isn't legible to the systems making the recommendations.&lt;/p&gt;

&lt;p&gt;The stores that get ahead of this in the next twelve months won't just have better SEO. They'll be the default answer when someone asks an AI what to buy.&lt;br&gt;
That's a different kind of moat entirely.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>llm</category>
    </item>
    <item>
      <title>Why Most Websites Are Invisible to AI Search Engines (And Don't Know It)</title>
      <dc:creator>Pramendra Yadav</dc:creator>
      <pubDate>Tue, 23 Jun 2026 09:43:23 +0000</pubDate>
      <link>https://dev.to/pramendray/why-most-websites-are-invisible-to-ai-search-engines-and-dont-know-it-4k43</link>
      <guid>https://dev.to/pramendray/why-most-websites-are-invisible-to-ai-search-engines-and-dont-know-it-4k43</guid>
      <description>&lt;p&gt;Your site ranks on Google. Your Core Web Vitals are clean. Your meta tags are in order.&lt;br&gt;
And yet, when someone asks ChatGPT, Perplexity, or Google's AI Overview a question your business should answer your content doesn't show up.&lt;br&gt;
Not because your SEO is broken. Because AI search engines don't work like Google.&lt;/p&gt;

&lt;p&gt;Google Reads Pages. AI Search Reads Passages.&lt;br&gt;
Google crawls your page, indexes it, and ranks it based on signals like backlinks, domain authority, and keyword relevance. The unit of ranking is the page.&lt;br&gt;
AI search engines ChatGPT, Perplexity, Claude, Gemini don't rank pages. They retrieve passages. They pull specific chunks of content that directly answer a query, synthesize a response, and surface it to the user often without the user ever clicking through to your site.&lt;br&gt;
If your content isn't structured to be retrieved at the passage level, it gets skipped entirely. The page might exist. The answer might be buried somewhere in a 1,500-word article. But if the AI can't extract it cleanly and confidently, it moves on to content that makes its job easier.&lt;br&gt;
That's the invisibility problem. And most websites have no idea it's happening to them.&lt;/p&gt;

&lt;p&gt;The Crawler Problem Nobody Is Talking About&lt;br&gt;
Before we even get to content structure, there's a more fundamental issue.&lt;br&gt;
AI search engines have their own crawl agents. OpenAI sends GPTBot. Anthropic sends ClaudeBot. Perplexity sends PerplexityBot. These bots need access to your site before any retrieval can happen and a significant number of websites are blocking them without realizing it.&lt;br&gt;
This happens in a few ways:&lt;br&gt;
Blanket disallow rules in robots.txt. Many sites, especially those built on managed platforms, use wildcard disallow rules that were written for a different era when the only crawler worth worrying about was Googlebot. Those same rules now block AI crawlers by default.&lt;br&gt;
Overly aggressive bot protection. Security tools and CDN configurations that flag unusual crawl patterns will sometimes block AI bots before they even reach a page. The site owner never gets notified. The content never gets indexed by AI systems.&lt;br&gt;
No explicit allowance. Some crawlers require a positive signal an explicit allow rule before they'll index content. Silence in your robots.txt isn't always interpreted as permission.&lt;br&gt;
The result is a site that looks fully functional from a traditional SEO perspective but is a black box to AI search systems.&lt;/p&gt;

&lt;p&gt;Four Reasons Your Content Gets Skipped Even When Crawlers Can Get In&lt;br&gt;
Assuming your site is accessible, there are still structural reasons AI systems won't retrieve your content.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Your answers are buried&lt;br&gt;
AI retrieval looks for content where the question and the answer are structurally close together. A section that opens with a direct, clear answer to a specific question will outperform a long-form article that eventually addresses the same topic three scrolls in.&lt;br&gt;
This isn't about dumbing down content. It's about front-loading the answer, then providing depth. The opposite of how most long-form SEO content is structured.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You have no structured data&lt;br&gt;
Schema.org markup is how you tell AI systems explicitly what your content is about. A product page without Product schema is just text. With it, the price, availability, rating, and description become structured, retrievable data points.&lt;br&gt;
AI crawlers are newer and faster than Googlebot. They haven't spent years learning your site's patterns. They rely on explicit signals far more than Google does. Without structured data, you're asking them to guess.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Your content isn't corroborated&lt;br&gt;
AI systems don't just retrieve content they assess confidence. If a claim or answer on your site doesn't appear anywhere else on the web in a similar form, the model's confidence in surfacing it drops. This is why entities matter: being mentioned on third-party sites, directories, publications, and databases isn't just a backlink play. It's corroboration that signals to AI systems that your content is trustworthy enough to cite.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Your content hierarchy is flat&lt;br&gt;
Proper use of H1, H2, H3 tags isn't just a readability best practice. It's a structural signal that helps AI systems understand which sections of your content answer which types of questions. A flat wall of text with no clear heading hierarchy gives AI crawlers no map to work with.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The Shift That Changes Everything&lt;br&gt;
Traditional SEO optimization asks: How do I rank for this keyword?&lt;br&gt;
AEO Answer Engine Optimization asks: How do I become the direct answer to this question?&lt;br&gt;
GEO Generative Engine Optimization asks: How do I get cited in AI-generated responses?&lt;/p&gt;

&lt;p&gt;These aren't replacements for SEO. They're a structural layer on top of it one built for how AI systems actually retrieve and synthesize information. The underlying principles aren't new: clear content, strong entity signals, technical accessibility. What's new is the retrieval mechanism and the level of structural precision it demands.&lt;br&gt;
The gap between sites that have built this layer and sites that haven't is widening quickly. AI Overviews, chatbot responses, and agentic search are already absorbing a meaningful share of queries that used to produce organic clicks. That share will grow.&lt;br&gt;
The sites optimizing for this now are building a compounding advantage. The ones waiting are watching their visibility erode slowly, then all at once.&lt;/p&gt;

</description>
      <category>aiseo</category>
      <category>aeo</category>
      <category>webdev</category>
    </item>
    <item>
      <title>AEO vs GEO: Understanding the Future of Search Optimization in 2026</title>
      <dc:creator>Pramendra Yadav</dc:creator>
      <pubDate>Sat, 30 May 2026 06:43:22 +0000</pubDate>
      <link>https://dev.to/pramendray/aeo-vs-geo-understanding-the-future-of-search-optimization-in-2026-1hcg</link>
      <guid>https://dev.to/pramendray/aeo-vs-geo-understanding-the-future-of-search-optimization-in-2026-1hcg</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;For more than two decades, Search Engine Optimization (SEO) has focused on helping websites rank higher in search engines like Google and Bing. However, the search landscape is rapidly evolving.&lt;/p&gt;

&lt;p&gt;Today, users don't just search—they ask questions to AI assistants like ChatGPT, Gemini, Claude, Perplexity, and Copilot. Instead of scrolling through ten blue links, users increasingly expect direct answers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This shift has introduced two important concepts:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AEO (Answer Engine Optimization)&lt;/li&gt;
&lt;li&gt;GEO (Generative Engine Optimization)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;While both aim to improve online visibility, they target different types of search experiences. Understanding the difference is essential for marketers, content creators, and businesses that want to stay visible in the AI era.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is AEO (Answer Engine Optimization)?
&lt;/h2&gt;

&lt;p&gt;Answer Engine Optimization (AEO) is the practice of optimizing content so that search engines and voice assistants can directly extract and display answers to user questions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The goal is simple:&lt;/strong&gt;&lt;br&gt;
Make your content the answer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AEO focuses on helping platforms such as:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Google Featured Snippets&lt;/li&gt;
&lt;li&gt;Google AI Overviews&lt;/li&gt;
&lt;li&gt;Siri&lt;/li&gt;
&lt;li&gt;Alexa&lt;/li&gt;
&lt;li&gt;Google Assistant&lt;/li&gt;
&lt;li&gt;Bing Answers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;understand and display your content as the direct response to a user's query.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example of AEO&lt;/strong&gt;&lt;br&gt;
User Query&lt;br&gt;
"What is the capital of France?"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Optimized AEO Content&lt;/strong&gt;&lt;br&gt;
Paris is the capital city of France. It is the country's largest city and serves as its political, cultural, and economic center.&lt;br&gt;
Because the answer is clear, concise, and direct, Google can easily use it in a featured snippet.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Characteristics of AEO&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;1. Question-Based Content&lt;/strong&gt;&lt;br&gt;
Create content around:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What&lt;/li&gt;
&lt;li&gt;Why&lt;/li&gt;
&lt;li&gt;How&lt;/li&gt;
&lt;li&gt;When&lt;/li&gt;
&lt;li&gt;Where&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What is cloud computing?&lt;/li&gt;
&lt;li&gt;How does solar energy work?&lt;/li&gt;
&lt;li&gt;Why is SEO important?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2. Structured Data&lt;/strong&gt;&lt;br&gt;
Schema markup helps search engines understand content.&lt;br&gt;
Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;FAQ Schema&lt;/li&gt;
&lt;li&gt;How-To Schema&lt;/li&gt;
&lt;li&gt;Article Schema&lt;/li&gt;
&lt;li&gt;Product Schema&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What is GEO?
&lt;/h2&gt;

&lt;p&gt;Generative Engine Optimization (GEO) focuses on making your content a trusted source for AI platforms such as ChatGPT, Gemini, Claude, and Perplexity. Instead of displaying a single answer, these tools generate responses using information gathered from multiple sources.&lt;/p&gt;

&lt;p&gt;The goal of GEO is to ensure your brand, expertise, and content are referenced in AI-generated answers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GEO Best Practices:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Publish in-depth, authoritative content.&lt;/li&gt;
&lt;li&gt;Share original research and case studies.&lt;/li&gt;
&lt;li&gt;Build topical authority.&lt;/li&gt;
&lt;li&gt;Demonstrate expertise and trustworthiness.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;br&gt;
AEO and GEO represent the next evolution of search visibility.&lt;br&gt;
AEO helps your content become the direct answer users see in search results and voice assistants.&lt;/p&gt;

&lt;p&gt;GEO helps your brand become part of AI-generated responses across platforms like ChatGPT, Gemini, Claude, and Perplexity.&lt;br&gt;
The winning strategy is not choosing one over the other.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It's creating content that:&lt;/strong&gt;&lt;br&gt;
Answers questions clearly (AEO)&lt;br&gt;
Ranks in search engines (SEO)&lt;br&gt;
Demonstrates authority and expertise (GEO)&lt;/p&gt;

&lt;p&gt;In 2026 and beyond, the brands that optimize for both humans and AI systems will capture the most visibility, traffic, and trust.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>aeo</category>
      <category>geo</category>
      <category>seo</category>
    </item>
  </channel>
</rss>
