Hi @PedroGS ,
sorry for the radio silence. Thanks for sharing your solution! I’m happy to hear that you found one!
Goal: auto-populate SEO title and meta description on Shopify product pages (free, no app) using the product title.
Approach: edit theme.liquid and use Liquid (Shopify’s templating language) to set tags when the template contains ‘product’. Example pattern: set to product title + a suffix (e.g., “ | Earth To Planet Cartoons”) and set a product-based meta description. This renders in the page HTML but does not change the Shopify admin SEO fields.
Outcomes and notes:
Theme variations/issues:
Status: latest open question is how to add a condition to avoid duplicating the shop name if it’s already in the title. No final resolution posted yet.
Hi @PedroGS ,
sorry for the radio silence. Thanks for sharing your solution! I’m happy to hear that you found one!