How to change index.htlm to the name of my website

Post all HTML related questions here. No support.

Moderator: Project members

Post Reply
Message
Author
Adelinedl
500 Command not understood
Posts: 3
Joined: 2010-04-20 19:30
First name: Adeline
Last name: deLamar

How to change index.htlm to the name of my website

#1 Post by Adelinedl » 2010-04-24 21:15

Hello!

My website is just online, BUT...
In the top of my browser frame there is only the word 'index' when visiting my homepage. Google can have trouble indexing my site because it is not at once clear what it’s about. So please can you explain me how to add the website name AND a clear explanatory tagline to the main website name instead of only 'index'?
I look forward to hearing from you!
Best
Ad

int21h
500 Command not understood
Posts: 4
Joined: 2010-04-24 19:32

Re: How to change index.htlm to the name of my website

#2 Post by int21h » 2010-04-24 21:26

Look at the source code of your index.html. You will find something like this:
<title> your current title </title>
This should be somewhere at the beginning at the file, after <head> and before </head>.

Post Reply