How to fix a Liquid error on line 169 in Shopify?

Topic summary

A Shopify store owner encountered a Liquid error on line 169 of their featured-collection.liquid file, specifically related to a missing snippet called seomasterbrokenlinkredirect.liquid.

Two solutions were proposed:

  1. Add the missing snippet: Create a new file named seomasterbrokenlinkredirect.liquid in the snippets folder (note: the .liquid extension should be added automatically by Shopify).

  2. Remove the reference: Navigate to Online Store β†’ Theme β†’ Edit Code β†’ Sections β†’ featured-collection.liquid, locate line 169 containing the reference to seomasterbrokenlinkredirect, and delete it.

The issue was successfully resolved after implementing one of these solutions.

Summarized with AI on November 22. AI used: claude-sonnet-4-5-20250929.

How can fix this Message: liquid error (sections/featured-collection.liquid line 169): could not find asset snippets/seomasterbrokenlinkredirect.liquid

Thank You

Under snippets folder, you have to add this file seomasterbrokenlinkredirect.liquid
You don’t need to add .liquid extension there
Please check if it works
Thanks!

Hi @broochiton ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Sections ->/featured-collection.liquid-> Find : seomasterbrokenlinkredirect and remove that line

I hope it would help you
Best regards,

Kate | PageFly

1 Like

Thank you Done