>robots.txt
its a text file that sits in the root of your site and tells robots not to index certain parts of your site. this would disallow cgi bin tmp and private
User-agent: *
Disallow: /cgi-bin/
Disallow: /tmp/
Disallow: /private/
more info at http://www.robotstxt.org/wc/robots.html
>So how do I alter things to improve my placement?
It seems a little unfair if you don't use txt links or link to other sites that you get penalised for this.... is there an alternative?
one way or another you need links.
seobook
Junior Poster in Training
54 posts since Jan 2005
Reputation Points: 12
Solved Threads: 1
Sounds like a plan. Check out our HTML / CSS forum if you need help.
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
Hey Autocrat --
I posted a little snippit about rollover menus in a thread a while back:
http://www.daniweb.com/techtalkforums/thread16208.html
You'd probably be able to mod it a bit to use images as backgrounds for your menu items... but anyway... I use this method for my menus a lot of times so that I can still have text link items.
Just thought I'd throw it out there.
Let me know if you need help.
2ndPlatform
Junior Poster in Training
61 posts since Nov 2004
Reputation Points: 15
Solved Threads: 0
I think it was mentioned before - if you have a javascript menu, be sure to add text links in the footer as well, so that search engines can spider all of the links. But you can do some amazing things with CSS nowadays - Definitely check out http://css.maxdesign.com.au/index.htm for some ideas.
Aside from that, very bad technique to use so-called "hidden text" - search engines penalize you for text color the same color as the background because they consider it a sleezy technique.
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
First things first -- calm down. :)
There is a TON of good information on this board and others regarding GOOD SEO techniques. You'll find that there are variations in techniques too. You're probably not going to see overnight results, you have to be consistent and patient and you have to READ and LEARN a lot before you think about being frustrated.
Good luck...
2ndPlatform
Junior Poster in Training
61 posts since Nov 2004
Reputation Points: 15
Solved Threads: 0
A file written and stored in the root directory of a website that restricts the Search Engine spiders from indexing certain pages of the website. This file is used to disallow certain spiders from seeing files that you not want them to see. You can also prevent a certain spider to look at any of the web pages through this file.
If an indexing robot knows about a document, it may decide to parse it, and insert it into its database. How this is done depends on the robot: Some robots index the HTML Titles, or the first few paragraphs, or parse the entire HTML and index all words, with weightings depending on HTML constructs, etc. Some parse the META tag, or other special hidden tags.
We hope that as the Web evolves more facilities becomes available to efficiently associate meta data such as indexing information with a document. This is being worked on...
Candy_ME
Junior Poster in Training
65 posts since Mar 2007
Reputation Points: 10
Solved Threads: 0