You mean the link relation.
It’s not in the standard templates.
You have to create a custom template and add the desired attributes and link relations to the a-tag. I always use target=”_blank” rel=”noopener nofollow”.
Cheers,
Sascha
Thread Starter
dnsgc
(@dnsgc)
Thanks a lot, Sascha!
That’s what I’m so confused about. Are you sure it’s not in the standard templates? Because when I go e.g. to the template “ProductGrid”, line 13 says:
But when I use it and later go to “Inspect Element” on the link, I can’t find the nofollow anymore.
So do I have to add it somewhere else to make it work?
I was wrong. The link relation “nofollow” actually is part of the standard templates already. So there’s no further action necessary, obviously.
