Pagination: Pagination URL Not in Anchor Tag (Screaming Frog)

Hi - I’ve been trying to find a solution to this issue and I’m just having success. I see that some folks perhaps have had success with this: https://community.shopify.com/post/2241093 but my pagination.liquid file only looks like this:

{% if paginate.pages > 1 %} {{ paginate | default_pagination | replace: '»', '' | replace: '«', '' }} {% endif %}

and not what the example in the solution I mentioned looks like. I’ve searched around and cannot find what I think would be the right code to zero in on. Screaming Frog is telling me to endure paginated URLs are linked to within tags.

Can anyone help me solve this issue? I currently have 130 pages with this issue.

I am using Turbo Theme from Out of the Sandbox, in case that’s relevant.

1 Like