Hey Lisa, in that case I recommend adding a noindex tag in each page of your footer
you can do it directly with liquid :
- Log in to your Shopify admin panel.
- Navigate to “Online Store” > “Themes”.
- Find your current theme and click “Actions” > “Edit code”.
- In the left sidebar, locate and click on the “theme.liquid” file under the “Layout” section.
- Find the closing tag in the theme.liquid file.
- Just before the tag, add the noindex code
- Click “Save” to apply the changes.
Finding Your Page Handle
To find the handle of the page you want to noindex:
- Go to “Online Store” > “Pages” in your Shopify admin.
- Click on the page you want to noindex.
- Look at the URL in your browser. The last part of the URL after “/pages/” is your page handle
Simple solution
You can use a Shopify app like Noindexly to create noindex tag without having to code
Extract the list of links in your footer and then apply a noindex tag to those links.