|
Help
Making your site search engine-friendly
How do I add meta tags to my site that can be picked up by the search engines?
Open and edit the index.html file using any text or html editor.
Anywhere within the tags, you can add the following for your meta tags:
<META NAME="keywords" CONTENT="keyword1, keyword2, etc.">
<META NAME="Description" CONTENT="put a description of your site here using some of your keywords">
You should also change the text between the <title></title> tags if you haven't done so already. Try using some of your keywords in the title too.
How do I change the "Welcome to my Website" text that appears at the top of the browser window?
To change the title "Welcome to my Website" that appears in the browser title bar when viewing your site, you can open and edit the index.html file using any text or html editor. Then, change the text that appears between the <TITLE></TITLE> tag.
How do I submit my site to the search engines?
You can go to http://www.google.com/addurl to register with google.
You can also use a service that will submit your site to multiple search engines at once. You could try http://www.submitasite.com/
and you can also go to Google and enter "search engine submittal" to find other services that do this as well.
Help main |
Next >>
|