My post below describes how to manually add META tags in Advanced Templates.
If you want to check how how to add META tags in Basic Templates, read Teresa Boardman's post here Typepad and Meta Tags ( http://activerain.com/blogsview/93520/Typepad-and-Meta-Tags )
~~~~~~~~~~~
I was going to put off talking about converting to TypePad Advanced Templates until after I'd written more posts about using the design wizards. But since META TAGS can only be added in Advanced Templates, and everyone is anxious to work on their META TAGS, I'll go for it. Keep in mind it is usually simplest to create as much of your design as possible with TypePad's wizards, before converting to Advanced Templates.
First, allow me to bore you with a few sentences about how TypePad works. Blog pages generated by TypePad use a "module" system.
For example, if you look at the code for your blog's header while working within TypePad, it will look like this
<$MTWeblogIncludeModule module="head-index"$>
When the same blog page is published, and viewed with a browser, that one line of code will expand to look like this
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="http://www.typepad.com/" />
............
</head>
Actually there are several more lines in the expanded code, but I didn't want your eyes to glaze over. I just wanted to demonstrate the basic concept: TP "modules" blossom out into lines of standard HMTL. So with that in mind, here goes:
1. Create a test blog. I find this is always a good idea when testing new things in any environment. Don't mess with your working blog until you've comfortably got the new thing figured out. To create a new test blog, click on the "Weblogs" tab -> click "Create A New Weblog". I usually name test blogs by what I am testing out "Test Meta Tags" for example. Click the Design tab, "Change Theme", "Custom Theme" to choose, colors, borders, fonts. Under "Change Layout" choose the number and placement of columns. Toss up a test post, and publish the whole shebang.
2. Now for the good stuff. Click on the "Design" tab. Click "Saved Designs". TypePad will have used the new blog name as the name for the design. So if you named your test blog "Test Meta Tags", you'll see a design named "Test Meta Tags". Put a check mark in the box to the left of the design name, then click "Convert To Advanced".
Don't worry, the original design will not disappear. Typepad will make a copy of the design and convert the copy to the Advanced set. Later, if you want to revert to the previous design, it is just a matter of a couple clicks. But keep in mind any changes you make in the new advanced design will not carry over to the original design.
Click "Yes, Convert". The system will convert and return you to the "Manage Your Designs" screen. Put a checkmark in the box to the left of your new "Test Meta Tags [Advanced]" design, double check to make sure you are working in your test blog, and not your working blog (don't skip this step!) and click "Apply". You'll land on a new screen listing the individual templates. Click "Publish Weblog".

3. Now comes the short cut that is not in the TypePad help files. Open Notepad or any other simple text editor, and keep it running in its own window throughout these next steps. After publishing completes, click "View Your Site". Depending on your browser, the blog site will open in a new tab, or a new window. Click View -> Source (or View -> Page Source in Firefox). Another text editor window will open displaying the HTML code.
Click and drag, selecting all the code text starting from <!DOCTYPE html PUBLIC ....... to .....</head>
Click Edit -> Copy (CTRL C) Click in the blank Notepad window to bring it to the front, and paste in the code you just copied. Edit -> Paste (CTRL V)
4. Do you see these lines of code?
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="http://www.typepad.com/" />
Right under those lines type in your own additional meta tags, using this format:
<meta name="description" content="Northeast Los Angeles blah, blah, blah">
<meta name="keywords" content= "Northeast Los Angeles blah, blah, blah">
Save the file. Let's name it "header-text". Keep it open, don't close the Notepad window.
5. Now, back to the "Advanced Templates" list, which you should still have open. If not, click the "Weblogs" tag, find your test blog in the list of blogs, and click "Design". Click "Main Index Template", and a window will open up showing all the TypePad module code of the Main Index Template.

Drag to select the top line -- This one: <$MTWeblogIncludeModule module="head-index"$> Then Edit -> Cut (CTRL X) I always paste the line I just cut out somewhere down at the nottom of my Notepad file -- just in case of screw-up.
Now drag and select all the code in your notepad "header-text" file, (you know the one where you just typed in your brand new meta tags) between <!DOCTYPE html PUBLIC ..... and ...... </head> (Obviously you'd leave out that one module line you stuck at the bottom for safe-keeping). Then Edit -> Copy (CTRL C)
6. Click back in the TypePad "Edit Template: Main Index Template" window. Paste all that code you just copied at the very top, in the same space where you just removed the <$MTWeblogIncludeModule module="head-index"$> line. Don't worry, everything else will move down to let it fit in.
Be sure you didn't accidently remove anything else. The next line below </head> should start <body class= ....
Click "Save", then "Publish"
7. View the site to make sure it works. Test in both Internet Explorer and Firefox.
8. Now that you know the steps, you can also add your meta tags to the Archive Index Template, the Category Archives Template, the DateBased Archives Template, and the Individual Archives Template.
Remember, writing anything out make its sound much more complicated that it is. This is not really complicated. It is not writing code (other than writing out the words you want in your meta tags). It is basically copy-and-pasting. The most complicated thing is copying the correct stuff to the correct spot.
But if you don't feel comfortable yet working in Advanced Templates, that's OK, too. Check how how to add META tags in Basic Templates, read Teresa Boardman's post here Typepad and Meta Tags ( http://activerain.com/blogsview/93520/Typepad-and-Meta-Tags ) Just focus on writing great content, and the rest will come in time.






















