Do - follow?

André Sabino

Newbie
Joined
Apr 3, 2019
Messages
7
Reaction score
1
This link placed in the footer of a website is ********?

Code:
      <div class="site-footer__copyright flex-footer__item--one-third">
        <small>{{ 'layout.footer.copyright' | t }} &copy; {{ 'now' | date: "%Y" }}, {{ shop.name | link_to: '/' }}.</small>
        <small class="site-footer__powered-by"><a href=https://exemplosite.com>Exemple</a></small>
 
I take it the censored word is do-follow.

You must look at the rendered version. This seems to be the source code.

Visit your site and then hit CTRL + U. Locate exemplosite.com using the CTRL + F find command.

If the nofollow attribute is present in the <a> tag it's nofollow. If not, it's do-follow by default.
 
You can use a tool like moz toolbar to highlight NF/DF links on webpages.
 
Back
Top