| Welcome to Webforumz.com. |
|
Dec 2nd, 2007, 16:57
|
#1 (permalink)
|
|
Junior Member
Join Date: Nov 2007
Location: earth
Age: 30
Posts: 27
|
how long will goolge and yahoo fully index my pages
how long will it take for google and yahoo to fully index my pages
hi, i submit my site along with the sitemap to google and yahoo some days ago, but google only index my home page and yahoo didnt even index any of my page.
so my question how long will it take for them to fully index my pages.
and why when i type my url into google search, i got the following:
Index of /
Index of /. Name Last modified Size Description. [DIR] Parent Directory 21-Nov-2007 23:30 - [DIR] cgi-bin/ 21-Nov-2007 10:47 - ...
www.2learnknowledge.com/?S=A -
see what happen, google display my site's name as "index of/", well my site actual name is 2learnknowledge
any idea.

|
|
|
Dec 2nd, 2007, 17:07
|
#2 (permalink)
|
|
Administrator
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 4,102
|
Re: how long will goolge and yahoo fully index my pages
Google probably indexed your site whilst you did not have an index page (index.php or index.html etc)
Give it time and they will re-index you.
You can make this process faster by having lots of backlinks to your site from other sites.
__________________
Languages: PHP, mySQL (queries), C#, (X)html, CSS, JS.
|
|
|
Dec 2nd, 2007, 17:38
|
#3 (permalink)
|
|
Junior Member
Join Date: Nov 2007
Location: earth
Age: 30
Posts: 27
|
Re: how long will goolge and yahoo fully index my pages
Quote:
|
Google probably indexed your site whilst you did not have an index page (index.php or index.html etc)
|
when i submit my site to google, my site has a index.html page
and it show up on msn search, i submit my site to msn, yahoo and google at the same time.
|
|
|
Dec 2nd, 2007, 17:42
|
#4 (permalink)
|
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,750
|
Re: how long will goolge and yahoo fully index my pages
Search engines can take any amount each time to index you and no search engine's take the same time to index you.
__________________
I'm back!!!! 
|
|
|
Dec 2nd, 2007, 17:50
|
#5 (permalink)
|
|
Administrator
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 4,102
|
Re: how long will goolge and yahoo fully index my pages
Quote:
Originally Posted by rapwaydown
when i submit my site to google, my site has a index.html page
and it show up on msn search, i submit my site to msn, yahoo and google at the same time.
|
Google may have indexed your site before you submitted it.
And before you submitted it you most likely didn't have an index page.
__________________
Languages: PHP, mySQL (queries), C#, (X)html, CSS, JS.
|
|
|
Dec 2nd, 2007, 18:13
|
#6 (permalink)
|
|
Junior Member
Join Date: Nov 2007
Location: earth
Age: 30
Posts: 27
|
Re: how long will goolge and yahoo fully index my pages
Quote:
Google may have indexed your site before you submitted it.
And before you submitted it you most likely didn't have an index page.
|
ok, i got it now, but its been like 3 days now, i ask google to re-crawl my site, but nothin change.
how long did google took to index your index page.
|
|
|
Dec 2nd, 2007, 18:18
|
#7 (permalink)
|
|
Moderator
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,156
|
Re: how long will goolge and yahoo fully index my pages
Hmm. I never have this trouble.
Make sure your pages are linked together. If you have an orphan page, it will be hard for Google to find it (and hard for users too!).
|
|
|
Dec 2nd, 2007, 18:22
|
#8 (permalink)
|
|
Junior Member
Join Date: Nov 2007
Location: earth
Age: 30
Posts: 27
|
Re: how long will goolge and yahoo fully index my pages
Quote:
Hmm. I never have this trouble.
Make sure your pages are linked together. If you have an orphan page, it will be hard for Google to find it (and hard for users too!).
|
all my pages are link together, could it be the software i use to build this website, i use xsitepro to build this website.
|
|
|
Dec 2nd, 2007, 19:47
|
#9 (permalink)
|
|
Moderator
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,156
|
Re: how long will goolge and yahoo fully index my pages
Depends.
If xsitepro produces utter garbage, then perhaps that's the problem.
Make sure your links are real links, not javascript links.
|
|
|
Dec 2nd, 2007, 21:04
|
#10 (permalink)
|
|
Junior Member
Join Date: Nov 2007
Location: earth
Age: 30
Posts: 27
|
Re: how long will goolge and yahoo fully index my pages
Quote:
|
Make sure your links are real links, not javascript links.
|
how can i tell of the link is real or javascript
|
|
|
Dec 2nd, 2007, 21:15
|
#11 (permalink)
|
|
Administrator
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 4,102
|
Re: how long will goolge and yahoo fully index my pages
If it's a real link it will be in an <a> tag in the source.
__________________
Languages: PHP, mySQL (queries), C#, (X)html, CSS, JS.
|
|
|
Dec 2nd, 2007, 23:13
|
#12 (permalink)
|
|
Moderator
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,156
|
Re: how long will goolge and yahoo fully index my pages
Quote:
Originally Posted by alexgeek
If it's a real link it will be in an <a> tag in the source.
|
Careful! So will javascript links.
Real link: - Code: Select all
<a href="somePage.html">Link text</a>
Javascript link (bad): - Code: Select all
<a href="#" onclick="javascript: openPage('somePage.html')>Link text</a>
...or something like that, anyway. It's been so long since I used an inline event handler, I've forgotten how to write them.
It's hard to believe people are stupid enough to use this method; but if experience teaches you anything, it should be to expect people to do stupid things. 
Last edited by MikeHopley; Dec 2nd, 2007 at 23:16.
|
|
|
Dec 5th, 2007, 14:42
|
#13 (permalink)
|
|
Junior Member
Join Date: Oct 2006
Location: uk
Age: 25
Posts: 44
|
Re: how long will goolge and yahoo fully index my pages
Quote:
Originally Posted by MikeHopley
It's hard to believe people are stupid enough to use this method; but if experience teaches you anything, it should be to expect people to do stupid things. 
|
Well, what method then do you recommend? 
|
|
|
Dec 5th, 2007, 18:11
|
#14 (permalink)
|
|
Administrator
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 4,102
|
Re: how long will goolge and yahoo fully index my pages
This one obviously (it's real, good for SEO and people who have disabled JS)
- HTML: Select all
<a href="somePage.html">Link text</a>
__________________
Languages: PHP, mySQL (queries), C#, (X)html, CSS, JS.
|
|
|
Dec 13th, 2007, 04:07
|
#15 (permalink)
|
|
Junior Member
Join Date: Jul 2007
Location: India
Posts: 19
|
Re: how long will goolge and yahoo fully index my pages
Hi Rapwaydown,
It looks like you have used java links in your websites which is why Google is finding it difficult to crawl your website. However, if you want to have Google, Yahoo and MSN index your website faster, it's a good idea to get many back links by following many SEO techniques such as article submission, blog posting, Directory submission, and stuff like that.
|
|
|
| Thread Tools |
|
|
| Rate This Thread |
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|