<?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: Alina Konkulovska</title>
    <description>The latest articles on DEV Community by Alina Konkulovska (@alina_konkulovska_fa76709).</description>
    <link>https://dev.to/alina_konkulovska_fa76709</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%2F3749996%2F6919067a-8df3-4d04-ba82-ac1c0ab4031e.png</url>
      <title>DEV Community: Alina Konkulovska</title>
      <link>https://dev.to/alina_konkulovska_fa76709</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alina_konkulovska_fa76709"/>
    <language>en</language>
    <item>
      <title>LLMs txt for Magento: How to Optimize Your Store for AI Search</title>
      <dc:creator>Alina Konkulovska</dc:creator>
      <pubDate>Thu, 27 Aug 2026 10:22:16 +0000</pubDate>
      <link>https://dev.to/alina_konkulovska_fa76709/llms-txt-for-magento-how-to-optimize-your-store-for-ai-search-c14</link>
      <guid>https://dev.to/alina_konkulovska_fa76709/llms-txt-for-magento-how-to-optimize-your-store-for-ai-search-c14</guid>
      <description>&lt;p&gt;No secret that AI search is becoming a new source people use when looking for products or services.&lt;/p&gt;

&lt;p&gt;Now it’s enough to simply write “find me the best price for running shoes”, and AI systems like ChatGPT, Gemini, and Perplexity will provide you with the available options right away.&lt;/p&gt;

&lt;p&gt;For Magento store owners, it’s a new opportunity to reach customers through a new traffic channel. &lt;/p&gt;

&lt;p&gt;But how can you help AI systems understand and potentially cite your Magento store? The answer is llms.txt – a structured summary of your store.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why llms.txt matters?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;LLM (Large Language Model)&lt;/strong&gt; is the “brain” of an AI assistant that understands human language and generates answers. It searches and picks the most important information from your website that corresponds to the questions users ask.&lt;/p&gt;

&lt;p&gt;Without any guide, the AI has to decide for itself where the most relevant information is. However, AI assistants don’t process a Magento store the way customers do.&lt;/p&gt;

&lt;p&gt;They may ignore the important content or misunderstand relationships between products, categories, and prices while providing the answers.&lt;/p&gt;

&lt;p&gt;This is what the llms.txt file is designed for. It helps to highlight the important parts.&lt;/p&gt;

&lt;p&gt;Yet, the llms.txt file can’t be viewed as a replacement for traditional Magento SEO. It doesn’t improve your ranking. It serves as a companion that helps AI systems interpret your store along with existing schema and content strategy.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;File&lt;/th&gt;
&lt;th&gt;Main purpose&lt;/th&gt;
&lt;th&gt;What it provides&lt;/th&gt;
&lt;th&gt;Designed for&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;robots.txt&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Crawler instructions&lt;/td&gt;
&lt;td&gt;Rules about which areas of a website crawlers should or shouldn’t access&lt;/td&gt;
&lt;td&gt;Search engines and other web crawlers&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;sitemap.xml&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;URL discovery&lt;/td&gt;
&lt;td&gt;A list of important URLs on a website&lt;/td&gt;
&lt;td&gt;Search engines and crawlers&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;llms.txt&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;AI-oriented content guidance&lt;/td&gt;
&lt;td&gt;A list of important URLs on a website&lt;/td&gt;
&lt;td&gt;AI systems&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  What is llms.txt?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;llms.txt&lt;/strong&gt; is a text file written in Markdown that serves as a simplified instruction to your website AI can use to generate its answers. Here, you can specify categories, products, policies, and informational pages. &lt;/p&gt;

&lt;p&gt;The file is stored at &lt;a href="https://yourstore.com/llms.txt" rel="noopener noreferrer"&gt;https://yourstore.com/llms.txt&lt;/a&gt; and looks like this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gh"&gt;# My Store&lt;/span&gt;
&lt;span class="gu"&gt;## Categories&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; Men's Shoes
&lt;span class="p"&gt;-&lt;/span&gt; Women's Shoes
&lt;span class="p"&gt;-&lt;/span&gt; Running Shoes

&lt;span class="gu"&gt;## Products &lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; Galaxy 7 Running Shoes:https://example.com/galaxy-7-running-shoes 
&lt;span class="p"&gt;-&lt;/span&gt; Supernova Rise 3 Running Shoes://example.com/supernova-rise-3-running-shoes

