Always make sure your links to other websites open in a new tab. Why? If a visitor on your website clicks an external link and it doesn’t open a new tab, this can increase your page’s bounce rate, which can negatively impact your SEO.
Additionally, remember to correctly code your links in your HTML so Google understands the context of your link. If your link is a part of a paid brand sponsorship, mark it as such:
<a href="https://www.example.com" rel="sponsored">example link</a>
If your link is not a part of a sponsorship, most websites appreciate a “dofollow” link. In short, this means that Google views this link as valuable and passes along an SEO boost to the page you’re linking to. This is the default form of all links, and no additional code is needed.
If you mark a link as “nofollow” in the code, you’re essentially telling Google to ignore the link, and any subsequent value passed to the site is negated. You may want to mark links as nofollow if they lead to direct competitors to whom you wouldn’t want to pass along any SEO benefit. Nofollow links are coded as such:
<a href="https://www.example.com" rel="nofollow">example link</a>
Some sites require do follow links in their linking agreement or terms and conditions, so be sure to pay attention to the stipulations and make sure you’re coding your links correctly.
Looking for more business contract templates? Our library provides a comprehensive list of everything you might need. Take things a step further and explore our business resource library.