Greetings aikiman,
In order to change the title for any particular page on your website,
you need to change the <title> tag in your HTML programming. That is,
the programming that controls the look of your website.
I believe this is your website? -> http://www.aikido.buiku.org.nz/
What you need to do, at the beginning of each page of your code for
your webpages, you will see the following:
<HTML>
<HEAD>
<TITLE>Buikukai Aikido</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></HEAD>
Where you see the opening <TITLE> tag, immediately after that you see
the words "Buikukai Aikido" followed by the closing tag </TITLE>. By
changing the words between the two tags, those words will appear in
the top of the browser as well as search engines will pick that up as
the title of your website. So, for your convenience, you could copy
the below directly into that area:
<TITLE>Aikido Buikukai Auckland NZ</TITLE>
I hope this helps, if you require clarification, please let me know!
``mosquitohawk-ga |