running wolf Posted May 29, 2005 Share Posted May 29, 2005 1: with my old site I did not worry about no nothing, no SEO, spiders, meta tags, etc but my places were excellent, usually on page 1 with all major search words/phrases. OK, I was told just give it time. This is my spiders.txt: # alaskakreations robots.txt # ALL search engine spiders/crawlers User-agent: * Disallow: /cgi-bin/ Disallow: /admin/ Disallow: /download/ Disallow: /protection-of-configuration/ Disallow: /pub/ Disallow: /account.php Disallow: /advanced_search.php Disallow: /checkout_shipping.php Disallow: /create_account.php Disallow: /login.php Disallow: /password_forgotten.php Disallow: /popup_image.php Disallow: /shopping_cart.php Disallow: /product_reviews_write.php Disallow: /product_reviews.php Disallow: /product_reviews_info.php Disallow: /webstats/ Disallow: /cookie_usage.php Disallow: /includes/ Disallow: /conditions.php Disallow: /contact_us.php Disallow: /images/ Disallow: /thumbnails/ Disallow: / account.php/my_account_f/1 Now I noticed that Alexa for example and Iktomi Slurp hit on the robots.txt but do not crawl/index the website. ????? Question 2: In order to speed up my website I followed advice, Chemo is my hero....... In the product_info.php I do not need/want the "also bought" table. I do have "cache" set to false since my pics do not require resizing and I don't use other stuff where cache is recommended. So tried to cut the code for the "also bought" table only to get a parse error. Shouldn't I be able to remove unused codes or is there more to it? This is the code: <?php if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_also_purchased(3600); } else { include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS); } } ?> Question 3: If I leave this code the way it is even tho it does not show on the info page does that have any impact on the all over parse time? Is the code still 'working' in the back ground? Perhaps these questions are stupid but I'm trying to learn. Thanks for your time and have a nice holiday. It's almost 80F up here 52mi below the Arctic Circle, the perfect day for some gardening. My Webpage Kristine Running Wolf Link to comment Share on other sites More sharing options...
mark27uk3 Posted May 29, 2005 Share Posted May 29, 2005 Monthly give away Bottle with Beaded Cat on a Rabbit fur. Please enter your email address until May 31, 2005. The drawing will be held on May 1, 2005. I guess no one is going to win then! Sorry for butting in! Mark Lifes a bitch, then you marry one, then you die! Link to comment Share on other sites More sharing options...
running wolf Posted May 30, 2005 Author Share Posted May 30, 2005 why, the test for the email runs just fine? Kristine Running Wolf Link to comment Share on other sites More sharing options...
Guest Posted May 30, 2005 Share Posted May 30, 2005 why, the test for the email runs just fine? <{POST_SNAPBACK}> Clue... Look at the dates :o :lol: Link to comment Share on other sites More sharing options...
running wolf Posted May 30, 2005 Author Share Posted May 30, 2005 yeah, sometimes I do that, does not deter the visitors tho. Kristine Running Wolf Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.