<?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: Ivan Danilov</title>
    <description>The latest articles on DEV Community by Ivan Danilov (@ivan_danilov_adc93828cc63).</description>
    <link>https://dev.to/ivan_danilov_adc93828cc63</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%2F4005113%2F01812404-7337-444e-8f2f-18965484fff1.png</url>
      <title>DEV Community: Ivan Danilov</title>
      <link>https://dev.to/ivan_danilov_adc93828cc63</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ivan_danilov_adc93828cc63"/>
    <language>en</language>
    <item>
      <title>How We Built a Free AI SEO Plugin for Ukrainian WordPress Sites (and What We Learned)</title>
      <dc:creator>Ivan Danilov</dc:creator>
      <pubDate>Sat, 27 Jun 2026 09:22:48 +0000</pubDate>
      <link>https://dev.to/ivan_danilov_adc93828cc63/how-we-built-a-free-ai-seo-plugin-for-ukrainian-wordpress-sites-and-what-we-learned-3a0p</link>
      <guid>https://dev.to/ivan_danilov_adc93828cc63/how-we-built-a-free-ai-seo-plugin-for-ukrainian-wordpress-sites-and-what-we-learned-3a0p</guid>
      <description>&lt;p&gt;Running Ukrainian-language WordPress sites comes with a specific set of SEO challenges that most English-focused plugins don't address well. We built NemynAI SEO Autopilot to solve them — and it's now live on WordPress.org.&lt;/p&gt;

&lt;p&gt;The problem we were solving&lt;/p&gt;

&lt;p&gt;Generating quality SEO content in Ukrainian is harder than it sounds:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI tends to produce robotic, overly formal Ukrainian that doesn't read naturally&lt;/li&gt;
&lt;li&gt;Latin slug transliteration from Cyrillic is inconsistent across plugins&lt;/li&gt;
&lt;li&gt;Most AI content tools produce H1 duplicates that break Yoast/RankMath&lt;/li&gt;
&lt;li&gt;Pexels image embedding usually requires a separate plugin&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What we built&lt;/p&gt;

&lt;p&gt;NemynAI SEO Autopilot connects to Claude API and generates articles with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Natural third-person Ukrainian voice (no AI clichés, no H1 duplication)&lt;/li&gt;
&lt;li&gt;Automatic Latin slug transliteration from Cyrillic titles&lt;/li&gt;
&lt;li&gt;Two inline Pexels images per article&lt;/li&gt;
&lt;li&gt;JSON-LD schema markup&lt;/li&gt;
&lt;li&gt;Full compatibility with Yoast SEO, RankMath, and AIOSEO&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The plugin is free on WordPress.org with a Freemius-powered Pro tier for higher volume.&lt;/p&gt;

&lt;p&gt;Technical decisions worth sharing&lt;/p&gt;

&lt;p&gt;We use WP_Filesystem instead of direct file operations for WordPress.org compliance. All API keys are stored encrypted. The article generation uses a system prompt that explicitly forbids AI writing patterns ("seamless", "delve", "comprehensive") which dramatically improved output quality.&lt;/p&gt;

&lt;p&gt;Slug transliteration from Ukrainian Cyrillic to Latin was the trickiest piece — we ended up building a custom transliteration table based on the BGN/PCGN standard, which handles edge cases that generic libraries miss.&lt;/p&gt;

&lt;p&gt;Results after launch&lt;/p&gt;

&lt;p&gt;We published to WordPress.org on June 19, 2026. If you work with Ukrainian WordPress sites, the plugin is worth trying — it's free and handles several painful problems automatically.&lt;/p&gt;

&lt;p&gt;Plugin page: wordpress.org/plugins/nemynai-seo-autopilot&lt;/p&gt;

</description>
      <category>ai</category>
      <category>wordpress</category>
      <category>seo</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
