get listed on search engines

windows

Guest
can anyone give me information or point me to the right direction on getting listed on major search engines? here is my site! [link to adult site removed] we are a few search engines but not within the first 50 pages. we are doing link exchanges and that isnt doing that much. we get around 400 hits per day which is not alot!<!--content-->If you visit most major search engines they have a limited features search that you can register for free. <br />
<br />
Be sure that you have your META tags set up appropriately.<br />
<br />
Also, because of the number of new sites requesting to join it can take upto several months to actually appear on the search engine.<br />
<br />
For META tags, take a look at the website I built, your welcome to the code.<br />
<br />
Also, be careful if you're using frames as some search engines don't handle them well and you end up with links that go directly to your content frame pages, with no navbars etc. to get to home with! Put a link to your home page on each content page or use the line of code below...<br />
<br />
<head><br />
<script language="JavaScript"><br />
<!--<br />
if (top == self) self.location.href = <!-- m --><a class="postlink" href="http://www.webdeveloper.com/forum/archive/index.php/">http://www.webdeveloper.com/forum/archive/index.php/</a><!-- m -->"index.html";<br />
// --><br />
</script><br />
</head><br />
<br />
It will force a reload if the page is out of context. Be aware that it resets the HISTORY object so the back button will not work once it's loaded. It will still work (click BACK twice) until loading is completed however.<br />
<br />
Goodluck!<!--content-->
 
Back
Top