PDA

View Full Version : How do I get my Meta stuff in my HTML?


douchrti2004
09-07-2006, 05:47 PM
Im wondering how I put my Meta decs and keyword stuff into my html.
I was in Page wizard and I thought by viewin the html, I could just put it in.
But nope.

Sorry if this is a stupid question, Im gettin there though.

bboysteele
09-07-2006, 08:44 PM
I don't know how to do it in PageWizard since I don't use it and never have but if you can input html on the page this is what you need to do:

<head>

<meta name="keywords" content="whatever keywords you want to put" />


<meta name="description" content="Discription of your page" />

This should go right after the Head tag. I hope this helps. :o

bboysteele
09-07-2006, 09:13 PM
If you cannot enter the html code through the PageWizard then you can still create your site through that and then publish it. Once you do this you can go through the file manager and open up each one of your webpages and edit the text file. Then just put in the earlier html code with your keywords and description and then save. This could be a work around and it will work if you need to do it this way.

douchrti2004
09-08-2006, 08:20 AM
I'll try that,
Thanks a lot for the quick reply

Take care,