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

CSS How to Make a Website Debugging HTML and CSS Problems Use Developer Tools

How do you make your page available to search engines?

How do you add key words to your page so that other search engines will be able to find your site?

1 Answer

Hi Christopher!

In order to add keywords to your page you need to add a meta tag similar to this in the head area of your page:

<head>
<meta name="keywords" content="keyword 1, keyword 2">
</head>

I'd recommend taking a look at the SEO course in order to get the most out of your keywords and other methods of getting your web site/page indexed.

I hope this helps!

I agree with Mark Yackley .

But also remember that there should be around 150 characters otherwise if its more than 180? or less than 120? you can be messed up .

Basicaly if its more than 180 , search engine will think that your trying to hard to get your attention and if its less than 120 i don't remember exactly but something not enough I'm not sure.

Hope this helps to :)