<?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: Albert Yang</title>
    <description>The latest articles on Forem by Albert Yang (@albert_yang_0f45eaa8917ba).</description>
    <link>https://forem.com/albert_yang_0f45eaa8917ba</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%2F3878317%2Fc29eaa41-6def-45a9-a46a-89cb939fbf0a.png</url>
      <title>Forem: Albert Yang</title>
      <link>https://forem.com/albert_yang_0f45eaa8917ba</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/albert_yang_0f45eaa8917ba"/>
    <language>en</language>
    <item>
      <title>Debugging the "Invisible" WooCommerce Shop Page: No Errors, No Content</title>
      <dc:creator>Albert Yang</dc:creator>
      <pubDate>Tue, 14 Apr 2026 10:02:02 +0000</pubDate>
      <link>https://forem.com/albert_yang_0f45eaa8917ba/debugging-the-invisible-woocommerce-shop-page-no-errors-no-content-4nh3</link>
      <guid>https://forem.com/albert_yang_0f45eaa8917ba/debugging-the-invisible-woocommerce-shop-page-no-errors-no-content-4nh3</guid>
      <description>&lt;p&gt;Ever had one of those "silent bugs" that makes you question your sanity?&lt;/p&gt;

&lt;p&gt;I recently encountered a strange issue on a live site, &lt;a href="https://algobertfashion.com/" rel="noopener noreferrer"&gt;algobertfashion.com&lt;/a&gt;. The Shop page (/products/) was loading the header and footer perfectly, but the main product loop was completely empty.&lt;/p&gt;

&lt;p&gt;The Symptoms:&lt;/p&gt;

&lt;p&gt;The page was blank where products should be.&lt;/p&gt;

&lt;p&gt;F12 Console: Zero errors.&lt;/p&gt;

&lt;p&gt;Category pages (e.g., /product-category/dresses/) worked perfectly.&lt;/p&gt;

&lt;p&gt;The issue persisted on both Mobile and Desktop.&lt;/p&gt;

&lt;p&gt;The Stack: WordPress, Kadence Theme, WooCommerce, Litespeed Cache, and Cloudflare.&lt;/p&gt;

&lt;p&gt;The Troubleshooting Journey:&lt;/p&gt;

&lt;p&gt;Permalinks: Re-saving fixed it for an hour, then it vanished again.&lt;/p&gt;

&lt;p&gt;Template Conflict: I suspected a block in the Kadence editor was "hijacking" the the_content hook. I stripped the page of all blocks to let WooCommerce take over.&lt;/p&gt;

&lt;p&gt;Object Cache Ghosting: The culprit was likely a stale database query stuck in the Litespeed Object Cache (Redis/Memcached), serving a "null" result for the main shop query while the categories remained fresh.&lt;/p&gt;

&lt;p&gt;The Fix: By clearing the Object Cache and re-mapping the Shop page in WooCommerce settings to a fresh, block-free page, the routing stabilized.&lt;/p&gt;

&lt;p&gt;Have you ever had a cache issue that survived a hard refresh? Drop your worst debugging stories in the comments!&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>webdev</category>
      <category>wordpress</category>
    </item>
    <item>
      <title>Technical SEO for B2B E-commerce: Balancing Performance and Scale in Garment Manufacturing</title>
      <dc:creator>Albert Yang</dc:creator>
      <pubDate>Tue, 14 Apr 2026 10:00:30 +0000</pubDate>
      <link>https://forem.com/albert_yang_0f45eaa8917ba/technical-seo-for-b2b-e-commerce-balancing-performance-and-scale-in-garment-manufacturing-3c5d</link>
      <guid>https://forem.com/albert_yang_0f45eaa8917ba/technical-seo-for-b2b-e-commerce-balancing-performance-and-scale-in-garment-manufacturing-3c5d</guid>
      <description>&lt;p&gt;In the world of B2B e-commerce, the "customer journey" is very different from B2C. For a garment manufacturer, buyers aren't just browsing; they are analyzing catalogs, checking technical specs, and often doing so from regions with varying internet speeds.&lt;/p&gt;

&lt;p&gt;While optimizing &lt;a href="https://algobertfashion.com/" rel="noopener noreferrer"&gt;Algo Bert Fashion&lt;/a&gt;, a global B2B platform, I realized that standard "out-of-the-box" SEO isn't enough when you're dealing with thousands of SKUs and heavy image data synced from an ERP.&lt;/p&gt;

&lt;p&gt;The Challenges we tackled:&lt;/p&gt;

&lt;p&gt;TTFB (Time to First Byte): For international buyers, every millisecond counts. We integrated Litespeed Cache and Cloudflare to ensure the server response was under 200ms globally.&lt;/p&gt;

&lt;p&gt;Dynamic Product Mapping: Managing high-resolution garment images without bloating the database.&lt;/p&gt;

&lt;p&gt;Trust Signals: In B2B, the "Product Category" page is often the landing page for bulk buyers. We optimized these for "Long-tail" keywords that procurement officers actually search for.&lt;/p&gt;

&lt;p&gt;The Result: By focusing on technical performance over flashy design, we improved our indexing speed significantly.&lt;/p&gt;

&lt;p&gt;Have you worked on B2B-specific SEO? I’d love to hear how you handle large-scale catalog optimization.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
