I’m using pods to list out a range of products. In my template I’m using {@guid} as the href to the individual page…
If you look at this page as an example:
https://wordpress-477124-3103541.cloudwaysapps.com/worktops/acrylic-worktops/tristone-worktops/
When you hover the square swatch images you’ll see that the link is like this:
which leads to the page with this url:
https://wordpress-477124-3103541.cloudwaysapps.com/worktop/cocoa-powder-2/
Issue 1: Is there an alternative to {@guid} which uses the proper url eg: /cocoa-powder-2/ rather than &p=7798 ?
I’m, concerned that SEO-wise this isn’t the best practice
Issue 2: Ubersuggest is returning a 403 error on all of these pages. I’m waiting for a response from them to find out if this is an actual issue or a false-report – because the urls marked with 403 (not authorised to access) are definitely available – I’m concerned that the {@guid} method using a querystring may be causing the issue.
