MovableType SEOGet Web Design Tips and Tricks on mps-web-design.com. MovableType SEO topic will increase your understanding on Web Design Tips and Tricks. We at mps-web-design.com only provide news, articles, information in Web Design Tips and Tricks. Web Design Tips and Tricks at mps-web-design.com provides the most up to date news and articles. If you have questions please do not hesitate to contact us.
For my main home page and category index pages I hardcode most of my meta data. Your meta tags will be at the top of the template within the <head> tag. You can get fancy on your index pages but I cannot really see why. Optimize these two templates by hand for whatever keywords you are targeting site wide. The important part of your main index template is telling Googlebot what the title of your blog and lead article are properly. This is accomplished with heading tags. For the title of your blog you can do this:
<h1> And for your lead article do this:
<h2 id='a<$MTEntryID pad='1'$>'> This is pretty much essential as we know that all search engines give weight to heading tags. You should do this as well in your archive templates. So let's focus on the individual archive template as this is the page you want ranking well in the SERPS. From my testing the code I use on two separate blogs (this one and PlanetBangkok) the results show up very neat and tidy in Google, Yahoo, and MSN. By this I mean the title and description fields are what I am expecting them to be. Here is an example with Google from last weeks: Article Post Robot Review (hopefully I am still front page). Ok back to you meta tags but this time go into your individual archive template. Take a look at the following from my own page:
<title>ProfitPapers | <$MTEntryCategory$> : <$MTEntryTitle remove_html='1'$></title> Most of this is self explanatory. Notice the <$MTEntryKeywords$> is being used to generate keywords from your entry page (you may need to turn this field on in the MT entry area). The meta description data is going to be the first 30 words from your entry body as I have done with <$MTEntryBody words='30'$> - so you should see some nice descriptions in the search results pages. Finally I structure my title to contain both the category and entry title - we all know yahoo loves them <title> tags mmm'kay. Now one final caveat with meta data is the issue/non-issue of comment links. Personally I love comments, and I do not mind people adding a link to my articles as long as their comment has some meaningful input. Others disagree and feel that excessive comment links leak pagerank like a sieve. I'm not too concerned with this notion as the pagerank loss is minimal and Google has done its best discounting links from popular weblog software. So this is open to debate but for the record I do not bother. If you want to stop Googlebot indexing your comment links you can simply place a robots meta tag in your comments template like so: <meta name='robots' content='noindex, nofollow'> Finally page names are important to all search engines and URL's like /archives/09/12/i_need_skillz_bec.html are about as useful as tits on a bull. I use the dashify plugin to structure my page names for SEO. It's a 3 minute change - for details take a look at my best movable type plugins article. And that is pretty much it. Of course how well you do in the actual search results pages depends on many factors outside the scope of this article, but doing your meta data properly is pretty much square one. Having said that it is also well known that Google ignores most of your meta tags. I was snooping through Matt Cutts page source the other day and noticed he uses no meta info at all. In fact you might notice that many large websites pay no attention to meta tags ...Regardless these tags are still important for Yahoo, MSN and the rest of the stragglers and Google seems to always uses my descriptions properly for its results. Although dated i still think Nicholas Carvine's article on Movabletype SEO is one of the best online.
I hope someone finds this helpful. If I missed something cool and useful let the comments fly. |
More Articles:1. New MSN Algorithm As most of the webmaster had probably noticed already MSN had changed their global search interface and with that also updated their ranking algorithm. Although this new algorithm still suffers from lack of spam filters and 'Trust Ranking' methods, it seems to handle quite well with many spammers which MSN had become their main target so far. The new algorithm is based on a new technology MSN had been trying out called clustering. The clustering method defines categories to each search result so… 2. Designing Above the Fold The most value part of any web page is that part which is shown in your browser before the need to scroll. This is generally known as 'above the fold.' Arguably, you have just 10 seconds to grab your visitors' attention. That doesn't seem long, but as the brain can absorb thousands and thousands bits of information per second...10 seconds is long enough to get your message across! The 'above the fold' part of a web page (especially of the home page) is the most valuable real estate you have on y… 3. Discount Web Design The web design that your business presents to the world helps to form an image of your company and the level of work that can be expected in the customer's mind. It is for this very reason that having great web design is important to your company's website. However, not all companies can afford to have professional web design done for their businesses, especially if they are a new start-up running off of the pocketbook of the owner or if they are an individual who provides freelance services. F… 4. Untangling Spaghetti HTML Untangling Spaghetti HTML=========================by Sunil Tanna, EBookCompiler.comWhen I was first learning to write computer programs, one of themost important points that was drummed into me was that it'snever a good idea to write great chunks of computer code that arerepetitions of earlier code. The reason is simple: when it comestime to update the code, you'll have a tough time making the samechange in each copy, and you'll have an even tougher time makingsure that each changed copy has bee… |
||||