<?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: Hugo Larsson</title>
    <description>The latest articles on DEV Community by Hugo Larsson (@hugomsl).</description>
    <link>https://dev.to/hugomsl</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%2F4001085%2Fe0e07814-ad74-46c3-a327-46b9a8e56aa1.png</url>
      <title>DEV Community: Hugo Larsson</title>
      <link>https://dev.to/hugomsl</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hugomsl"/>
    <language>en</language>
    <item>
      <title>How I built a Minecraft server list that ranks by real player votes (not bots)</title>
      <dc:creator>Hugo Larsson</dc:creator>
      <pubDate>Wed, 24 Jun 2026 18:34:08 +0000</pubDate>
      <link>https://dev.to/hugomsl/how-i-built-a-minecraft-server-list-that-ranks-by-real-player-votes-not-bots-fcm</link>
      <guid>https://dev.to/hugomsl/how-i-built-a-minecraft-server-list-that-ranks-by-real-player-votes-not-bots-fcm</guid>
      <description>&lt;p&gt;Hi, I'm Hugo. I built MinecraftServers-List.com — a Minecraft server directory that ranks servers by genuine player votes and uptime.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;Most existing Minecraft server lists have the same problem: the rankings are easily gamed. Server owners run scripts to inflate their vote counts, and players searching for a good server end up with a list that reflects who has the best bots, not which servers are actually worth playing on.&lt;br&gt;
I wanted to fix that.&lt;/p&gt;

&lt;h2&gt;
  
  
  What makes it different
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Vote integrity&lt;/strong&gt; — votes are tied to real player sessions and IP validation, making bot voting significantly harder&lt;br&gt;
&lt;strong&gt;Uptime monitoring&lt;/strong&gt; — servers that go offline lose ranking visibility automatically&lt;br&gt;
&lt;strong&gt;Player reviews&lt;/strong&gt; — verified players can leave reviews with star ratings, giving prospective players real signal&lt;br&gt;
Java &amp;amp; Bedrock — both editions listed and filterable by gamemode, version, and country&lt;/p&gt;

&lt;h2&gt;
  
  
  The tech stack
&lt;/h2&gt;

&lt;p&gt;Built with TanStack Start (React SSR), Supabase for the database, and deployed on Cloudflare Workers. The SSR approach was important for SEO — server listing pages need to be fully rendered for Googlebot to index individual server pages properly.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I've learned so far
&lt;/h2&gt;

&lt;p&gt;Getting a new directory site indexed by Google is genuinely hard. The challenge isn't technical — it's convincing Google that hundreds of server listing pages are individually worth indexing when they all share a similar template structure.&lt;br&gt;
The solution has been enriching each server page with structured data (VideoGame schema with AggregateRating), genuine user reviews, and making sure every page has a meaningfully unique meta description generated from real server data — version, gamemode, player count, country.&lt;br&gt;
Still a work in progress but the site is live, servers are actively listed, and players are voting daily.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;If you run a Minecraft server, you can list it free at &lt;a href="https://minecraftservers-list.com" rel="noopener noreferrer"&gt;https://minecraftservers-list.com&lt;/a&gt;&lt;br&gt;
If you're looking for a server to join, the SMP list and survival list are good starting points.&lt;br&gt;
Happy to answer questions about the build in the comments.&lt;/p&gt;

</description>
      <category>minecraft</category>
      <category>gamedev</category>
      <category>webdev</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
