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

HTML

Stavros Sofroniadis
PLUS
Stavros Sofroniadis
Courses Plus Student 1,503 Points

About text of a Title page

Dear Friends,

when mentioning a title tag <title></title> it is better for search engines to use 1st or 2nd option in odrer our site to be founded beter?

1)<title>Home</title> 2)<title>Home page of Lakefront Land in Ioannina</title>

Thank You,

3 Answers

Hi Stavros again! :)

Definetely number 2!

Because just "Home" does not tell the search engines anything about the content of your webpage.

You should always include the keywords that you want to be found with. The further upfront the keyword in the title tag the more weight it has.

So if you want to be found with the keyword "Lakefront Land" you would even better use this in the title tag:

<title>Lakefront Land in Ioannina | Home</title>

instead of

<title>Home page of Lakefront Land in Ioannina</title>

The title tag is one of the most important things to optimize for SEO.

Makes sense?

Nils

PS: You can upvote my post and/or mark as "best answer" (at the bottom of my post) if it helped you. :-)

Stavros Sofroniadis
PLUS
Stavros Sofroniadis
Courses Plus Student 1,503 Points

Something else,

have created in WordPress a very simple web site about a land for sale in Ioannina Greece. Using Twenty Fifteen theme,

If you coluld have look and recomend any better fiited theme for that purpose and if possible some idea about page layout.

It is better to have one page for 1 site or create a menu with several items(Description,How to Come, Location,Price) which each one(Description etc) to be a diffrent page?

I don't know much about wordpress themes.

For my website I use the Divi Builder by Elegant Themes, because it is just really excellent and easy to use (but is not free).

Because I am totall happy with that theme I did not really go into exploring other wordpress themes.

Page Layout is another thing I am also not very good at. I can code a layout with HTML and CSS if I get a mockup (of how it should look like) but I would not give advice on creating layout... ;-)