<?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>Forem: José Manuel Ramírez</title>
    <description>The latest articles on Forem by José Manuel Ramírez (@lboneluv).</description>
    <link>https://forem.com/lboneluv</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F211049%2F5ef3493f-8c56-4f52-a7a8-5b001dca4280.jpg</url>
      <title>Forem: José Manuel Ramírez</title>
      <link>https://forem.com/lboneluv</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/lboneluv"/>
    <language>en</language>
    <item>
      <title>I built a WordPress plugin that generates llms.txt from your sitemap</title>
      <dc:creator>José Manuel Ramírez</dc:creator>
      <pubDate>Tue, 21 Apr 2026 19:56:54 +0000</pubDate>
      <link>https://forem.com/lboneluv/i-built-a-wordpress-plugin-that-generates-llmstxt-from-your-sitemap-idp</link>
      <guid>https://forem.com/lboneluv/i-built-a-wordpress-plugin-that-generates-llmstxt-from-your-sitemap-idp</guid>
      <description>&lt;p&gt;If you've been following the GEO (Generative Engine Optimization) space, you've probably heard of &lt;code&gt;llms.txt&lt;/code&gt; — an emerging standard that tells AI crawlers like ChatGPT, Perplexity and Claude what your site is about and which pages matter.&lt;/p&gt;

&lt;p&gt;The problem: there was no decent WordPress solution that generated it automatically. So I built one.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;wp-llms-txt&lt;/strong&gt; reads your existing sitemap and serves a dynamic &lt;code&gt;/llms.txt&lt;/code&gt; at your domain. No manual updates. Titles are resolved directly from the WordPress database — zero HTTP requests, instant, accurate.&lt;/p&gt;

&lt;h2&gt;
  
  
  What the output looks like
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gh"&gt;# Boneluv&lt;/span&gt;
&lt;span class="gt"&gt;
&amp;gt; Agencia digital premium en Sevilla. Diseño web WordPress a medida,&lt;/span&gt;
  SEO, hosting BoneCloud y automatización con IA para empresas B2B.

&lt;span class="gu"&gt;## Páginas&lt;/span&gt;
&lt;span class="p"&gt;
-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Diseño Web a Medida&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://boneluv.com/diseno-web-a-medida/&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Posicionamiento SEO&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://boneluv.com/posicionamiento-seo/&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Hosting BoneCloud&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://boneluv.com/hosting-bonecloud/&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;

&lt;span class="gu"&gt;## Blog&lt;/span&gt;
&lt;span class="p"&gt;
-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Cómo mejorar la velocidad de WordPress&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://boneluv.com/blog/mejorar-velocidad-wordpress/&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;WordPress plugin&lt;/strong&gt; — dynamic &lt;code&gt;/llms.txt&lt;/code&gt; and &lt;code&gt;/llms-full.txt&lt;/code&gt; endpoints with transient caching&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Standalone PHP CLI&lt;/strong&gt; — no WordPress required&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DB-based title resolution&lt;/strong&gt; — reads directly from WordPress DB via &lt;code&gt;url_to_postid()&lt;/code&gt;, zero HTTP requests&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sitemap index support&lt;/strong&gt; — Rank Math, Yoast SEO, The SEO Framework, All in One SEO&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auto-sections&lt;/strong&gt; — groups URLs by sitemap source (&lt;code&gt;page-sitemap.xml&lt;/code&gt; → &lt;em&gt;Pages&lt;/em&gt;, &lt;code&gt;post-sitemap.xml&lt;/code&gt; → &lt;em&gt;Blog&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Preview &amp;amp; inline editor&lt;/strong&gt; — view and edit the output directly from WP Admin&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Spanish translation included&lt;/strong&gt; (es_ES)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Wildcard URL exclusion patterns&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  DB title resolution — how it works
&lt;/h2&gt;

