-
AuthorPosts
-
September 28, 2017 at 7:53 pm #858196
Hello
Page is in private section
It contains a woocommerce product grid that when those products are clicked it goes to that specific product
I have Yoast seo premium and am trying to optimize what I can.
For seo comments I get this message: “This page has 22 internal link(s), all nofollowed.”I’m no expert in seo but what I think it means – tell google to NOT follow internal link – but from what I see I do want those links to be crawled and “followed”- I would think it would be better to be followed.
I contacted Yoast – they said:
“The Yoast SEO plugin doesn’t have a feature to nofollow or dofollow certain URLs.”I copied the view html source to see what is going on since I don’t see anything within the page builder – it does show a <a rel=”nofollow”
see code below.I was wondering if there is a way to change the nofollow for my store pages – if it’s safe and makes sense?
Thank you
PatHTML CODE
product__title”>Evenheat Glass Kiln-Metal Clay Kiln – Studio 8</h2>
<span class=”price”><span class=”from”>From: </span><span class=”woocommerce-Price-amount amount”><span class=”woocommerce-Price-currencySymbol”>$</span>560.00</span></span>
</div></div></div><div class=’avia_cart_buttons single_button’><span aria-hidden=’true’ data-av_icon=’’ data-av_iconfont=’entypo-fontello’></span> Select options</div></div>September 29, 2017 at 4:26 am #858305Hey pathaug,
Please, try to update the YOAST and check if all plugins and the themes are updated.
Best regards,
John TorvikSeptember 29, 2017 at 4:50 pm #858521Thanks for suggestion – I already did that.
Everything is up to date.
Any other ideas?Thank you
patOctober 2, 2017 at 5:18 am #859063Hi,
There is a “nofollow” rel attribute to the add_to_cart link, not the actual product link.
<a rel="nofollow" href="/kriesi/enfold/shop/?add-to-cart=163" data-quantity="1" data-product_id="163" data-product_sku="342453243" class="button product_type_simple add_to_cart_button ajax_add_to_cart"><span aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> Add to cart</a><a class="button show_details_button" href="http://localhost/kriesi/enfold/product/advanced-product/"><span aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> Show Details</a> <span class="button-mini-delimiter"></span></div> </div></li>
It doesn’t make sense to follow those links because they don’t exist.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.