Valhalla Legends Forums Archive | Web Development | site submission?

AuthorMessageTime
RhiNo
Can anyone please help me by telling me how to get my site listed on google and yahoo. I noticed vL has thiers on google so i figured someone here would know so thanx for the help if anyone knows.
July 25, 2003, 11:32 AM
WinSocks
i think i saw src in vb to upload your url to google,
at http://www.planet-source-code.com

under Internet/html section, i think like 7th-8th page in ,mabey ::)

[added]
here is the exact url fo rit, mabey this will help you...
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=38676&lngWId=1
July 25, 2003, 1:26 PM
Spht
[quote author=LoRD`NiKKoN link=board=22;threadid=2068;start=0#msg15997 date=1059139618]
i think i saw src in vb to upload your url to google,
at http://www.planet-source-code.com

under Internet/html section, i think like 7th-8th page in ,mabey ::)

[added]
here is the exact url fo rit, mabey this will help you...
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=38676&lngWId=1
[/quote]

Or just go here: http://www.google.com/addurl.html
Since that's all the program is really doing.
July 25, 2003, 1:48 PM
RhiNo
Thanx much guys. btw my website is [quote]censored[/quote] we sell custom built computers, server, rackmounts, and work stations

Edit: [Grok] Don't advertise on our forum.
July 25, 2003, 8:30 PM
j0k3r
It's in his sig too.
July 26, 2003, 9:23 PM
drake
Actually Google is such a huge search engine and its spiders/robots are so advanced that usually within less then a week of your website's existence, its already found it and added it to its database. I never submit to searchs yet all my sites just get added. Thats why searchs engines work so well for illegal sites, cause they are meant to actually search the net without you have to submit them anything. Submitting just speeds up the process.
July 27, 2003, 1:26 AM
Noodlez
how exactly do spiders work? does it check a database of newly registered domains? if so... how does it find geocitie sites and such which are hosted on existing domains
July 28, 2003, 9:31 AM
WinSocks
spiders from what i understand not very much of, but from what i heard, they just ping random sites fitting the specific specs of the current search query it's undergoing, and if it meets the standards for be submitteted into thier index or database for their searchengine. Once verified to be submitted it send the <url, Keywords, Description> to the Robot that filters out unwanted sites to be submitted, but it mainly searches for Meta Tags in a html/php documents..
i.e
[code]
<Meta name="LoRD`NiKKoN" content="Author">
<Meta name="2003 &copy; ViaL<>NeT" content="CopyRight">
<Meta name="This Site is the Best!" content="Description"> <----
<Meta name="Blah, Blah, Blah, Blah" content="KeyWords"> <----- The one aboev and this one are the ones mainly looked at
[/code]

Once it's done the query and filtering of all the urls with unwanted keywords, like Warez, Porn, XXX, Sex, Marijuana, Cop Killing, or anything else thats on the filter list, will not be added to the submitted list.

Well thats all i know about them. If i'm incorrect please correct me....

I supposivly going to be developing one for my vb project, so once i start that up i would be more of help :\
July 28, 2003, 1:01 PM
Adron
The basic function of a spider is to follow links. Picking random places to visit won't work very well.
July 28, 2003, 5:17 PM
Spht
[quote author=Noodlez link=board=22;threadid=2068;start=0#msg16231 date=1059384705]
how exactly do spiders work? does it check a database of newly registered domains? if so... how does it find geocitie sites and such which are hosted on existing domains
[/quote]

Well, I can not say in general how spiders/crawlers work. I have had discussions about Google's crawler ("GoogleBot"), however. Google has a period during each month when its server updates its database of back-links and page ranking (sorting). This process lasts from about 3 to 5 days and is performed by GoogleBot.

When it finds a new web site (from following links found on pages it knows), it will visit the page every couple of days checking for content changes. For pages that don't appear to be updating, it will no longer be so up-to-date on its listings of the web site. If the targetted web site appears to be constantly updating, GoogleBot will continue to visit it and update its records on a daily basis.

So if there's a known web page to Google which is updated often, a link could be placed on that web site to a new web page, and it could be within a couple days for Google to know of the new web site and list it on its directories.
July 28, 2003, 5:46 PM
Adron
So, basically spiders crawl the web. If you're not part of the web, you won't be automagically found.
July 28, 2003, 6:01 PM
RhiNo
so i should find a few people on google and link to them and get them to link to me so "googlebot" finds my site?
July 28, 2003, 6:33 PM
Douglife
Quote Posted by: RhiNo
Posted on: Today at 01:33:30pm
so i should find a few people on google and link to them and get them to link to me so "googlebot" finds my site?

Rhino: no, what you need to do is to use the google link provided earlier in this posting and add yourself, then continue to update your page more than once a week, more action will allow you to be noticed and move up in the chain of weblinks.
July 28, 2003, 6:40 PM
Spht
[quote author=Douglife link=board=22;threadid=2068;start=0#msg16280 date=1059417608]
Quote Posted by: RhiNo
Posted on: Today at 01:33:30pm
so i should find a few people on google and link to them and get them to link to me so "googlebot" finds my site?

Rhino: no, what you need to do is to use the google link provided earlier in this posting and add yourself, then continue to update your page more than once a week, more action will allow you to be noticed and move up in the chain of weblinks.

[/quote]

Both are possible solutions. Google found the BotDev web site from other listing pages which linked to it.
July 28, 2003, 6:41 PM
Adron
Do you actually *know* that? Isn't it possible that some random visitor entered it into google's submission page?
July 28, 2003, 8:51 PM
drake
Well I can tell you that my spider worked like described by one of the people up above.

I developed a spider that when given a URL, it would go to it and index it into a database based upon information from within the HTML then it would grab all the links in that HTML and do the same with those pages.

The thing about spiders is that they quickly take on a lot of pages at once and start consuming a lot of bandwidth and processing time. So basically don't actually try to create your own search engine unless you actually have the hardware and connection to run a bot that can scour the web.
July 29, 2003, 8:15 AM
WinSocks
Well there are different styles of Spiders or SearchBots thats are in use, they all have unique ways of performing their "crawling methods". So really they mostly don't act the same when adding links to thier DB. Yahoo uses a Index database, so you have to submit your link, they won't find it for you... Lazy Bastards :P
July 29, 2003, 5:12 PM
drake
couldn't of said it better myself.
July 29, 2003, 8:49 PM
Forged
I didnt submit my site but it comes up on yahoo and google, but then again one of my vistors could have done it.
September 4, 2003, 2:04 AM
Camel
Why do people post in topics months after they've died?
September 4, 2003, 7:54 PM
Adron
Maybe they just don't check the dates - they come here, they're bored, they read posts, and finally see something that clicks, where they can post. And of course they do.
September 4, 2003, 8:02 PM
Forged
sorry I wasnt paying attention and this was a first page topic I didnt think it was that old.
September 4, 2003, 11:11 PM
j0k3r
[quote author=Camel link=board=22;threadid=2068;start=15#msg20162 date=1062705291]
Why do people post in topics months after they've died?
[/quote]

First post is July 25th... It hasn't even been two months yet so to say it is months dead is obsurd(sp?). I would also hardly consider it dead, it is not locked, but then again the question has been pretty much thoroughly answered.
September 5, 2003, 2:16 AM
Adron
I don't complain that much about this type of discussion topics being brought to life - sometimes after the topic has rested for a month, you'll have new ideas and new input to add to it.
September 5, 2003, 9:28 AM
Kp
[quote author=j0k3r link=board=22;threadid=2068;start=15#msg20225 date=1062728168]I would also hardly consider it dead, it is not locked, but then again the question has been pretty much thoroughly answered.[/quote]My interpretation, which I think is pretty common, is that a thread is usually dead once it's gone more than a week or so without new input. Obviously the amount of time before a thread is 'dead' depends a great deal on the frequency with which people check the forum - if people only checked on Sunday evenings, a thread which had been idle since last Sunday would hardly be considered dead. :)

Also, like Adron, I don't see any harm in ressurecting old topics if the new responses are appropriate to the thread.
September 5, 2003, 7:45 PM
Adron
[quote author=Kp link=board=22;threadid=2068;start=15#msg20252 date=1062791117]
Also, like Adron, I don't see any harm in ressurecting old topics if the new responses are appropriate to the thread.
[/quote]

The responses should not only be appropriate, but new. That may be included in "appropriate", but sometimes people will resurrect a thread by answering a question from the first post, that has already been answered in exactly the same way by other people. That, I don't like.

It does happen to me too, but I tend to either edit out the redundant answers or delete my post completely once I get to reading the previous answers.


September 6, 2003, 12:01 PM

Search