Page 80 of 85 FirstFirst ... 30707879808182 ... LastLast
Results 791 to 800 of 847
  1. #791
    Join Date
    Mar 2008
    Posts
    218
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Just wondering if someone can lead me in the right direction. I've downloaded the google sitemap for zencart and I get this after I press send:

    Google Sitemap Generation (v 1.3.19 20.04.2008 17:24) started

    Save path - "/home/bendissk/public_html/"
    Base URL - "http://www.bendisskin.com/"
    File "robots.txt" not found in save path - "/home/my_id/public_html/robots.txt"
    Not sure if this is a problem as I'm new to this...

    Secondly, I checked my xml files (sitemapcategories.xml, sitemapezpages.xml, sitemapindex.xml, sitemapproducts.xml) and nothing was in those files... they were all blank. I assume these need to have the sitemap code. Is this because I don't have the robots.txt file like I listed above? Thanks for your help in advance!

  2. #792
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Google SitemapAdmin

    Quote Originally Posted by sfklaas View Post
    Just wondering if someone can lead me in the right direction. I've downloaded the google sitemap for zencart and I get this after I press send:



    Not sure if this is a problem as I'm new to this...

    Secondly, I checked my xml files (sitemapcategories.xml, sitemapezpages.xml, sitemapindex.xml, sitemapproducts.xml) and nothing was in those files... they were all blank. I assume these need to have the sitemap code. Is this because I don't have the robots.txt file like I listed above? Thanks for your help in advance!
    If you use Googles Webmaster tools for tracking your sitemap within Google, it can create the robots.txt for you- Otherwise search back to earlier posts in this thread- there are a couple of robots.txt templates that you can use.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  3. #793
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Google SitemapAdmin

    Quote Originally Posted by cjeb456 View Post
    Hi all

    Getting this message when I do Tools -> Google XML Sitemap...




    Can anyone help?

    I have all the admin files in the correct place

    Then I have...
    googlesitemap.php in root/admin/
    gss/xsl in root/admin
    sitemapcategories.xml in root/
    sitemapezpages.xml in root/
    sitemapindex.xml in root/
    sitemapproducts.xml in root/

    Is this correct?

    Thanks
    That's rather serious as it indicates that you are missing a ZenCart Core File (includes/functions/functions_lookups.php). I would check out your ZenCart install and make sure it completed okay.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  4. #794
    Join Date
    Mar 2008
    Posts
    218
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    In Google Webmaster tools, I get this error:

    XML Parsing Error: not well-formed
    Location: http://www.bendisskin.com/sitemapezpages.xml
    Line Number 23, Column 65: <loc>http://www.bendisskin.com/index.php?main_page=index&cPath=0</loc>
    ----------------------------------------------------------------^
    If its just this link, I can take that off the sitemap and i'm sure thats an easy fix. But I was curious why it gave me this error. Anyone have any ideas or saw this before? Should I just go ahead and delete this link from my sitemapezpage.xml?

  5. #795
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google SitemapAdmin

    Quote Originally Posted by sfklaas View Post
    In Google Webmaster tools, I get this error:
    Code:
    XML Parsing Error: not well-formed
    Location: http://www.bendisskin.com/sitemapezpages.xml
    Line Number 23, Column 65: <loc>http://www.bendisskin.com/index.php?main_page=index&cPath=0</loc>
    Google Sitemap v 1.3.19 does not make so crazy sitemapezpages.xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet type="text/xsl" href="gss.xsl"?>
    <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
    http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
    xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
    <loc>http://www.bendisskin.com/index.php?main_page=page&amp;id=2</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    </url>
    <url>
    <loc>http://bendisskin.com/index.php?main_page=contact_us</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    </url>
    <url>
    <loc>http://www.bendisskin.com</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    </url>
    <url>
    <loc>http://www.bendisskin.com/index.php?main_page=index&cPath=0</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    </url>

    <url>
    <loc>http://www.bendisskin.com/index.php?main_page=page&amp;id=17</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    </url>
    <url>
    <loc>http://www.bendisskin.com/index.php?main_page=page&amp;id=22</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    </url>
    <url>
    <loc>http://www.bendisskin.com/index.php?main_page=page&amp;id=23</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    </url>
    <url>
    <loc>http://bendisskin.com/index.php?main_page=product_info&cPath=0&products_id=2</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    </url>
    <url>
    <loc>http://bendisskin.com/index.php?main_page=product_info&cPath=0&products_id=3</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    </url>
    <url>
    <loc>http://bendisskin.com/index.php?main_page=product_info&cPath=0&products_id=4</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    </url>
    <url>
    <loc>http://bendisskin.com/index.php?main_page=product_info&cPath=0&products_id=1</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    </url>
    <url>
    <loc>http://bendisskin.com/index.php?main_page=product_info&cPath=0&products_id=5</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    </url>
    <url>
    <loc>http://www.bendisskin.com/index.php?main_page=product_info&products_id=8</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    </url>
    <url>
    <loc>http://www.bendisskin.com/index.php?main_page=product_info&cPath=0&products_id=9</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    </url>
    <url>
    <loc>http://bendisskin.com/index.php?main_page=product_info&cPath=0&products_id=6</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    </url>
    <url>
    <loc>http://bendisskin.com/index.php?main_page=product_info&cPath=0&products_id=7</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    </url>
    <url>
    <loc>http://www.bendisskin.com/index.php?main_page=product_info&cPath=0&products_id=10</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    </url>

    </urlset>

  6. #796
    Join Date
    Mar 2008
    Posts
    218
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Google Sitemap v 1.3.19 does not make so crazy sitemapezpages.xml file:
    Ok... I just realized that there are 3 update files that came with the download. "Update_1_3_2.SQL, Update_1_3_3.SQL, Update_1_3_4.SQL." Should I go ahead and install them through the Install SQL Patches? Copy and paste rather than upload the entire files? Will that fix the problem you were referring to?

  7. #797
    Join Date
    Mar 2008
    Posts
    218
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Also, I used ezpage links for the products so I could change the style of the links easier. Thats why the "product=id" links are listed in the ezpage urls. Is this causing the problem do you think?

  8. #798
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google SitemapAdmin

    Quote Originally Posted by sfklaas View Post
    I used ezpage links for the products so I could change the style of the links easier. Thats why the "product=id" links are listed in the ezpage urls.
    Wow! I even could not imagine this! Interesting. Sorry for my comments
    Quote Originally Posted by sfklaas View Post
    Is this causing the problem do you think?
    I think that is my bug.

    Fix it in the old version is difficult and it makes no sense. Better to take the new version. Send me email and I resend you a new SitemapXml.

  9. #799
    Join Date
    Mar 2008
    Posts
    218
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Sent you an e-mail through zencart... if I don't hear from you with a few days, I'll also send you a PM... Thanks for looking into that!

  10. #800
    Join Date
    Feb 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Quote Originally Posted by hem View Post
    That's rather serious as it indicates that you are missing a ZenCart Core File (includes/functions/functions_lookups.php). I would check out your ZenCart install and make sure it completed okay.
    Hi

    That file exists and the rest of zen cart is working perfectly, just not the google sitemap mod

    Do you have any other ideas please?

    Many thanks

 

 
Page 80 of 85 FirstFirst ... 30707879808182 ... 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