&lt;p&gt;Instead of making one HTTP request per URL (slow, fragile on large sitemaps), the plugin resolves titles directly from the WordPress database:&lt;br&gt;
&lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight php"&gt;&lt;code&gt;&lt;span class="c1"&gt;// Resolution order:&lt;/span&gt;
&lt;span class="c1"&gt;// 1. Front page&lt;/span&gt;
&lt;span class="c1"&gt;// 2. url_to_postid() → get_the_title()&lt;/span&gt;
&lt;span class="c1"&gt;// 3. Term archives (categories, tags, custom taxonomies)&lt;/span&gt;
&lt;span class="c1"&gt;// 4. Fallback: slug-derived title&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;This means a sitemap with 300 URLs generates the full &lt;code&gt;llms.txt&lt;/code&gt; in milliseconds, with no external requests.&lt;/p&gt;
&lt;h2&gt;
  
  
  Preview &amp;amp; inline editor
&lt;/h2&gt;

&lt;p&gt;The Settings → LLMs.txt page has two tabs. The second one shows the current output and lets you edit it directly from WP Admin — no file access needed. A &lt;strong&gt;Reset to auto-generated&lt;/strong&gt; button restores automatic generation at any time.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1fw7afhpryy6wlvbpzqj.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1fw7afhpryy6wlvbpzqj.jpg" alt="Settings tab with preview and editor"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  CLI usage
&lt;/h2&gt;

&lt;p&gt;If you want the file without installing a WordPress plugin:&lt;br&gt;
&lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;php cli/generate.php &lt;span class="se"&gt;\&lt;/span&gt;
  &lt;span class="nt"&gt;--sitemap&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;https://yoursite.com/sitemap.xml &lt;span class="se"&gt;\&lt;/span&gt;
  &lt;span class="nt"&gt;--name&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;"Your Site"&lt;/span&gt; &lt;span class="se"&gt;\&lt;/span&gt;
  &lt;span class="nt"&gt;--desc&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;"What your site is about."&lt;/span&gt; &lt;span class="se"&gt;\&lt;/span&gt;
  &lt;span class="nt"&gt;--output&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;llms.txt
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;Full options:&lt;br&gt;
&lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;--sitemap=URL        Sitemap URL (supports sitemap index files)
--output=FILE        Write to file instead of stdout
--name=STRING        Site name for the # H1 header
--desc=STRING        Description for the &amp;gt; blockquote
--fetch-titles       Fetch real &amp;lt;title&amp;gt; via HTTP (slower)
--exclude=PATTERN    Exclude URLs matching pattern (repeatable)
--max-urls=N         Max URLs to process (default: 500)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;h2&gt;
  
  
  Recommended robots.txt additions
&lt;/h2&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight conf"&gt;&lt;code&gt;&lt;span class="n"&gt;User&lt;/span&gt;-&lt;span class="n"&gt;agent&lt;/span&gt;: &lt;span class="n"&gt;GPTBot&lt;/span&gt;
&lt;span class="n"&gt;Allow&lt;/span&gt;: /&lt;span class="n"&gt;llms&lt;/span&gt;.&lt;span class="n"&gt;txt&lt;/span&gt;

&lt;span class="n"&gt;User&lt;/span&gt;-&lt;span class="n"&gt;agent&lt;/span&gt;: &lt;span class="n"&gt;PerplexityBot&lt;/span&gt;
&lt;span class="n"&gt;Allow&lt;/span&gt;: /&lt;span class="n"&gt;llms&lt;/span&gt;.&lt;span class="n"&gt;txt&lt;/span&gt;

&lt;span class="n"&gt;User&lt;/span&gt;-&lt;span class="n"&gt;agent&lt;/span&gt;: &lt;span class="n"&gt;ClaudeBot&lt;/span&gt;
&lt;span class="n"&gt;Allow&lt;/span&gt;: /&lt;span class="n"&gt;llms&lt;/span&gt;.&lt;span class="n"&gt;txt&lt;/span&gt;

&lt;span class="n"&gt;User&lt;/span&gt;-&lt;span class="n"&gt;agent&lt;/span&gt;: &lt;span class="n"&gt;Google&lt;/span&gt;-&lt;span class="n"&gt;Extended&lt;/span&gt;
&lt;span class="n"&gt;Allow&lt;/span&gt;: /&lt;span class="n"&gt;llms&lt;/span&gt;.&lt;span class="n"&gt;txt&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;h2&gt;
  
  
  Repository
