Jump to content
xisto Community
darul0r

Google Cannot Find My Website google doesnt find me

Recommended Posts

hi,
i hope google is hardly looking into new sites..
i have submitedd the request for adding my site at

https://www.google.com%2Fwebmasters%2Ftools%2Fsubmit-url&followup=https%3A%2F%2Fwww.google.com%2Fwebmasters%2Ftools%2Fsubmit-url

3 months ago and still it has not scrolled through my site... But for this Yahoo is very good, it scrolled through my site and has cached 18 pages in its first run...
i think the only way to get listed in google now is by advertising in Google:)

Share this post


Link to post
Share on other sites

hi,

i hope google is hardly looking into new sites..

i have submitedd the request for adding my site at

 

https://www.google.com%2Fwebmasters%2Ftools%2Fsubmit-url&followup=https%3A%2F%2Fwww.google.com%2Fwebmasters%2Ftools%2Fsubmit-url

 

3 months ago and still it has not scrolled through my site... But for this Yahoo is very good, it scrolled through my site and has cached 18 pages in its first run...

i think the only way to get listed in google now is by advertising in Google:)

<{POST_SNAPBACK}>


Try the following sites. I submitted through them and my site showed up within 2 minutes ;)

 

1. http://www.addme.com/

2. http://www.submitexpress.com/

3. http://www.evrsoft.com/fastsubmit/

4. http://www.ineedhits.com/free-tools/submit-free.aspx

 

The 3rd link, is a ONE-CLICK submission site submitting to 106 engines at one.

Have fun

Share this post


Link to post
Share on other sites

hey! i have a problem! im trying to be also find through google!

 

my website is http://forums.xisto.com/no_longer_exists/ ! if im trying to find its through google with the keywords: Roman Konrad or "Roman Konrad" or RomanKonrad, it is nor listed!! why?? its the page of myself!! and thats my name! so why it is not found??? i have all metatags and evereything! there are so many sites but not mine!!

 

who can help? :P

<{POST_SNAPBACK}>


Well Roman, the first thing you have to do is submit your site to google. This you can do at Submit to Google. It takes time for Google to crawl the site, and for various pages from your site to be ranked. For Example, when you search for your website at present, You'll be led right to this page first. This is because the Xisto forum has a high ranking and is therefore crawled more frequently.

 

You'll find more information on the Search Process Here.

 

Hope this helps.. Rashid Ahmed

Share this post


Link to post
Share on other sites

Here's a script I found that works well for me. It will trigger an email to be sent to you whenever Google crawls your webpages. The email will state which webpage was crawled along with the date & time the page was crawled. Just cut and paste the code below. Make sure you substitute your own contact email addy for myemail@mydomain.com below.

<?if(eregi("googlebot",$HTTP_USER_AGENT)){if ($QUERY_STRING != "") {$url = "http://".$SERVER_NAME.$PHP_SELF.'?'.$QUERY_STRING;}else {$url = "http://".$SERVER_NAME.$PHP_SELF;}$today = date("F j, Y, g:i a");mail("myemail@mydomain.com", "Googlebot detected on http://$SERVER_NAME", "$today - Google crawled $url");}?>
As I understand it, this will only work on .php pages. (I simply inserted the above code and changed the .html extensions to .php in each webpage--worked great! I found that Googlebots crawled my website a couple times a month and I had never even submitted my domain to Google.

Share this post


Link to post
Share on other sites

wow! this script is very very cool! :P thanks! hmm its no problem if i have just html-code and the ending is .php?the thing is, that google find me now =) hehe thats great, but there are some descriptions i didnt wrote in the metatags and so on... and i found the problem! i have to change the index-htmlcode and put in there the <noframes>! when you look at the sourcecode of the indexpage you find <noframes>!! but these noframes are not mine! its from the service where i got the .de.vu domain!! so now i will put the noframes with MY content on the indexpage of my old domain and the noframes of the .de.vu-service will be after mine!! :P so i have a good chance to have my descriptions on on google! and then i will have a better ranking at google, if someone searches for "roman konrad" :P THX to all! now i have to put everything on the indexpage.. but now i have to do homework and so on :P so just after a while google will find another content!greetz!!

