Made on a MAC

Status
Not open for further replies.

David

Well-Known Member
Jan 21, 2003
926
405
63
61
Cambridge
www.centralsquareflorist.com
State / Prov
Massachusetts
I with my Daughter have made a non floral web site. I am close to getting it on the web. I hope to upload it to my host computer through go daddy. In the iweb program there doesn't seem to be a way to add meta tags,keywords or a title for Goggle. Does anybody know how?
 
David,
Not exactly sure what you are asking for, but from the sounds of it, you need to add the HTML title and meta tags in each of the pages of the site, if you view the HTML (this can be done using any text editor), you will need the following at the top:
--------------------------------------------------------
<html>
<head>
<meta name="keywords" content="Your Keywords" />
<meta name="description" content="Your Description" />
<title>Your Title</title>
</head>
<body>
--------------------------------------------------------
This is a rough cut, but hopefully it will help. FYI keywords are the keywords you are focusing on within that page. The description is what the search engines typically display on a search result.
 
Status
Not open for further replies.