aviator-shop Posted September 2, 2008 Posted September 2, 2008 Hi! I'm waiting one week for adding my shop to google index. I made site map, I was aded my shop by google.com/addurl to google, I wrote everything data in google webmasters tools, the robots.txt allows all bots to go everywhere. During last week googlebot went almost 50 times at my site but still my site isn't in google index. Anybody know how long I should be waiting for add my url to google? Maybe I could make something to do it faster? And maybe it's something wrong with my shop?
Jack_mcs Posted September 2, 2008 Posted September 2, 2008 Google most likely has you listed already. You can check by going to google and typing the following in the search box: site:change_to_your_domain_name.com Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
aviator-shop Posted September 2, 2008 Author Posted September 2, 2008 A knew about this but if I type this in search box it appears me information: "The phrase - site:www.my_domain_name.com - cant't be find" or something like this because I translate this text form Polish to English.
Jack_mcs Posted September 2, 2008 Posted September 2, 2008 What's your domain name? Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
aviator-shop Posted September 2, 2008 Author Posted September 2, 2008 My domain name is http://www.aviator-shop.pl
aviator-shop Posted September 2, 2008 Author Posted September 2, 2008 I found .../includes/spiders.txt When I delete this file on my page appears error. I backup spiders.txt and I'm started to search in what file spiders.txt is used. I found it on .../includes/application_top.php That is a quotation from part of this file: // start the session $session_started = false; if (SESSION_FORCE_COOKIE_USE == 'True') { tep_setcookie('cookie_test', 'please_accept_for_session', time()+60*60*24*30, $cookie_path, $cookie_domain); if (isset($HTTP_COOKIE_VARS['cookie_test'])) { tep_session_start(); $session_started = true; } } elseif (SESSION_BLOCK_SPIDERS == 'True') { $user_agent = strtolower(getenv('HTTP_USER_AGENT')); $spider_flag = false; if (tep_not_null($user_agent)) { $spiders = file(DIR_WS_INCLUDES . 'spiders.txt'); for ($i=0, $n=sizeof($spiders); $i<$n; $i++) { if (tep_not_null($spiders[$i])) { if (is_integer(strpos($user_agent, trim($spiders[$i])))) { $spider_flag = true; break; } } } } After that I've change "elseif (SESSION_BLOCK_SPIDERS == 'True')" for False. Maybe it was the reason why my store isn't yet in the google index? Is that all what I should change to be in google index?
Jack_mcs Posted September 3, 2008 Posted September 3, 2008 My domain name is http://www.aviator-shop.pl I'm sorry. I thought it was obvious to use your own domain name. See this page. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Guest Posted September 3, 2008 Posted September 3, 2008 Konrad, Unfortunately you are in the wrong forum my friend. This forum is for osCommerce and NOT Cre Loaded! Aran
Recommended Posts
Archived
This topic is now archived and is closed to further replies.