Share this post


Link to post
Share on other sites

wow! this script is very very cool!  :P  thanks! hmm its no problem if i have just html-code and the ending is .php?

My webpages are pretty much only html and css. I just inserted the code into the bottom of my webpages and saved them as .php (except for my index.html page).

 

the thing is, that google find me now =) hehe thats great, but there are some descriptions i didnt wrote in the metatags and so on... and i found the problem! i have to change the index-htmlcode and put in there the <noframes>! when you look at the sourcecode of the indexpage you find <noframes>!! but these noframes are not mine! its from the service where i got the .de.vu domain!! so now i will put the noframes with MY content on the indexpage of my old domain and the noframes of the .de.vu-service will be after mine!!  :P so i have a good chance to have my descriptions on on google! and then i will have a better ranking at google, if someone searches for "roman konrad"  :P

 

THX to all! now i have to put everything on the indexpage.. but now i have to do homework and so on  :P so just after a while google will find another content!

 

greetz!!

<{POST_SNAPBACK}>

All of my webpages get crawled, even the ones that don't have metatags. I don't use frames in my webpages, so I really can't offer any advice on that. Here's an example of an email I got as a result of this script:

 

January 22, 2005, 8:37 pm - Google crawled

http:/ /http://forums.xisto.com/no_longer_exists/

 

EDIT: I just entered "RomanKonrad" into Google (2/15/05 9:20 pm PST) and your website (http://forums.xisto.com/no_longer_exists/) was listed at the top. Congratulations!

Share this post


Link to post
Share on other sites

For people who place php programs in seperate folders,
I ASSUME YOU PLACE THE FILE IN A FOLDER CALLED PHP in ROOT i.e. public_html/php
Also create a file called crawlhistory.txt and chmod it 777 and place in same folder (above).

SAVE THE FOLLOWING CODE IN A FILE SAY : detect.inc.php

Assuming that the above submitted code works, I have just integrated one more peice of code with it.

<?php if(eregi("googlebot",$HTTP_USER_AGENT)){  if ($QUERY_STRING != "")  {    $url = "http://".$SERVER_NAME.$PHP_SELF.'?'.$QUERY_STRING;  }  else  {    $url = "http://".$SERVER_NAME.$PHP_SELF;}    $today = date("F j, Y, g:i a");    $message = "Googlebot detected on http://$SERVER_NAME - $today - Google crawled $url.\n");}if(isset($message)){$filename = 'crawlhistory.txt'; if (is_writable($filename)){    if (!$handle = fopen($filename, 'a')) {         print "Cannot open file ($filename)";         exit;    }    if (!fwrite($handle, $message)) {        print "Cannot write to file ($filename)";        exit;    }    fclose($handle); } else{    print "The file $filename is not writable"; }} ?>

Now, FOR any page you want to detect if Google indexed your pages, simply insert the following code.
<?require $_SERVER["DOCUMENT_ROOT"] . "/php/detect.inc.php"?>

To view the output, you can simply go to http://ww38.yoursite.com/php/crawlhistory.txt

:: ADVANTAGES ::

You can use this CODE in Dynamic Pages also like Forums, CMS where the no. of pages are very high. In such cases, email alerts can flood your mail box like hell. This is much controlled way. You can simply download the TXT file periodically and keep a record too.

This is the system I used to determine google cycles. ( to get an idea about the frequency of visits ) :-)

Share this post


Link to post
Share on other sites

Hi all,
QUESTION: When I use the "metatag analyzer" at http://www.seocentro.com/ ... I get a report that says my webpage was
"Last Modified on 2/28/05".
In addition, some of the metatag & other info in the report still points to (ie. is read as) the old date 2/28/05.

Iv'e checked all my "public_html" & "www" subfolders (ie the "_sgg" & "_sgt" -subfolders) and they all show the last file update date as 4/25/05.... which is when I last updated my webpage via ftp. All the webpages display OK via http:

Is this an index file problem???
A spiderbot problem??
A server "refresh"/update issue??
Other??
Any info appreciated.
Thanks
RGPHNX
I'm posting this here because it relates (or may indirectly relate) to SEO & Google not finding my site & the metatag analyzer link (above) is already in this thread.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.