Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Index Google


aviator-shop

Recommended Posts

Posted

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?

Posted

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.

Posted

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?

Posted

Konrad,

 

Unfortunately you are in the wrong forum my friend.

 

This forum is for osCommerce and NOT Cre Loaded!

 

Aran

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...