Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Business SEO Basics Better SEO Through Code Noindex and Nofollow

challenge, add a no follow link, what am I doing wrong

<p>Available in black or white at <a href="http://hats.com"rel="nofolllow"><Hats.com></a> </p> this is what I have, but it keeps saying the link did not have a no follow attribute

2 Answers

Tawny Bartlett
Tawny Bartlett
24,674 Points

Hi there,

I'm not sure what you're asking, what is your code exactly?

You need something like:

<a href="yourlink.html" rel="nofollow">Link</a>

That's odd, I copied and pasted the code onto the question form, apparently as soon as I hit post it changed it to jibber jabber. I added the( >link )part from your code, that is what I was missing, somehow I missed that. Thank you