The default movable type 4 template does not display title, meta descriptions and meta keywords at the HTML header. This can be frustrating to some SEO freaks out there, although meta tags are not too important compared to the page content but its nice to see your descriptions in included in the search engines result page and not some random text.
I have modified my header template to use the meta descriptions based on the page content. lots of MTIf tags are needed. If you are familiar with Movable Type Tags this will be easier for you.
Here is my new title, meta description and meta keyword tag from the header template in movable type.
I have modified my header template to use the meta descriptions based on the page content. lots of MTIf tags are needed. If you are familiar with Movable Type Tags this will be easier for you.
Here is my new title, meta description and meta keyword tag from the header template in movable type.
<$MTGetVar name="page_title"$> - <$MTBlogName encode_html="1"$>
<$MTBlogName encode_html="1"$>
<$MTBlogName encode_html="1"$>: <$MTGetVar name="page_title"$>
This is a work in progress I am still experimenting on how i could optimize it and display meta keyword in the headers as well.
Leave a comment