<?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: Weiguo Yun</title>
    <description>The latest articles on DEV Community by Weiguo Yun (@yunweiguo).</description>
    <link>https://dev.to/yunweiguo</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%2F3913096%2F2927b0ca-ba6c-4ae9-ad7c-8313ef2eaa0a.png</url>
      <title>DEV Community: Weiguo Yun</title>
      <link>https://dev.to/yunweiguo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yunweiguo"/>
    <language>en</language>
    <item>
      <title>I Built a Niche Music Website from Google Trends — Here’s What Happened</title>
      <dc:creator>Weiguo Yun</dc:creator>
      <pubDate>Sun, 23 Aug 2026 14:22:58 +0000</pubDate>
      <link>https://dev.to/yunweiguo/i-built-a-niche-music-website-from-google-trends-heres-what-happened-3p96</link>
      <guid>https://dev.to/yunweiguo/i-built-a-niche-music-website-from-google-trends-heres-what-happened-3p96</guid>
      <description>&lt;h2&gt;
  
  
  The idea
&lt;/h2&gt;

&lt;p&gt;I like experimenting with small products built around emerging search behavior.&lt;/p&gt;

&lt;p&gt;One of the patterns I noticed was people searching for phrases around&lt;br&gt;
"truck wala music", "salon wala music", bus playlists, and similar&lt;br&gt;
scene-based music experiences in India.&lt;/p&gt;

&lt;p&gt;Instead of building another generic playlist site, I decided to test a&lt;br&gt;
different idea:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What if each everyday scene became its own radio station?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That became Wala Vibes.&lt;/p&gt;

&lt;h2&gt;
  
  
  From keywords to a product
&lt;/h2&gt;

&lt;p&gt;The important part was not simply creating pages for keywords.&lt;/p&gt;

&lt;p&gt;I tried to turn each intent into a real product experience:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Truck → highway radio&lt;/li&gt;
&lt;li&gt;Bus → long-distance journey playlist&lt;/li&gt;
&lt;li&gt;Auto → auto-rickshaw listening&lt;/li&gt;
&lt;li&gt;Salon → barber-shop music&lt;/li&gt;
&lt;li&gt;Mistri → worksite playlist&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal was to make the pages feel like parts of one product rather&lt;br&gt;
than disconnected SEO landing pages.&lt;/p&gt;

&lt;h2&gt;
  
  
  Building the MVP
&lt;/h2&gt;

&lt;p&gt;Describe:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;frontend stack&lt;/li&gt;
&lt;li&gt;scene configuration&lt;/li&gt;
&lt;li&gt;audio/source strategy&lt;/li&gt;
&lt;li&gt;responsive design&lt;/li&gt;
&lt;li&gt;deployment&lt;/li&gt;
&lt;li&gt;SEO metadata&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I learned from Google Search Console
&lt;/h2&gt;

&lt;p&gt;After launch, Google Search Console started showing something interesting.&lt;/p&gt;

&lt;p&gt;Some pages received impressions quickly, but their CTR and ranking differed&lt;br&gt;
significantly.&lt;/p&gt;

&lt;p&gt;That taught me to separate three problems:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Search demand&lt;/li&gt;
&lt;li&gt;Ranking&lt;/li&gt;
&lt;li&gt;SERP click-through rate&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;For example, a page ranking around position 5–7 with significant impressions&lt;br&gt;
was often a better optimization target than creating another new page.&lt;/p&gt;

&lt;h2&gt;
  
  
  SEO changed my product roadmap
&lt;/h2&gt;

&lt;p&gt;Originally I thought the next step would be adding more scenes.&lt;/p&gt;

&lt;p&gt;Instead, search data suggested something different:&lt;/p&gt;

&lt;p&gt;Improve the pages Google had already started ranking.&lt;/p&gt;

&lt;p&gt;This changed my roadmap from:&lt;/p&gt;

&lt;p&gt;More pages → more traffic&lt;/p&gt;

&lt;p&gt;to:&lt;/p&gt;

&lt;p&gt;Validated query → improve intent match → improve page → measure again&lt;/p&gt;

&lt;h2&gt;
  
  
  What surprised me
&lt;/h2&gt;

&lt;p&gt;The biggest surprise was that niche search terms can reveal product concepts,&lt;br&gt;
not just article topics.&lt;/p&gt;

&lt;p&gt;"Truck music", "bus playlist", and "salon music" look like keywords on a&lt;br&gt;
spreadsheet.&lt;/p&gt;

&lt;p&gt;But together they describe a broader product concept:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;music organized around everyday Indian scenes.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The project
&lt;/h2&gt;

&lt;p&gt;I called the experiment&lt;br&gt;
&lt;a href="https://walavibes.wtf/" rel="noopener noreferrer"&gt;Wala Vibes&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It's still a small project, and I'm continuing to experiment with search,&lt;br&gt;
content, scene design, and the radio experience.&lt;/p&gt;

&lt;p&gt;I'd be especially interested in feedback from other developers who have built&lt;br&gt;
products around search demand:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Do you treat SEO data as a marketing signal or as a product discovery signal?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>buildinpublic</category>
      <category>product</category>
      <category>sideprojects</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
