Page 57 of 85 FirstFirst ... 747555657585967 ... LastLast
Results 561 to 570 of 847
  1. #561
    Join Date
    Sep 2006
    Location
    Colorado Springs CO USA
    Posts
    516
    Plugin Contributions
    2

    Default Re: Google SitemapAdmin

    Quote Originally Posted by ronlee67 View Post
    I am getting the same error for the Microsoft ping.


    Have no clue how to correct. In my case I had just upgraded from ZenCart 1.3.7 to 1.3.8a. After upgrading ZenCart I decided to upgrade to the latest version of Google Sitemap Admin (1.3.19). Executed uninstall.sql first, then loaded the new files and ran install.sql. Everything seems to be working normally except for this error report. Don't know if MSN accepted the ping as I cannot find a dashboard on MSN like there is on Google. I presume the notification failed. My sitemap location is correctly listed with www in the robots.txt file.
    This self-corrected a few hours later. I presume there was a problem at MSN at the time.... either that or I needed to exit my browser and restart the browser as no further changes were made to my site during the problem.

    Ron
    www.aspenshopsonline.com - ZenCart 1.3.9h
    www.wilkssupply.com - ZenCart 1.3.9h
    www.un-du.net - ZenCart 1.3.8a

  2. #562
    Join Date
    Apr 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Quote Originally Posted by 8808alpha View Post
    Okay so here is my issue and I'll try my best to expalin it.

    I have created my site map through site map admin and it creates the three site maps for the index, categories and products. However it displays:

    Generated Google Sitemap Index Successfully - http://www.mydomain.com/sitemapindex.xml

    The above message is displayed for all three files but the problem is that they are really not there and were actually created in the http://www.mydomain.com/mystore/ directory which is the correct place.

    And eventhough sitemapindex.xml, sitemapcategories.xml and sitemapproducts.xml are all in http://www.mydomain.com/mystore/ - sitemapindex.xml has the path of the other two files as http://www.mydomain.com/sitemapcategories.xml and http://www.mydomain.com/sitemapproducts.xml

    And if I hit send to crawler in step 2 of site map admin, it sends the sitemap path of http://www.mydomain.com/sitemapindex.xml

    So this is causing the search engines to fail when they try and crawl my site.

    Any ideas on how to fix? Thanks.
    Exactly same problem! Anyone any ideas?

    Another issue is the sitemapezpages.xml,it always shows error, so I delete it from sitemapindex.

    And for multilanguage site, I found only one language is indexed in google, am not sure why, and is looking at if another language's info can be shown.

  3. #563
    Join Date
    Apr 2005
    Location
    London
    Posts
    468
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    All installed and it creates the sitemaps ok...but the ping isn't working, it says:

    Warning: file() [function.file]: URL file-access is disabled in the server configuration in /home/*******/public_html/googlesitemap.php on line 124

    There are similar errors for yahoo etc...any ideas??
    FORUM:
    # a public meeting or assembly for open discussion
    #An online discussion group, where participants with common interests can exchange open messages.
    # a public facility to meet for open discussion

  4. #564
    Join Date
    Jul 2007
    Location
    Roseville, Michigan
    Posts
    188
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    How should my robot.txt be set up if my store is not in my root dir? It is in www.jhelectonics.com/catalog, but my robot text is in my root.

  5. #565
    Join Date
    Jul 2007
    Location
    Roseville, Michigan
    Posts
    188
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    I'm getting a "PHP Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 3381193 bytes) in ../jhelectronics.com/catalog/googlesitemap.php on line 307" Why am I getting this error?

  6. #566
    Join Date
    Apr 2008
    Location
    Chehalis, Washington, United States
    Posts
    32
    Plugin Contributions
    0

    link problem Re: Google SitemapAdmin

    So far, GoogleSitemapAdmin is working great, thank you very much! I haven't had any problems with it and those spiders are keeping busy on my site. Google doesn't report any errors.

    So, here's my 'problem'... I have a bunch of link pages generated by the linkadmin add-on that are not being indexed. I have actually had some link refusals because my link pages aren't 'pageranked'. I don't have to say how important good inbound links are, but to get those good inbound links one must reciprocate and in order to get the better sites to do so, my link pages need to be indexed.

    Is there a fairly simple way to do this?

    Jeff
    www.jeffreydesign.com

  7. #567

    Default Re: Google SitemapAdmin

    Hi,I have installed the "ADMIN PROFILE" module first.When I installed the "Google SitemapAdmin" and assign the right items in admin permissions.
    But in the config->Google XML Sitemap,there is no config content but the title.However,in the tools->Google XML Sitemap ,everything is OK.Is there any one can help me?Thanks!

  8. #568
    Join Date
    Apr 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Hi
    When I go to Google it says I have an error
    Unsuported file format
    This is what it says where should I change this?

    Unsupported file format Your Sitemap does not appear to be in a supported format. Please ensure it meets our Sitemap guidelines and resubmit.

    Some things you might check are:

    That the file uses the correct header. For a Sitemap file, the header can look like this:

    <?xml version="1.0" encoding="UTF-8"?>
    <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    For a Sitemap index file, the header can look like this:

    <?xml version="1.0" encoding="UTF-8"?>
    <sitemapindex
    xmlns="http://www.sitemaps.org/schemas<wbr>/sitemap/0.9">
    That the namespace in the header is "http://www.sitemaps.org/schemas/sitemap/0.9". Note that this must end in 0.9. If it ends in .9, you'll see an error.

    That each XML attribute is enclosed in either single quotes (') or double quotes (") and that those quotes are straight, not curly. If you use a word processing program, such as Microsoft Word, you may find that it inserts curly quotes.

  9. #569
    Join Date
    May 2006
    Posts
    31
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Quote Originally Posted by 8808alpha View Post
    Okay so here is my issue and I'll try my best to expalin it.

    I have created my site map through site map admin and it creates the three site maps for the index, categories and products. However it displays:

    Generated Google Sitemap Index Successfully - http://www.mydomain.com/sitemapindex.xml

    The above message is displayed for all three files but the problem is that they are really not there and were actually created in the http://www.mydomain.com/mystore/ directory which is the correct place.

    And eventhough sitemapindex.xml, sitemapcategories.xml and sitemapproducts.xml are all in http://www.mydomain.com/mystore/ - sitemapindex.xml has the path of the other two files as http://www.mydomain.com/sitemapcategories.xml and http://www.mydomain.com/sitemapproducts.xml

    And if I hit send to crawler in step 2 of site map admin, it sends the sitemap path of http://www.mydomain.com/sitemapindex.xml

    So this is causing the search engines to fail when they try and crawl my site.

    Any ideas on how to fix? Thanks.
    I am having the exact same problem also. Does anyone have a fix for this? My robots.txt file is located in http://www.mydomain.com/robots.tx but my store is at http://www.mydomain.com/mystore

    Thanks in advance!
    michelle

  10. #570
    Join Date
    Oct 2007
    Posts
    73
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    I have the same issue.

    It looks like it is down to the base url which shows as:

    Save path - "/kunden/homepages/27/d171695210/htdocs/xxx/store/"
    Base URL - "http://www.xxx.co.uk/"

    but shouldnt this be:

    Save path - "/kunden/homepages/27/d171695210/htdocs/xxx/store/"
    Base URL - "http://www.xxx/store/"

 

 
Page 57 of 85 FirstFirst ... 747555657585967 ... 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