Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 640 Bytes

seo.md

File metadata and controls

14 lines (9 loc) · 640 Bytes

Best Practices: Search Engine Optimization

Attribution Links

We often include an attribution link back to Happy Medium at the bottom of websites. A couple notes:

  • We should be using rel="nofollow" as to not pass "link juice" to our site
  • While we don't normally suggest forcing users into a new tab, we don't want to create a bad user experience by sending an unknowing user to our site via the attribution link

Example:

<a href="https://itsahappymedium.com/des-moines-web-design" rel="nofollow" target="_blank">Website Design by Happy Medium</a>