Welcome Guest ( Log In | Register)



 
Closed TopicStart new topic
> I Need A Free Way To Submit My Website To The Search Engines
contor
post Sep 25 2006, 05:56 PM
Post #1


Advanced Member
*******

Group: Members
Posts: 144
Joined: 17-September 06
Member No.: 30,138



the title say's everything i want to kown but i will repeat it. I need a way to submit my website to the search engines. I apresiate any good sugestion.
Thank in advance
Go to the top of the page
 
+Quote Post
gameratheart
post Sep 25 2006, 07:50 PM
Post #2


Super Member
*********

Group: [HOSTED]
Posts: 498
Joined: 14-November 05
From: Britannia!
Member No.: 14,287



There are many options available!

There are a decent ammount of websites that allow you to submit your site to more than 100 search engines for a price. Look closely, as some give you ten random submissions for free!

Unfortunately, I've forgotten the links, but Google might have a good listing, so search for them!
Go to the top of the page
 
+Quote Post
serverph
post Sep 25 2006, 08:01 PM
Post #3


Ancient Enigma
Group Icon

Group: [MODERATOR]
Posts: 1,769
Joined: 11-July 04
From: under the stars
Member No.: 76



when you get hosted here, contor, you will have access to a one-click submission of your website to major search engines -- namely: alltheweb, directhit, google, hotbot, lycos and mixcat.

you will find this later on in your control panel. smile.gif
Go to the top of the page
 
+Quote Post
contor
post Sep 25 2006, 08:04 PM
Post #4


Advanced Member
*******

Group: Members
Posts: 144
Joined: 17-September 06
Member No.: 30,138



that i didn't know i will checked in the future when i get my hosting, thanks very much
Go to the top of the page
 
+Quote Post
Kubi
post Sep 25 2006, 08:06 PM
Post #5


To Cool for Cache
Group Icon

Group: [MODERATOR]
Posts: 1,123
Joined: 16-June 05
From: Some Place.
Member No.: 8,317
T17 GFX Crew



If you're 18 I suggest doing Google Adsence, it's a good way of eaning money if you have hits. I suggest doing this when you're getting a steady flow of traffic(use meta-tags and the one-click serverph suggested). You'll be generating money daily, and it'll be good if you want to pay for advertising.

I also suggest Traffic Swarm and T25. Both are free, and once you sign up with your URl you visit pages on there website, and gain credits for them. Random credits per visit. Once you have 100+ credits(About 5 minutes), start a campaign! your URl will be added to the list that you previously clicked through to gain the credits. It's some-what reliable if you have the time.

Or take the easy way, and just buy the credits.

Thread closed, please PM a moderator to have it reopened if needed.
Go to the top of the page
 
+Quote Post
special
post Sep 25 2006, 08:32 PM
Post #6


Advanced Member
*******

Group: Members
Posts: 116
Joined: 23-September 06
Member No.: 30,433



well come on dont need a topic for this, simply use google and browse around look for free serch engine submission and your readdy 2 submit for free.
Go to the top of the page
 
+Quote Post
football123213
post Sep 25 2006, 09:42 PM
Post #7


Super Member
*********

Group: Members
Posts: 472
Joined: 25-July 04
Member No.: 206



QUOTE
What are meta tags?

