<?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: lainey</title>
    <description>The latest articles on Forem by lainey (@lainey_700a31f913db2e8d89).</description>
    <link>https://forem.com/lainey_700a31f913db2e8d89</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%2F2950397%2Fd4d316c6-438e-4079-9497-032c75a33684.png</url>
      <title>Forem: lainey</title>
      <link>https://forem.com/lainey_700a31f913db2e8d89</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/lainey_700a31f913db2e8d89"/>
    <language>en</language>
    <item>
      <title>How I Built a Community Wiki for a Roblox Game (Bridger Western)</title>
      <dc:creator>lainey</dc:creator>
      <pubDate>Mon, 20 Apr 2026 05:47:10 +0000</pubDate>
      <link>https://forem.com/lainey_700a31f913db2e8d89/how-i-built-a-community-wiki-for-a-roblox-game-bridger-western-3oj4</link>
      <guid>https://forem.com/lainey_700a31f913db2e8d89/how-i-built-a-community-wiki-for-a-roblox-game-bridger-western-3oj4</guid>
      <description>&lt;h2&gt;
  
  
  What is Bridger Western?
&lt;/h2&gt;

&lt;p&gt;Bridger Western is a Roblox survival game set in the American frontier, blending western gameplay with JoJo's Bizarre Adventure Stands and Jujutsu Kaisen mechanics. It has a dedicated player base but limited official documentation — the official Trello only covers the basics.&lt;/p&gt;

&lt;p&gt;That gap is exactly why I built &lt;strong&gt;&lt;a href="https://bridgerwestern.cc" rel="noopener noreferrer"&gt;Bridger Western Wiki&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Static HTML/CSS/JS&lt;/strong&gt; — no framework, just clean semantic HTML&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deployed on Vercel&lt;/strong&gt; — fast global CDN, zero config&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Custom JS&lt;/strong&gt; for search, TOC generation, and ad management&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Adsterra&lt;/strong&gt; for monetization (Native Banner + Social Bar)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  What the Wiki Covers
&lt;/h2&gt;

&lt;p&gt;The wiki has grown to 60+ pages covering:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🌟 &lt;strong&gt;&lt;a href="https://bridgerwestern.cc/stands/" rel="noopener noreferrer"&gt;Stands Database&lt;/a&gt;&lt;/strong&gt; — All 22 Stands with abilities, acquisition methods, and keybinds&lt;/li&gt;
&lt;li&gt;🎣 &lt;strong&gt;&lt;a href="https://bridgerwestern.cc/fishing/" rel="noopener noreferrer"&gt;Fishing Guide&lt;/a&gt;&lt;/strong&gt; — Drop rates (Arrow Shard 0.1%, Golden Bass 15k Moola)&lt;/li&gt;
&lt;li&gt;🃏 &lt;strong&gt;&lt;a href="https://bridgerwestern.cc/cards/" rel="noopener noreferrer"&gt;Cards Guide&lt;/a&gt;&lt;/strong&gt; — All 25 Tarot Cards and best builds&lt;/li&gt;
&lt;li&gt;🗺️ &lt;strong&gt;&lt;a href="https://bridgerwestern.cc/locations/" rel="noopener noreferrer"&gt;Locations &amp;amp; NPCs&lt;/a&gt;&lt;/strong&gt; — World map, shops, Flint the Blacksmith, Gyro (Spin questline)&lt;/li&gt;
&lt;li&gt;🐴 &lt;strong&gt;&lt;a href="https://bridgerwestern.cc/locations/horses/" rel="noopener noreferrer"&gt;Horse Guide&lt;/a&gt;&lt;/strong&gt; — Stats, pricing formula, Legendary/Mythical mechanics&lt;/li&gt;
&lt;li&gt;🔫 &lt;strong&gt;&lt;a href="https://bridgerwestern.cc/weapons/" rel="noopener noreferrer"&gt;Weapons Database&lt;/a&gt;&lt;/strong&gt; — Primary/secondary weapons, Mares Leg guide&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  SEO Approach
&lt;/h2&gt;

&lt;p&gt;Since the game has no dominant wiki, there's a real opportunity to rank for long-tail keywords like "bridger western arrow shard drop rate" or "bridger western how to get stand".&lt;/p&gt;

&lt;p&gt;Key decisions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Every page has a dedicated &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt;, BreadcrumbList schema, and FAQPage schema where relevant&lt;/li&gt;
&lt;li&gt;Internal linking is bidirectional — every new page links back to parent sections&lt;/li&gt;
&lt;li&gt;Sitemap submitted to Google Search Console and Bing Webmaster Tools&lt;/li&gt;
&lt;li&gt;IndexNow integration via GitHub Actions for instant indexing on push&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Lessons Learned
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Content accuracy matters more than volume&lt;/strong&gt; — players will leave immediately if data is wrong&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;TOC sidebar improves engagement&lt;/strong&gt; — pages with "On This Page" have lower bounce rates&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Exit-intent popups work&lt;/strong&gt; — collecting user intent data helped identify content gaps&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Avoid duplicate content&lt;/strong&gt; — having the same NPC description on 3 pages splits traffic&lt;/li&gt;
&lt;/ol&gt;




&lt;p&gt;The wiki is open and growing. If you're building a game wiki or community resource site, feel free to reach out.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Full wiki:&lt;/strong&gt; &lt;a href="https://bridgerwestern.cc" rel="noopener noreferrer"&gt;https://bridgerwestern.cc&lt;/a&gt;&lt;/p&gt;

</description>
      <category>documentation</category>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>webdev</category>
    </item>
    <item>
      <title>the forge calculator</title>
      <dc:creator>lainey</dc:creator>
      <pubDate>Thu, 04 Dec 2025 11:59:31 +0000</pubDate>
      <link>https://forem.com/lainey_700a31f913db2e8d89/the-forge-calculator-15mf</link>
      <guid>https://forem.com/lainey_700a31f913db2e8d89/the-forge-calculator-15mf</guid>
      <description>&lt;p&gt;Free Forge Calculator for The Forge Roblox game. Calculate crafting resources, materials, and costs instantly. Optimize your forging strategy with our tool.&lt;br&gt;
&lt;a href="https://forge-calculator.com/" rel="noopener noreferrer"&gt;https://forge-calculator.com/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>brat generator</title>
      <dc:creator>lainey</dc:creator>
      <pubDate>Wed, 23 Apr 2025 14:27:25 +0000</pubDate>
      <link>https://forem.com/lainey_700a31f913db2e8d89/brat-generator-24i</link>
      <guid>https://forem.com/lainey_700a31f913db2e8d89/brat-generator-24i</guid>
      <description>&lt;p&gt;&lt;a href="https://bratgenerator.com.cn" rel="noopener noreferrer"&gt;brat generator&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
  </channel>
</rss>
