Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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
    Pat

    HTML 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>

    #858305

    Hey pathaug,

    Please, try to update the YOAST and check if all plugins and the themes are updated.

    Best regards,
    John Torvik

    #858521

    Thanks for suggestion – I already did that.
    Everything is up to date.
    Any other ideas?

    Thank you
    pat

    #859063

    Hi,

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.