The Meta tag in html is not a required tag when you're creating your web pages; many pages don't use the tag at all, and I must confess that I've not used it on my home page, although I put it into this page by way of demonstration. To put it briefly, the meta tag is used by search engines to allow them to more accurately list your site in their indexes. Sometimes.
If you simply produce your home page and register the URL with a search engine, or a number of search engines, their spider programmes will (eventually) toddle along to your site to index it. Now, each of the search engines does this slightly differently. Altavista for example will grab everything in your document and index it, but will only show the first 250 characters in its description. Consequently, if your site included say, 'Thanks to:....' right at the beginning, this is what Altavista would show in its description, and it wouldn't give the viewer any idea of what your site actually covered. Of course, not all search engines work this way; I'd suggest you ferret around a little bit to see exactly how the popular engines work, and certainly the major two or three such as Altavista, Lycos, Yahoo, Infoseek and Excite. It therefore makes sense to ensure that your opening paragraph is carefully written to ensure it accurately reflects what your site covers.
However, you may be able to exert a certain amount of control over how your site is indexed by the use of the meta tag. (I should however point out that not all search engines will use this tag - Altavista does, but Excite doesn't, for example. Its not a total cure-all therefore, but you won't miss out by putting the tag in, and it may well work well in some cases.
What does a meta tag look like?

You should insert the meta tag element at the top of your document, just after the <TITLE> element. It follows the usual form of tags, ie
<META name="something" content="something else">
but note that you don't have to have a </META> at the end of the tag, the way that you do with something like <BOLD> bold </BOLD>. However, make sure that each tag does not include any line breaks, since some search engines get a little bit tetchy about this.
What can I include in a meta tag?

There are basically four major meta tags that you can use:

* <META name="resource-type" content="document">
o The only resource type that is currently in use is "document" This is the only tag that you need to put in for indexing purposes, but use of the others is a good idea.

* <META name="description" content="a description of your page">
o Depending on the search engine, this will be displayed along with the title of your page in an index. "content" could be a word, sentence or even paragraph to describe your page. Keep this reasonably short, concise and to the point. However, don't be so mean with your description that its not an appropriate reflection of the contents!

* <META name="keywords" content="a, list, of, keywords">
o Choose whatever keywords you think are appropriate, seperated by commas. Remember to include synoyms, americanisms and so on. So, if you had a page on cars, you might want to include keywords such as car, cars, vehicles, automobiles and so on.

* <META name="distribution" content="one of several">
o Content should contain either global, local or iu (for Internal Use). To be perfectly honest, I can't quite get my head around this one; its supposed to list available resources designed to allow the use to find things easily, but I still don't quite get it. My advice is to stick to "global".

Are there optional tags?

Yup, theres a whole bunch of 'em. I've put in a couple of examples below:

* <META name="copyright" content="copyright statement"
o Pretty obvious what this one's for.

* <META HTTP-EQUIV="varname" content="data"
o This binds the varname to an HTTP header field. An http server might use this to process a document. This one's a tad more tricky.If you included the following example:
<META HTTP-EQUIV="keywords" content="car,cars"
then, as part of a GET command the server would include the word car and cars in the HTTP response header.

* <META HTTP-EQUIV="refresh" content="0; url=homepage.htm"
o This can be used in the HEAD section of the index.html file to redirect it to homepage.htm. The figure after content is the time in seconds that the browser waits before moving on.

There are a few others that you can include, such as "revisit-after" and "rating" if you want to be really comprehensive.

From http://www.philb.com/metatag.htm

Also On my websites (Paied Websites i dont have to do anything google picks them up auto)

Yahoo also has

Yahoos free Website

And google has one to but i cant find it right now (Also to lazy to look)

Hope this helped you Good luck
Go to the top of the page
 
+Quote Post

Closed TopicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Rate My Website(17)
  2. One Website = Google Adsense + Adbrite(8)
  3. Excellent Free Website Templates(23)
  4. How Do I Make A Website(20)
  5. Cashfiesta.com! Surf For Cash!(13)
  6. Innovative Login System(18)
  7. Runescape 2 Website(59)
  8. What Are The Steps To Making A Website?(19)
  9. Adding Your Website To Google(25)
  10. Forget About 0.01 Per Click, Get 0.06 Per Search!(15)
  11. I Need A Review On My Website(18)
  12. Help Creating A Profile Website(13)
  13. How To Make A Website ?(11)
  14. Updating Website, Ftp Problems(6)
  15. How Long Does It Take For Google To Index Your Website?(16)
  1. Has Anyone Designed A Website For A Wow Guild?(2)
  2. I Can && Cannot Acces My Website(5)
  3. Which Mail For My Website?(7)
  4. Perl For Automated Web Form Search(1)
  5. Build Your Own Asp.net Website Using C# & Vb.net Review(0)
  6. My Website For Ps(0)
  7. Website On A Cd(3)
  8. Kindly Review My Website(0)
  9. Greetings To All(1)
  10. How To Make Image Buttons Act As Submit Button(8)
  11. Multilingual Search Engine Optimization(2)
  12. Destination Address For "submit" Button(5)
  13. Search Engine That Pays U 4 Searching(8)