&lt;/h2&gt;

&lt;p&gt;MIT licensed. No telemetry. No upsells.&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/LBoneLuv" rel="noopener noreferrer"&gt;
        LBoneLuv
      &lt;/a&gt; / &lt;a href="https://github.com/LBoneLuv/wp-llms-txt" rel="noopener noreferrer"&gt;
        wp-llms-txt
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Generate /llms.txt from your sitemap so ChatGPT, Perplexity and Claude understand your site
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;wp-llms-txt&lt;/h1&gt;
&lt;/div&gt;

&lt;blockquote&gt;
&lt;p&gt;Generate &lt;code&gt;/llms.txt&lt;/code&gt; and &lt;code&gt;/llms-full.txt&lt;/code&gt; from your sitemap so AI crawlers understand your site.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://www.php.net/" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/fb0c8ecc1733e3590887c77581c7ce4f52ac5c11450f6c723a93952772cac66c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e302532422d3737376262343f6c6f676f3d706870266c6f676f436f6c6f723d7768697465" alt="PHP 8.0+"&gt;&lt;/a&gt;
&lt;a href="https://wordpress.org/" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/48967903147d81e6136ae77f117208ae617f2ea94fe18db86980c070c9360432/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f576f726450726573732d362e302532422d3231373539623f6c6f676f3d776f72647072657373266c6f676f436f6c6f723d7768697465" alt="WordPress 6.0+"&gt;&lt;/a&gt;
&lt;a href="https://github.com/LBoneLuv/wp-llms-txt/LICENSE" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/6c290d3fa30f4a51454757590f2beec29a83cccdfcd9945e2c0d387af01477f3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d323263353565" alt="License: MIT"&gt;&lt;/a&gt;
&lt;a href="https://github.com/LBoneLuv/wp-llms-txt/releases" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/f6268f5f432f934b13f0d3b40fe283a2710032c32481eb53a9da90822a407fcd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e312e302d373734346634" alt="Version"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;What is &lt;code&gt;llms.txt&lt;/code&gt;?&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="https://llmstxt.org/" rel="nofollow noopener noreferrer"&gt;llms.txt&lt;/a&gt; is an emerging standard (proposed by Answer.AI) that gives AI language models a structured, human-readable map of a website — similar to what &lt;code&gt;robots.txt&lt;/code&gt; does for web crawlers and &lt;code&gt;sitemap.xml&lt;/code&gt; for search engines.&lt;/p&gt;
&lt;p&gt;When ChatGPT, Perplexity, Claude, or Gemini crawl your site, a well-structured &lt;code&gt;llms.txt&lt;/code&gt; helps them understand what you do, which pages matter, and how your content is organized. This directly affects how and whether your site gets cited in AI-generated answers.&lt;/p&gt;
&lt;p&gt;A typical &lt;code&gt;llms.txt&lt;/code&gt; looks like:&lt;/p&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;&lt;pre class="notranslate"&gt;&lt;code&gt;# Boneluv

&amp;gt; Agencia digital premium en Sevilla. Diseño web WordPress a medida, WooCommerce, SEO, hosting BoneCloud, Microsoft 365 y automatización con IA para empresas B2B.

## Páginas

