I was wondering what you guys would do to SEO a blogspot. I'm already doing this:
Put this code:
Code:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='Your Descprition Here' name='description'/>
<meta content='Your KeyWords Here' name='keywords'/>
</b:if>
<!-- place future descriptions and keywords here -->
here:
as described at:
http://forums.*SPAM*.org/viewtopic.php?f=12&t=20096
but I'm pretty sure there's a lot of other things that need to be done.
What else should I do?