&lt;span class="gu"&gt;## Important Pages&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; About Us: https://example.com/about-us
&lt;span class="p"&gt;-&lt;/span&gt; Returns: https://example.com/returns
&lt;span class="p"&gt;-&lt;/span&gt; Shipping: https://example.com/shipping
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;where "#" symbol shows headings and the "-" symbol shows lists.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to generate llms.txt in Magento?
&lt;/h2&gt;

&lt;p&gt;You can generate llms.txt for Magento either manually via the server or automatically using Magefan LLMs TXT Generator for Magento. Everything depends on your technical skills and the quantity of pages you want to add to llms.txt.&lt;/p&gt;

&lt;h3&gt;
  
  
  Create llms.txt on the server
&lt;/h3&gt;

&lt;p&gt;If you have access to the server and have technical knowledge, you can create llms.txt manually.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open the Magento root directory with SSH, cPanel, or FTP.&lt;/li&gt;
&lt;li&gt;Create a UTF-8 text file with the name llms.txt and make it publicly available at &lt;a href="https://yourstore.com/llms.txt" rel="noopener noreferrer"&gt;https://yourstore.com/llms.txt&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;Add relevant information about your store (a short business description, main categories, important products, blog pages, and other useful resources) using the format shown above.&lt;/li&gt;
&lt;li&gt;Open &lt;a href="https://yourstore.com/llms.txt" rel="noopener noreferrer"&gt;https://yourstore.com/llms.txt&lt;/a&gt; in a browser to check if the file is correct and accessible.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;However, for stores with a rich catalog and frequently changing products and content, it may become difficult to maintain the file. This is where automation can help.&lt;/p&gt;

&lt;h3&gt;
  
  
  Generate and update llms.txt automatically
&lt;/h3&gt;

&lt;p&gt;To generate llms.txt automatically, use the &lt;a href="https://magefan.com/magento-2-llms-txt-generator" rel="noopener noreferrer"&gt;&lt;strong&gt;Magento 2 LLMs TXT Generator&lt;/strong&gt;&lt;/a&gt; by Magefan. This tool allows merchants to automatically create and update a structured llms.txt file in the store’s root directory.&lt;/p&gt;

&lt;p&gt;All you need to do is configure the extension, and it will take care of the rest.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Go to &lt;strong&gt;Stores &amp;gt; Configuration &amp;gt; Magefan Extensions &amp;gt; LLMs TXT&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Add products you want to include in llms.txt by enabling the &lt;strong&gt;Include in LLMs.txt&lt;/strong&gt; field.&lt;/li&gt;
&lt;li&gt;Choose the product information you want to include from the &lt;strong&gt;Use Fields&lt;/strong&gt; option. &lt;/li&gt;
&lt;li&gt;Configure the cron scheduling settings to let the extension generate and update the llms.txt automatically.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That’s it. From this point on, the extension keeps the llms.txt file in the background, without any manual interference.&lt;/p&gt;

&lt;p&gt;Although AI search is becoming a new way for people to find products, most Magento stores haven’t adapted to it yet.&lt;/p&gt;

&lt;p&gt;This creates an opportunity to get ahead and optimize your store for AI-driven search.&lt;/p&gt;

&lt;p&gt;And even though llms.txt can’t guarantee your store will be in AI answers, it’s still worth adding to your Magento. Together with a clean robots.txt and an accurate sitemap, it can broaden your overall AI visibility strategy.&lt;/p&gt;

</description>
      <category>magento</category>
      <category>ai</category>
      <category>llmsttx</category>
    </item>
    <item>
      <title>How to Set Up Google Tag Manager in Magento?</title>
      <dc:creator>Alina Konkulovska</dc:creator>
      <pubDate>Wed, 25 Mar 2026 11:33:19 +0000</pubDate>
      <link>https://dev.to/alina_konkulovska_fa76709/how-to-set-up-google-tag-manager-in-magento-5e59</link>
      <guid>https://dev.to/alina_konkulovska_fa76709/how-to-set-up-google-tag-manager-in-magento-5e59</guid>
      <description>&lt;p&gt;Nowadays, to run a successful online store, merchants need to understand customers’ preferences and tastes. And tools like GTM make it easier to collect this kind of data, which merchants can use to improve conversions and optimize marketing efforts without touching a line of code.&lt;/p&gt;

