Hi! I just run a SEO check on my website and it turns out that all internal links are set to nofollow.
This is not quite true, and I would ignore this tool’s recommendation.
First, there’s no such thing as “dofollow” tag. Links are followed automatically, unless marked as “nofollow”.
So, if anything, you should be seeking to find out what’s setting the “nofollow” so you can disable it, rather than looking to set “dofollow” (which doesn’t exist).
But I checked a couple of pages on your site, and I didn’t find “nofollow” on any link that matters. None of the links to posts/pages/archives (what I’d consider actual internal links) have the nofollow attribute on them.
The only “nofollow” attributes I see are on links like this:
<a href="?add-to-cart=15413" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="15413" data-product_sku="810201" aria-label="?Golden Milk - Die K?mpferin (16x40g)“ zu deinem Warenkorb hinzufügen" rel="nofollow">In den Warenkorb</a>
This is the shopping cart icon you have in the lower-right corner of your screen:
1) This is not a link to a separate page: it’s just code to open the shopping cart overlay on top of the current page. So it MUST be marked as nofollow, else you’ll have a ton of duplicate content issues.
2) The code above uses relative URL so that the shopping cart can be clicked/opened from ANY page. And the cart is all pages of your site, that’s why you’re seeing so many “nofollow” links when you scan the entire site.
Again, there’s no nofollow on links to posts, pages, category/tag/page archives, or any destination that matters. The nofollow is ONLY on the shopping cart icon, and that’s the CORRECT thing to do.
Good luck!