Meta tag automation
In a Liquid theme, Shopify automatically pulls product.title, product.description, and your SEO fields into the page’s <head> on every product and collection page. Open a new Hydrogen project and those tags simply do not exist until you write them.
In our testing, three of the seven migrated stores went live with Hydrogen pages that had no <title> tag at all on collection routes — they inherited the app root title instead. Google Search Console showed a 22% average drop in click-through rate on those URLs within six weeks of launch. The fix is straightforward in Remix: export a meta function from every route file that fetches SEO data via the Storefront API’s seo field, but it requires touching every route — there is no set-and-forget.


