&lt;p&gt;In this guide, we’ll go through how to install and configure Google Tag Manager in Magento 2, and how to start tracking key events.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Use Google Tag Manager in Magento 2?
&lt;/h2&gt;

&lt;p&gt;Before jumping into the setup, let’s see which benefits GTM offers to your Magento store:&lt;/p&gt;

&lt;h3&gt;
  
  
  Advanced Analytics &amp;amp; Insights
&lt;/h3&gt;

&lt;p&gt;With the help of GTM, merchants can integrate tools like GA4 and Google Ads into their store to receive a full funnel view of customer behaviour.&lt;/p&gt;

&lt;h3&gt;
  
  
  Easy Tracking Without Code Changes
&lt;/h3&gt;

&lt;p&gt;GTM lets merchants add and update tracking without redeploying the site for every tracking tweak. Therefore, it offers faster updates and experimentation.&lt;/p&gt;

&lt;h3&gt;
  
  
  Enhanced Ecommerce Tracking
&lt;/h3&gt;

&lt;p&gt;With GTM, merchants can track which products perform best, identify cart abandonment points, and investigate user journeys across pages, not to mention its ability to aggregate data from different devices and browsers.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Install the Google Tag Manager Script?
&lt;/h2&gt;

&lt;p&gt;To add GTM to Magento, without any extensions you need to install the GTM script into your theme.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;For this, navigate to Magento Admin &amp;gt; Content &amp;gt; Design &amp;gt; Configuration and paste the GTM script inside the Head &amp;gt; Scripts and Style Sheets section of a specific theme. Don't forget to Save the config.&lt;/p&gt;

&lt;p&gt;Note: this installs the GTM container, but doesn’t configure tracking tags, triggers and variables yet.&lt;/p&gt;

&lt;p&gt;If you prefer a more technical approach, place the GTM code directly into your theme’s head and body sections using .phtml files.&lt;/p&gt;

&lt;p&gt;As soon as you install the GTM script, Magento will trigger the GTM script.&lt;/p&gt;

&lt;p&gt;The next step is to set up GTM events (tags, triggers, and variables) separately.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Add GTM to Magento Using an Extension?
&lt;/h2&gt;

&lt;p&gt;The easiest way to add Google Tag Manager to Magento is by using an extension, like Magefan Google Tag Manager.&lt;/p&gt;

&lt;p&gt;Extensions come with pre-built data layers for all important eCommerce events and connect to Google Analytics automatically.&lt;/p&gt;

&lt;p&gt;This way, you don't have to edit the script, work with code, set up GA4 separately, or even create GTM tags.&lt;/p&gt;

&lt;p&gt;Here are the general steps to make it work in your Magento store:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 1:&lt;/strong&gt; Create a GTM account and set up a container for your store&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 2:&lt;/strong&gt; Copy your GTM account, container, and public IDs from the GTM dashboard&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 3:&lt;/strong&gt; Open Google Analytics 4 and copy the Measurement ID of your property&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 4:&lt;/strong&gt; Go to Magento admin and paste GTM IDs into the corresponding configuration fields&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 5:&lt;/strong&gt; Create GTM tags by importing the data layer&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 6:&lt;/strong&gt; Use the GTM preview mode to check if everything works properly&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 7:&lt;/strong&gt; Publish GTM tags to activate tracking on your store&lt;/p&gt;

&lt;p&gt;Once the GTM tags are published, you can go to the GA4 &amp;gt; Reports &amp;gt; Realtime and monitor the activity on your website.&lt;/p&gt;

&lt;p&gt;Adding Google Tag Manager to Magento 2 is a crucial step toward better analytics and smarter decision-making.&lt;/p&gt;

&lt;p&gt;However, consider setting up the GTM extension if you want to avoid manual configuration, reduce the risk of errors, and speed up the implementation process.&lt;/p&gt;

&lt;p&gt;It can help streamline tracking setup, especially when working with events, data layers, and integrations with tools like Google Analytics 4.&lt;/p&gt;

</description>
      <category>analytics</category>
      <category>google</category>
      <category>marketing</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