- [Diseño Web a Medida](https://boneluv.com/diseno-web-a-medida/)
- [Posicionamiento SEO](https://boneluv.com/posicionamiento-seo/)
- [Hosting BoneCloud](https://boneluv.com/hosting-bonecloud/)

## Blog

- [Cómo mejorar la velocidad de WordPress en 2026](https://boneluv.com/blog/mejorar-velocidad-wordpress/)
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Features&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;✅ &lt;strong&gt;WordPress&lt;/strong&gt;…&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/LBoneLuv/wp-llms-txt" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Stars and feedback welcome. If you run into issues with a specific sitemap format, open an issue and I'll look into it.&lt;/p&gt;

</description>
      <category>wordpress</category>
      <category>php</category>
      <category>seo</category>
      <category>ai</category>
    </item>
    <item>
      <title>Bone Buttons: A simple button generator</title>
      <dc:creator>José Manuel Ramírez</dc:creator>
      <pubDate>Wed, 04 Sep 2019 18:44:46 +0000</pubDate>
      <link>https://forem.com/boneluvco/bone-buttons-a-simple-button-generator-2cek</link>
      <guid>https://forem.com/boneluvco/bone-buttons-a-simple-button-generator-2cek</guid>
      <description>&lt;h2&gt;
  
  
  🎉 New free tool is coming 🎉
&lt;/h2&gt;

&lt;p&gt;I'm working on &lt;strong&gt;#BoneButtons&lt;/strong&gt; a CSS button generator. It's still on development 🔧 but you can test it. &lt;/p&gt;

&lt;p&gt;Feel free to give me your feedback 🤓&lt;/p&gt;

&lt;p&gt;This is the link to the tool:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://bonebuttons.netlify.com" rel="noopener noreferrer"&gt;Bone Buttons: Buttons generator&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And this is the github repo:&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/LBoneLuv" rel="noopener noreferrer"&gt;
        LBoneLuv
      &lt;/a&gt; / &lt;a href="https://github.com/LBoneLuv/Bone-Buttons" rel="noopener noreferrer"&gt;
        Bone-Buttons
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      ⚡ Bone buttons - Simple CSS tool for buttons 
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;⚡ Bone Buttons &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/2e8ecf6af0608c37d02983c6b630c1ce2f909798797dad53565ece5e281962d0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61646525323062792d626f6e656c75762d253233666631383763"&gt;&lt;img src="https://camo.githubusercontent.com/2e8ecf6af0608c37d02983c6b630c1ce2f909798797dad53565ece5e281962d0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61646525323062792d626f6e656c75762d253233666631383763" alt="img"&gt;&lt;/a&gt; &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/d1289c1e2b97b3e2b6fe3f288d6ec08e41f0b170c075209cf6c7a6d3d0897115/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6c626f6e656c75762f626f6e652d627574746f6e73"&gt;&lt;img src="https://camo.githubusercontent.com/d1289c1e2b97b3e2b6fe3f288d6ec08e41f0b170c075209cf6c7a6d3d0897115/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6c626f6e656c75762f626f6e652d627574746f6e73" alt="GitHub"&gt;&lt;/a&gt; &lt;a href="https://app.netlify.com/sites/bonebuttons/deploys" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/59cf9d02c62e8b564f840471a1d15e8af99a22a7a1a82f222e9c098bda96003b/68747470733a2f2f6170692e6e65746c6966792e636f6d2f6170692f76312f6261646765732f64396234373230662d623638332d343364392d396262612d3265656437633236636137352f6465706c6f792d737461747573" alt="Netlify Status"&gt;&lt;/a&gt;
&lt;/h1&gt;

&lt;/div&gt;
&lt;a href="https://boneluv.es" rel="nofollow noopener noreferrer"&gt;
&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;p&gt;A simple CSS tool to use amazing designs for buttons&lt;/p&gt;
&lt;p&gt;(Working on)&lt;/p&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/LBoneLuv/Bone-Buttons" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;



&lt;div class="ltag__user ltag__user__id__211049"&gt;
    &lt;a href="/lboneluv" class="ltag__user__link profile-image-link"&gt;
      &lt;div class="ltag__user__pic"&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=150,height=150,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F211049%2F5ef3493f-8c56-4f52-a7a8-5b001dca4280.jpg" alt="lboneluv image"&gt;
      &lt;/div&gt;
    &lt;/a&gt;
  &lt;div class="ltag__user__content"&gt;
    &lt;h2&gt;
&lt;a class="ltag__user__link" href="/lboneluv"&gt;José Manuel Ramírez&lt;/a&gt;Follow
&lt;/h2&gt;
    &lt;div class="ltag__user__summary"&gt;
      &lt;a class="ltag__user__link" href="/lboneluv"&gt;Frontend developer&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>html</category>
      <category>javascript</category>
      <category>productivity</category>
      <category>design</category>
    </item>
  </channel>
</rss>
