Before I want a spider anywhere near any new website I like to check off a few things, just to make sure that I’ve covered my bases. Here’s some things you might want go over before releasing any new site to the general public.
- Buy the domain for at least 4 years (as a quality signifier)
- Start off with a solid base of content that is unique to you
- Add a 301 from http://example.com to http://www.example.com/
- Add another 301 from http://www.example.com/index.php to http://www.example.com/
- Rewrite urls that are not friendly to spiders
- Use .htaccess to prevent image hotlinking
- Use .htaccess to block bad bots
- Use .htaccess to block log file referrer spam
- Manage what files & directories you want spiders to index with a solid robots.txt file
- Submit your site to a few good directories, such as:
- Issue a press release through PRweb & PR Leap
- Spend a little money on a PPC campaign to get the ball rolling
This is a fairly solid start for a new website. Further down the line you might want to develop your linkage data by building one-way links with variable anchors. Adding more original content quality content and helping out on industry forums will help get the word out and hopefully garner some more good links.
If you have more suugestions please drop a comment.
Pingback: JoeWorld
Andy
How do you add:
Add a 301 from http://example.com to http://www.example.com/
?