how to let google or yahoo search engine find my web site ?
Steve Yu
Ranch Hand
Joined: Mar 26, 2003
Posts: 60
posted
0
How to I do the following things ---
1. Let google/yahoo find my HTML page ?
2. Let google/yahoo find my servlet/jsp page ?
Should I add something in my HTML or jsp/servlet code ?
3. what's the criteria google/yahoo uses to list the order of search results ?
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
5
posted
0
Originally posted by Steve Yu: 1. Let google/yahoo find my HTML page ?
Search engines usually provide a little form somewhere on their site where you can type in your website's "main page" and submit the form to make the search engine aware of your site's existence. From there, Google's "bot" or "crawler" will at some point come around and crawl through your site, indexing whatever you've got there.
Originally posted by Steve Yu: 2. Let google/yahoo find my servlet/jsp page ?
You don't. The site submission works by you submitting the main page and the crawler will find your "servlet/jsp pages".
Originally posted by Steve Yu: Should I add something in my HTML or jsp/servlet code ?
The use of <META> keyword tags might have some effect on your page being more searchable, but by far the biggest effect for Google's Page Rank should be how your site/page gets linked to.
Originally posted by Steve Yu: 3. what's the criteria google/yahoo uses to list the order of search results?
1. Go to google.com 2. Click "About Google" 3. Click "Add/Remove URL"
The actual link names may be a bit different but I'm unable to access google.com from where I am because they're redirecting me to the local site, google.fi ...
Jeroen Wenting
Ranch Hand
Joined: Oct 12, 2000
Posts: 5093
posted
0
Or just wait. I never submitted my testserver at home (which is really for myself and some friends) which is connected to the net but after a few weeks someone told me he'd found it on Yahoo.
Quite apart from submitted links, most search engines have crawlers that monitor the net on their own looking for new servers and updated content. Not as fast as submitting it yourself but it will be picked up in time.
Of course the most effective way to get a high place in Google rankings is to buy it.