links… Do you have more than one site? Place links to your site on each site, find friends to link to your site (and you link to them).
Peter
Good header and link text is also important. Plus try including a short, keyword-rich, summary of the page’s overall topic at the very top of the page (sometimes called “front-loading”).
Thanks both! I also read somewhere that this code in my header php would do it:
<?php if(is_single() || is_page() || is_home()) { ?> <meta name="googlebot" content="index,noarchive,follow,noodp" /> <meta name="robots" content="all,index,follow" /> <meta name="msnbot" content="all,index,follow" /> <?php } else { ?> <meta name="googlebot" content="noindex,noarchive,follow,noodp" /> <meta name="robots" content="noindex,follow" /> <meta name="msnbot" content="noindex,follow" /> <?php }?>
But…it might come in conflict with the all in one SEO pack..?
Possible. And usually these things should be handled in the robots.txt, not in the header 🙂