Page 39 of 85 FirstFirst ... 29373839404149 ... LastLast
Results 381 to 390 of 847
  1. #381
    kelvyn Guest

    Default Re: Google SitemapAdmin

    Quote Originally Posted by BlessIsaacola View Post
    Thanks Kelvyn! So do I replace my urllist.txt with sitemapindex.xml?
    I'd suggest following that blog post, becuase what you need to do is see how to put the sitemapindex into robots.txt for a start, and also you'll need to make a login for Yahoo so you can add and track how your site is being spidered - pretty much the same as Google Webmasters does.

  2. #382
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Quote Originally Posted by kelvyn View Post
    I'd suggest following that blog post, becuase what you need to do is see how to put the sitemapindex into robots.txt for a start, and also you'll need to make a login for Yahoo so you can add and track how your site is being spidered - pretty much the same as Google Webmasters does.
    Actually, I already have the information for Google, Yahoo and MSN in my robot.txt.

    Google Sitemap requires an index sitemap to use to identify the list and Yahoo explorer also requires a file if you're using site explorer. I was basically asking a simple question of which file to put in accounts I have been using with Yahoo for months.

    Google is smart enough to read my sitemapindex.xml and go from there to grab the category, product and ezpages xml file. I am not sure how Yahoo Explorer works which is why I was asking.

    The robot.txt instruction is different from how Yahoo Site Explorer and Google Sitemap works. Although, both methods are after the same information, it never hurts to give different ways for search engine to find information.

  3. #383
    kelvyn Guest

    Default Re: Google SitemapAdmin

    Quote Originally Posted by BlessIsaacola View Post
    Actually, I already have the information for Google, Yahoo and MSN in my robot.txt.

    Google Sitemap requires an index sitemap to use to identify the list and Yahoo explorer also requires a file if you're using site explorer. I was basically asking a simple question of which file to put in accounts I have been using with Yahoo for months.

    Google is smart enough to read my sitemapindex.xml and go from there to grab the category, product and ezpages xml file. I am not sure how Yahoo Explorer works which is why I was asking.

    The robot.txt instruction is different from how Yahoo Site Explorer and Google Sitemap works. Although, both methods are after the same information, it never hurts to give different ways for search engine to find information.
    Then if your robots.txt looks something like this, and you have a site AND feed setup, authenticated and listed here, then all is good!

    Code:
    User-agent: *
    Disallow: /catalog/
    Disallow: /advanced_search.html
    Disallow: /checkout_shipping.html
    Disallow: /login.html
    Disallow: /order/
    Disallow: /shopping_cart.html
    Disallow: /tell_a_friend/
    Disallow: /unsubscribe.html
    Disallow: /write_review/
    SITEMAP: http://www.mystore.com/catalog/sitemapindex.xml

  4. #384
    Join Date
    Jun 2007
    Location
    Wagener, SC
    Posts
    27
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Ok, I guess this will be a newbie question, but I've read everything I can find on this mod, and I can't find my answer...

    I have v1.3.12 of this mod, and a pretty fresh install of Zen 1.3.7

    The install instructions for the Sitemap mod reference, in step #2, a file called googleanalytics.sql. This file does not exist in the mod package.

    Am I missing something???

    StoryBook

  5. #385
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    red flag Google Sitemap Broke Today

    Greetings

    I have had Google Sitemap up and functioning [on 2 sites] for several weeks, THANKS for a great product!!!

    • Today I installed the Admin Patch and the XSS patch on [BOTH SERVERS]. bulklights.com AND liberty-flag.com.
    • I changed the admin folder on [BOTH SERVERS] and made the appropriate config.php changes.

    The bulklights.com Sitemap works GREAT!
    The liberty-flag.com Sitemap opens the popup window and times out with a resulting -
    Google Sitemap Generation (v 1.3.11 19.05.2007 2:52) started

    Save path - "/home/content/l/i/b/libflag/html/"
    Base URL - "http://www.liberty-flag.com/"
    and nothing more. I renamed the old sitemapindex.xml and the other .xml files and tried running it again to no availe.

    The only other difference between the two sites is that on liberty-flag.com I tried toying with EZ-Pages. I created a page then deleted it.

    Any other ideas or clues needed?

    Thanks for your help
    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  6. #386
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    red flag Re: Google Sitemap Broke Today

    Quote Originally Posted by LibertyFlag View Post
    Greetings

    I have had Google Sitemap up and functioning [on 2 sites] for several weeks, THANKS for a great product!!!

    • Today I installed the Admin Patch and the XSS patch on [BOTH SERVERS]. bulklights.com AND liberty-flag.com.
    • I changed the admin folder on [BOTH SERVERS] and made the appropriate config.php changes.
    The bulklights.com Sitemap works GREAT!
    The liberty-flag.com Sitemap opens the popup window and times out with a resulting -

    and nothing more. I renamed the old sitemapindex.xml and the other .xml files and tried running it again to no availe.

    The only other difference between the two sites is that on liberty-flag.com I tried toying with EZ-Pages. I created a page then deleted it.
    When I run from the ie command line I get!
    http://www.liberty-flag.com/googlesitemap.php

    Google Sitemap Generation (v 1.3.11 19.05.2007 2:52) started

    Save path - "/home/content/l/i/b/libflag/html/"
    Base URL - "http://www.liberty-flag.com/"

    Processing file: /home/content/l/i/b/libflag/html/sitemapproducts.xml OK! Written 2440 records, 492156 bytes
    Generated Google Product Sitemap Successfully - http://www.liberty-flag.com/sitemapproducts.xml

    Processing file: /home/content/l/i/b/libflag/html/sitemapcategories.xml OK! Written 456 records, 87576 bytes
    Generated Google Category Sitemap Successfully - http://www.liberty-flag.com/sitemapcategories.xml

    ERROR: Google Category Sitemap Generation FAILED!

    Processing file: /home/content/l/i/b/libflag/html/sitemapindex.xml OK! Written 2 records, 606 bytes
    Generated Google Sitemap Index Successfully - http://www.liberty-flag.com/sitemapindex.xml

    Total Execution Time 1:0.7201
    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  7. #387
    Join Date
    Feb 2007
    Posts
    27
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Quote Originally Posted by pivey View Post
    Well, following to the older forum topic
    http://www.zen-cart.com/forum/showth...light=sitemaps

    I have a question regarding this mod.
    I have a 3 languages store, so when the sitemap is genarated, links like these accour, displaying the lang ID as well:

    .....main_page=product_info&amp;language=GR&amp;products_id=1104
    or
    ....main_page=product_info&amp;language=DE&amp;products_id=2364

    Any suggestions?

    Dimi
    Looks like everything is working fine, using Google Sitemap Generation (v 1.3.7 )
    No errors,

    I have a question regarding the actual sitemap listing at Google:
    since my path is set to the following:
    Save path - "/home/"directory"/public_html/"
    Base URL - "http://domain.com/" I have had to setup my google webmaster to also reflect this instead of http://WWW.domain.com

    all sitemaps paths come up WITHOUT the https://www.domain.com but instead display http://domain.com
    will this cause a problem with site ranking or crawlers? how do i change this so that the site BASE URL shows up with http://www.domain.com.

    Wolf

  8. #388
    Join Date
    Feb 2007
    Posts
    27
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Kelvyn,
    I am currently using google sitemap 1.3.7 and would like to update to 1.3.12(or the latest). since I already have 1.3.7 installed can I just overwrite the files. I also noticed that in the 1.3.12 file system there are update squl files (2,3 and4). If I was to update do I also install these patches the same way as the install.sql (cut and past)?
    Wolf

  9. #389
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    I got this error trying to install Google Sitemaps.

    Fatal error: Call to undefined function zen_get_info_page() in /home/public_html/admin/googlesitemap.php on line 259

    This happens when I click on the Google Sitemap link under
    Tools.

  10. #390
    Join Date
    Sep 2005
    Location
    Hong Kong
    Posts
    307
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Hi all,

    I tried to install the 1.3.12 version of this mod to my 1.3.7 zen cart and after installing the install.sql patch in my admin, I got this error '8 statements processed. Cannot insert configuration_key "" because it already exists. 1 statements ignored'.

    Any help appreciated !

    Thanks !
    Shirley :)

 

 
Page 39 of 85 FirstFirst ... 29373839404149 ... LastLast

Similar Threads

  1. v150 google modudle, shipping costs are no longer being passed to google
    By alcanlove in forum Addon Shipping Modules
    Replies: 2
    Last Post: 10 Sep 2012, 06:46 PM
  2. Google Checkout-anyway to avoid being redirected to Google payment page?
    By acreativepage in forum Addon Payment Modules
    Replies: 6
    Last Post: 23 Jan 2009, 12:50 AM
  3. Google SiteMapAdmin vs. Google XML sitemap
    By distanceDemon in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 9 Nov 2007, 03:39 PM
  4. Google Sitemapadmin
    By ghgarcia in forum All Other Contributions/Addons
    Replies: 10
    Last Post: 14 Oct 2007, 08:11 AM
  5. Google SitemapAdmin SQL Error
    By jeanmichel in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 30 Oct 2006, 08:57 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR