Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Google XML Sitemap SEO


Jack_mcs

Recommended Posts

@@Roaddoctor If the url is the same for both the desktop and mobile pages, which they would be in your shop, there is no need to create the mobile sitemaps. The exception is if there is something that shows on the desktop and not the mobile shop, or vice versa. Though that should not happen in a site like yours. For shops that use the mobile addon, or some other method, where the domain name is different, the mobile maps are needed.

 

Thanks for mentioning the missing files.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

@@Roaddoctor The exception is if there is something that shows on the desktop and not the mobile shop, or vice versa. Though that should not happen in a site like yours. For shops that use the mobile addon, or some other method, where the domain name is different, the mobile maps are needed.

 

Thanks for mentioning the missing files.

 

 oh, but I do - there is Unsemantic Class=hide-on-mobile and hide-on-desktop.... very handy indeed. thank you for the clarifications.

-Dave

Link to comment
Share on other sites

If you are hiding a page, that is OK. But if you are hiding content on a page, you have to be careful since that can be seen as against the search engines rules.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

@@Jack_mcs

 

Hi Jack

 

I installed your older v1.7 add-on into my Bootstrap store. Then I generate the sitemaps with the /googlesitemap/index.php URL.

After that it says I should confirm that the generated sitemaps are correct before I submit them to google.

 

There is where my problem starts, when I look at the /sitemapcategories.xml it doesn't fetch the correct category names.

Don't know why but it shows the category names of older links. For example;

 

Old link

xxxxx/chopsticks-c-22.html

 

But it should say

xxxxx/japanese-chopsticks-c-22.html

 

Does this has something to do with the URL SEO addon? (Using your URL SEO Addon)

Does it even matter at all? The links are not broken, so clicking on the old name link works.

Edited by Tsimi
Link to comment
Share on other sites

I don't know what might cause that. I've installed this into a number of shops, including my own, and never had that problem. Being a BS shop shouldn't matter since the part of the code responsible for that is the same. All I can suggest is that you use the cache clear or uninstall option in Ultimate SEO to see if that helps.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

@@Jack_mcs

 

Thanks for your reply Jack.

 

I set the permission for the googlesitmap folder and all its containing sub-folders and files to 755 and gave it another try.....and it seems to be working correct now.

All URLs are correct with the correct latest modified date. Same goes for the products. I re-submited the Sitemaps to Google now.

I have no idea as to why it was fetching the old stuff and from where...but as long it works...maybe some things are just meant to be a mystery.

 

I also had trouble with the cron, if you recall. Will set it up again and I have a feeling that it might work out this time. *fingerscrossed*

Edited by Tsimi
Link to comment
Share on other sites

  • 4 weeks later...

Hello Jack and thanks for the improvements in the Google sitemaps.

 

New thing for Google to target all the languages on the site is as follows and I can not find a way to implement it  :

Use a sitemap to indicate alternate language pages

If your site targets users in many languages and, optionally, countries, you can use Sitemaps to provide Google with rel="alternate" hreflang="x". These attributes help Google serve the correct language or regional URL to searchers.

Imagine you have an English language page, targeted at English speakers worldwide. You also have equivalent versions of this page targeted at German speakers worldwide, and German speakers located in Switzerland. Your full set of URLs is:

  • www.example.com/english/
  • www.example.com/deutsch/
  • www.example.com/schweiz-deutsch/

The following Sitemap tells Google that the www.example.com/english/ page has equivalent pages targeting worldwide German-speaking users  (http://www.example.com/deutsch/) and Switzerland (http://www.example.com/schweiz-deutsch/).

<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"  xmlns:xhtml="http://www.w3.org/1999/xhtml">  <url>    <loc>http://www.example.com/english/</loc>'>http://www.example.com/english/</loc>    <xhtml:link                  rel="alternate"                 hreflang="de"                 href="http://www.example.com/deutsch/"                 />    <xhtml:link                  rel="alternate"                 hreflang="de-ch"                 href="http://www.example.com/schweiz-deutsch/"                 />    <xhtml:link                  rel="alternate"                 hreflang="en"                 href="http://www.example.com/english/"                 />  </url>    <url>    <loc>http://www.example.com/deutsch/</loc>    <xhtml:link                  rel="alternate"                 hreflang="en"                 href="http://www.example.com/english/"                 />     <xhtml:link                  rel="alternate"                 hreflang="de-ch"                 href="http://www.example.com/schweiz-deutsch/"                 />     <xhtml:link                  rel="alternate"                 hreflang="de"                 href="http://www.example.com/deutsch/"                 />  </url>    <url>    <loc>http://www.example.com/schweiz-deutsch/</loc>     <xhtml:link                  rel="alternate"                 hreflang="de"                 href="http://www.example.com/deutsch/"                 />     <xhtml:link                  rel="alternate"                 hreflang="en"                 href="http://www.example.com/english/"                 /><xhtml:link                  rel="alternate"                 hreflang="de-ch"                 href="http://www.example.com/schweiz-deutsch/"                 />  </url>  </urlset>
Notes
  • Be sure to specify the xhtml namespace as follows:
    xmlns:xhtml="http://www.w3.org/1999/xhtml"
  • You must create a separate url element for each URL. Each url element must include a loc tag indicating the page URLs, and an xhtml:link rel="alternate" hreflang="XX" subelement for every alternate version of the page, including itself
  • This example uses the language code de for the URL targeted at German speakers anywhere, and the language-locale code de-ch for German speakers in Switzerland. If you have several alternate URLs targeted at users with the same language but in different locales, it's a good idea to provide a URL for geographically unspecified users. For example, you may have specific URLs for English speakers in Ireland (en-ie), Canada (en-ca), and Australia (en-au), but want all other English speakers to see your generic English (en) page. In this case you should specify the generic English-language (en) page for searchers in, say, the UK.

 

Link to comment
Share on other sites

@@flyerart2 The code can't handle that as it is right now and it is not a simple change so it isn't something I could post here.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Hi, so happy to see an update for this addon with image sitemap. Thank you!

 

I tried installing this over my previous version of Google XML Sitemap which always worked great, but I'm getting this error. I see some other people have had this too, but I don't quite understand how to fix mine. Can anyone help?

 

Thanks!

 

Opening   /sitemapindex.xml

FS_CAT    /home1/myhost/public_html/

Server    http://www.mydomain.com

Save Path /

WS_CAT    /

ERROR: Google Sitemap Index Generation FAILED!

Rachel M.

Link to comment
Share on other sites

In the googlesitemap/sitemap.class.php file, find this line

$this->base_url = $domain_name;

and replace it with

$this->savepath = DIR_FS_CATALOG;
$this->base_url = HTTP_SERVER . DIR_WS_HTTP_CATALOG;

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

 

In the googlesitemap/sitemap.class.php file, find this line

$this->base_url = $domain_name;

and replace it with

$this->savepath = DIR_FS_CATALOG;
$this->base_url = HTTP_SERVER . DIR_WS_HTTP_CATALOG;

 

Jack

 

I have SEO URLS 5 by FWD Media installed.  Do you know how to modify this update (1.8) to have proper SEO URLS?

 

I added the above, and that got all my sitemaps created, yet all my links are not SEO URL formatted.

 

Any clues?

 

Thanks!!!

Bill

Link to comment
Share on other sites

I had planned on changing the code so it would work with that addon but ran out of time. Maybe on the next update if someone else doesn't do it first.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

I had planned on changing the code so it would work with that addon but ran out of time. Maybe on the next update if someone else doesn't do it first.

 

So in playing around I got it to work.  Except for mobile.  All those links appear to look like the regular (non-mobile) links.

 

For instance, none of the links point to:  

 

www.mysite.com/mobile/product-name-mp-112.html

 

They look like a regular link instead:  www.mysite.com/product-name-p-112.html

 

Notice no "mobile" subdirectory and instead of "mp" you have "p"

 

 

Any ideas?

Link to comment
Share on other sites

  • 2 weeks later...

@@Jack_mcs

 

Hi Jack, I installed Google XML Sitemap SEO V 1.8 on OSC2.3.4 which also has Ultimate_SEO_URLSv22d_14a installed with the Mobile updates for iOSC 7.5. All permissions on .xml sitemaps have been set to 777. I still do however get die results below when /googlesitemap/index.php has been called. Any advice please ?

ERROR: Google Product Sitemap Generation FAILED!ERROR: Google Category Sitemap Generation FAILED!ERROR: Google Images Sitemap Generation FAILED!ERROR: Google Pages Sitemap Generation FAILED!ERROR: Google Specials Sitemap Generation FAILED!ERROR: Google Sitemap Index Generation FAILED!Array(    [QUERY] => Array        (            [PRODUCTS] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 530                )            [CATEOGRY] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 13                )            [IMAGES] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 530                )            [SPECIALS] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 31                )        )    [SAVE_FILE_XML] => Array        (            [0] => Array                (                    [file] => /sitemapproducts.xml                    [status] => failure                    [file_exists] => false                )            [1] => Array                (                    [file] => /sitemapcategories.xml                    [status] => failure                    [file_exists] => false                )            [2] => Array                (                    [file] => /sitemapimages.xml                    [status] => failure                    [file_exists] => false                )            [3] => Array                (                    [file] => /sitemappages.xml                    [status] => failure                    [file_exists] => false                )            [4] => Array                (                    [file] => /sitemapspecials.xml                    [status] => failure                    [file_exists] => false                )            [5] => Array                (                    [file] => /sitemapindex.xml                    [status] => failure                    [file_exists] => false                )        ))
ERROR: Google Product Sitemap Generation FAILED!ERROR: Google Category Sitemap Generation FAILED!ERROR: Google Images Sitemap Generation FAILED!ERROR: Google Pages Sitemap Generation FAILED!ERROR: Google Specials Sitemap Generation FAILED!ERROR: Google Sitemap Index Generation FAILED!Array(    [QUERY] => Array        (            [PRODUCTS] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 530                )            [CATEOGRY] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 13                )            [IMAGES] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 530                )            [SPECIALS] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 31                )        )    [SAVE_FILE_XML] => Array        (            [0] => Array                (                    [file] => /sitemap_mobileproducts.xml                    [status] => failure                    [file_exists] => false                )            [1] => Array                (                    [file] => /sitemap_mobilecategories.xml                    [status] => failure                    [file_exists] => false                )            [2] => Array                (                    [file] => /sitemap_mobileimages.xml                    [status] => failure                    [file_exists] => false                )            [3] => Array                (                    [file] => /sitemap_mobilepages.xml                    [status] => failure                    [file_exists] => false                )            [4] => Array                (                    [file] => /sitemap_mobilespecials.xml                    [status] => failure                    [file_exists] => false                )            [5] => Array                (                    [file] => /sitemap_mobileindex.xml                    [status] => failure                    [file_exists] => false                )        ))

Completed!

Link to comment
Share on other sites

  • 2 weeks later...

Hello @@Jack_mcs

 

I applied the mods as suggested on previous post on sitemap.class.php v1.8 and tested it for a mobile installation

in  /home/AABB/htdocs/mobile as main shop subdirectory per iOSC 7.5.9 instructions.

However be it with subdomain or standard config, sitemap urls are not created as expected (like point 1+2 below)

as "mobile" appears nowhere:

 

1. mobile.example.com

2. www.example.com/mobile/  (BTW in admin sitemap config is it possible to put this url as domain)

3. urls are not rewritten -mc-xxx.html, -mp-yyy.html, -mm-zzz.html in the xml files but instead -c-xxx.html, -p-yyy.html, -m-zzz.html

 

N.B Classic version of the site urls are all created right and the ouput short for all is:

CONGRATULATIONS! All files generated successfully.

Further I have following errors in logs while creating the sitemap files:

 

Constant TABLE_GRADUATED_PRICING already defined in /home/AABB/htdocs/includes/database_tables.php on line 83
Constant TABLE_HEADERTAGS_SILO already defined in /home/AABB/htdocs/includes/database_tables.php on line 116
Constant TABLE_HEADERTAGS_CACHE already defined in /home/AABB/htdocs/includes/database_tables.php on line 119
Constant MODULE_PAYMENT_CHTRANSFER_SORTCODE already defined in /home/AABB/htdocs/googlesitemap/index.php on line 43
Constant MODULE_PAYMENT_CHTRANSFER_SORTCODE already defined in /home/AABB/htdocs/googlesitemap/index.php on line 43
Constant SHOW_SEARCH_BY_PRICE_RANGE already defined in /home/AABB/htdocs/googlesitemap/index.php on line 43
Use of undefined constant DIR_WS_HTTP_CATALOG - assumed 'DIR_WS_HTTP_CATALOG' in /home/AABB/htdocs/googlesitemap/index.php on line 33

 

 

It would be great if we could fix this as it seems having sitemaps for mobile seems quiet recommended

after reading your last comments on IOSC forum .

 

Best regards and many thanks

David

david

Link to comment
Share on other sites

Have you entered the url in the settings? Enabled the mobile maps? Ran the diagnostic?

 

Hello @@Jack_mcs

 

Yes all enabled, here for example, for a standard, not subdomain install. After that one also is included the output

for the subdomain with mobile.example.com in the sitemap admin configs where all files fail actually to be generated:

 

Opening   /home/AABB/htdocs/sitemapproducts.xml

 

FS_CAT    /home/AABB/htdocs/

 

Server    http://192.168.1.50

 

Save Path /home/AABB/htdocs/

 

WS_CAT    /

 

Write /home/AABB/htdocs/sitemapproducts.xml

Generated Google Product Sitemap Successfully

 

Opening   /home/AABB/htdocs/sitemapcategories.xml

 

FS_CAT    /home/AABB/htdocs/

 

Server    http://192.168.1.50

 

Save Path /home/AABB/htdocs/

 

WS_CAT    /

 

Write /home/AABB/htdocs/sitemapcategories.xml

Generated Google Category Sitemap Successfully

 

Opening   /home/AABB/htdocs/sitemapmanufacturers.xml

 

FS_CAT    /home/AABB/htdocs/

 

Server    http://192.168.1.50

 

Save Path /home/AABB/htdocs/

 

WS_CAT    /

 

Write /home/AABB/htdocs/sitemapmanufacturers.xml

Generated Google Manufacturers Sitemap Successfully

 

Opening   /home/AABB/htdocs/sitemapindex.xml

 

FS_CAT    /home/AABB/htdocs/

 

Server    http://192.168.1.50

 

Save Path /home/AABB/htdocs/

 

WS_CAT    /

 

Write /home/AABB/htdocs/sitemapindex.xml

Generated Google Sitemap Index Successfully

 

CONGRATULATIONS! All files generated successfully.

 

If you have not already submitted the sitemap index to Google click the link below.

Before you do I HIGHLY recommend that you view the XML files to make sure the data is correct.

 

http://www.google.com/webmasters/sitemaps/ping?sitemap=http%3A%2F%2F192.168.1.50%2Fsitemapindex.xml

 

For your convenience here is the CRON command for your site:

    php /home/AABB/htdocs/googlesitemap/index.php

 

The following should be added to your Google and Bing Webmaster Tools accounts.

They only require the index to be submitted but listing all of them will make it easier to troubleshoot problems.

    sitemap: http://192.168.1.50/sitemapindex.xml

    sitemap: http://192.168.1.50/sitemap_mobileindex.xml

 

If you have a robots.txt file (located in the root directory of your site), add this to the end of it:

    sitemap: http://192.168.1.50/sitemapindex.xml

    sitemap: http://192.168.1.50/sitemap_mobileindex.xml

 

Here are the map files for the URL http://192.168.1.50/

sitemapindex.xml

sitemapproducts.xml

sitemapcategories.xml

sitemapmanufacturers.xml

 

Opening   /home/AABB/htdocs/sitemap_mobileproducts.xml

 

FS_CAT    /home/AABB/htdocs/

 

Server    http://192.168.1.50

 

Save Path /home/AABB/htdocs/

 

WS_CAT    /

 

Write /home/AABB/htdocs/sitemap_mobileproducts.xml

Generated Google Product Sitemap Successfully

 

Opening   /home/AABB/htdocs/sitemap_mobilecategories.xml

 

FS_CAT    /home/AABB/htdocs/

 

Server    http://192.168.1.50

 

Save Path /home/AABB/htdocs/

 

WS_CAT    /

 

Write /home/AABB/htdocs/sitemap_mobilecategories.xml

Generated Google Category Sitemap Successfully

 

Opening   /home/AABB/htdocs/sitemap_mobilemanufacturers.xml

 

FS_CAT    /home/AABB/htdocs/

 

Server    http://192.168.1.50

 

Save Path /home/AABB/htdocs/

 

WS_CAT    /

 

Write /home/AABB/htdocs/sitemap_mobilemanufacturers.xml

Generated Google Manufacturers Sitemap Successfully

 

Opening   /home/AABB/htdocs/sitemap_mobileindex.xml

 

FS_CAT    /home/AABB/htdocs/

 

Server    http://192.168.1.50

 

Save Path /home/AABB/htdocs/

 

WS_CAT    /

 

Write /home/AABB/htdocs/sitemap_mobileindex.xml

Generated Google Sitemap Index Successfully

 

Here are the map files for the URL http://192.168.1.50/

sitemap_mobileindex.xml

sitemap_mobileproducts.xml

sitemap_mobilecategories.xml

sitemap_mobilemanufacturers.xml

 

This is generated for mobile categories for the standard no subdomain install



<url>
                <loc>http://192.168.1.50/actions-c-100.html</loc>
                <mobile:mobile/>
                <lastmod>2009-01-09</lastmod>
                <changefreq>weekly</changefreq>
                <priority>0.5</priority>
        </url>

SUBDOMAIN NOW as said mobile.example.com in the first place

Opening   /sitemapproducts.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Product Sitemap Generation FAILED!Opening   /sitemapcategories.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Category Sitemap Generation FAILED!Opening   /sitemapimages.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Images Sitemap Generation FAILED!Opening   /sitemapmanufacturers.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Manufacturers Sitemap Generation FAILED!Opening   /sitemapindex.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Sitemap Index Generation FAILED!Array(    [QUERY] => Array        (            [PRODUCTS] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 786                )            [CATEOGRY] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 94                )            [IMAGES] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 786                )            [MANUFACTURERS] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 6                )        )    [SAVE_FILE_XML] => Array        (            [0] => Array                (                    [file] => /sitemapproducts.xml                    [status] => failure                    [file_exists] => false                )            [1] => Array                (                    [file] => /sitemapcategories.xml                    [status] => failure                    [file_exists] => false                )            [2] => Array                (                    [file] => /sitemapimages.xml                    [status] => failure                    [file_exists] => false                )            [3] => Array                (                    [file] => /sitemapmanufacturers.xml                    [status] => failure                    [file_exists] => false                )            [4] => Array                (                    [file] => /sitemapindex.xml                    [status] => failure                    [file_exists] => false                )        ))
Opening   /sitemap_mobileproducts.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Product Sitemap Generation FAILED!Opening   /sitemap_mobilecategories.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Category Sitemap Generation FAILED!Opening   /sitemap_mobileimages.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Images Sitemap Generation FAILED!Opening   /sitemap_mobilemanufacturers.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Manufacturers Sitemap Generation FAILED!Opening   /sitemap_mobileindex.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Sitemap Index Generation FAILED!Array(    [QUERY] => Array        (            [PRODUCTS] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 786                )            [CATEOGRY] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 94                )            [IMAGES] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 786                )            [MANUFACTURERS] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 6                )        )    [SAVE_FILE_XML] => Array        (            [0] => Array                (                    [file] => /sitemap_mobileproducts.xml                    [status] => failure                    [file_exists] => false                )            [1] => Array                (                    [file] => /sitemap_mobilecategories.xml                    [status] => failure                    [file_exists] => false                )            [2] => Array                (                    [file] => /sitemap_mobileimages.xml                    [status] => failure                    [file_exists] => false                )            [3] => Array                (                    [file] => /sitemap_mobilemanufacturers.xml                    [status] => failure                    [file_exists] => false                )            [4] => Array                (                    [file] => /sitemap_mobileindex.xml                    [status] => failure                    [file_exists] => false                )        ))

david

Link to comment
Share on other sites

Be sure your entering the domain name with protocol, like http://mobile.example.com. If that isn't it, try turning off the url rewriter to see if it works.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Be sure your entering the domain name with protocol, like http://mobile.example.com. If that isn't it, try turning off the url rewriter to see if it works.

 

By turning Ultimate seo url  off I get this output with subdomain http://mobile.example.comnd protocol

N.B. I of course replace .htaccess and configure.php + clear the seo url caches during switching from one test with or without subdomain:

Opening   /sitemapproducts.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Product Sitemap Generation FAILED!Opening   /sitemapcategories.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Category Sitemap Generation FAILED!Opening   /sitemapimages.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Images Sitemap Generation FAILED!Opening   /sitemapmanufacturers.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Manufacturers Sitemap Generation FAILED!Opening   /sitemapindex.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Sitemap Index Generation FAILED!Array(    [QUERY] => Array        (            [PRODUCTS] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 786                )            [CATEOGRY] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 94                )            [IMAGES] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 786                )            [MANUFACTURERS] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 6                )        )    [SAVE_FILE_XML] => Array        (            [0] => Array                (                    [file] => /sitemapproducts.xml                    [status] => failure                    [file_exists] => false                )            [1] => Array                (                    [file] => /sitemapcategories.xml                    [status] => failure                    [file_exists] => false                )            [2] => Array                (                    [file] => /sitemapimages.xml                    [status] => failure                    [file_exists] => false                )            [3] => Array                (                    [file] => /sitemapmanufacturers.xml                    [status] => failure                    [file_exists] => false                )            [4] => Array                (                    [file] => /sitemapindex.xml                    [status] => failure                    [file_exists] => false                )        ))
Opening   /sitemap_mobileproducts.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Product Sitemap Generation FAILED!Opening   /sitemap_mobilecategories.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Category Sitemap Generation FAILED!Opening   /sitemap_mobileimages.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Images Sitemap Generation FAILED!Opening   /sitemap_mobilemanufacturers.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Manufacturers Sitemap Generation FAILED!Opening   /sitemap_mobileindex.xmlFS_CAT    /Server    http://www.example.comSave Path /WS_CAT    /ERROR: Google Sitemap Index Generation FAILED!Array(    [QUERY] => Array        (            [PRODUCTS] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 786                )            [CATEOGRY] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 94                )            [IMAGES] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 786                )            [MANUFACTURERS] => Array                (                    [STATUS] => success                    [NUM_ROWS] => 6                )        )    [SAVE_FILE_XML] => Array        (            [0] => Array                (                    [file] => /sitemap_mobileproducts.xml                    [status] => failure                    [file_exists] => false                )            [1] => Array                (                    [file] => /sitemap_mobilecategories.xml                    [status] => failure                    [file_exists] => false                )            [2] => Array                (                    [file] => /sitemap_mobileimages.xml                    [status] => failure                    [file_exists] => false                )            [3] => Array                (                    [file] => /sitemap_mobilemanufacturers.xml                    [status] => failure                    [file_exists] => false                )            [4] => Array                (                    [file] => /sitemap_mobileindex.xml                    [status] => failure                    [file_exists] => false                )        ))

Completed!

david

Link to comment
Share on other sites

Hello @@Jack_mcs

 

This is actually the output for no subdomain with http://wwww.example.com :

Opening   /home/www/www.example.com/htdocs/sitemapproducts.xmlFS_CAT    /home/www/www.example.com/htdocs/Server    http://www.example.comSave Path /home/www/www.example.com/htdocs/WS_CAT    /Write /home/www/www.example.com/htdocs/sitemapproducts.xmlGenerated Google Product Sitemap SuccessfullyOpening   /home/www/www.example.com/htdocs/sitemapcategories.xmlFS_CAT    /home/www/www.example.com/htdocs/Server    http://www.example.comSave Path /home/www/www.example.com/htdocs/WS_CAT    /Write /home/www/www.example.com/htdocs/sitemapcategories.xmlGenerated Google Category Sitemap SuccessfullyOpening   /home/www/www.example.com/htdocs/sitemapimages.xmlFS_CAT    /home/www/www.example.com/htdocs/Server    http://www.example.comSave Path /home/www/www.example.com/htdocs/WS_CAT    /Write /home/www/www.example.com/htdocs/sitemapimages.xmlGenerated Google Images Sitemap SuccessfullyOpening   /home/www/www.example.com/htdocs/sitemapmanufacturers.xmlFS_CAT    /home/www/www.example.com/htdocs/Server    http://www.example.comSave Path /home/www/www.example.com/htdocs/WS_CAT    /Write /home/www/www.example.com/htdocs/sitemapmanufacturers.xmlGenerated Google Manufacturers Sitemap SuccessfullyOpening   /home/www/www.example.com/htdocs/sitemapindex.xmlFS_CAT    /home/www/www.example.com/htdocs/Server    http://www.example.comSave Path /home/www/www.example.com/htdocs/WS_CAT    /Write /home/www/www.example.com/htdocs/sitemapindex.xmlGenerated Google Sitemap Index SuccessfullyCONGRATULATIONS! All files generated successfully.If you have not already submitted the sitemap index to Google click the link below.Before you do I HIGHLY recommend that you view the XML files to make sure the data is correct.http://www.google.com/webmasters/sitemaps/ping?sitemap=http%3A%2F%2Fwww.example.com%2Fsitemapindex.xmlFor your convenience here is the CRON command for your site:	php /home/www/www.example.com/htdocs/googlesitemap/index.phpThe following should be added to your Google and Bing Webmaster Tools accounts.They only require the index to be submitted but listing all of them will make it easier to troubleshoot problems.	sitemap: http://www.example.com/sitemapindex.xml	sitemap: http://www.example.com/sitemap_mobileindex.xmlIf you have a robots.txt file (located in the root directory of your site), add this to the end of it:	sitemap: http://www.example.com/sitemapindex.xml	sitemap: http://www.example.com/sitemap_mobileindex.xmlHere are the map files for the URL http://www.example.com/sitemapindex.xmlsitemapproducts.xmlsitemapcategories.xmlsitemapimages.xmlsitemapmanufacturers.xml
Opening   /home/www/www.example.com/htdocs/sitemap_mobileproducts.xmlFS_CAT    /home/www/www.example.com/htdocs/Server    http://www.example.comSave Path /home/www/www.example.com/htdocs/WS_CAT    /Write /home/www/www.example.com/htdocs/sitemap_mobileproducts.xmlGenerated Google Product Sitemap SuccessfullyOpening   /home/www/www.example.com/htdocs/sitemap_mobilecategories.xmlFS_CAT    /home/www/www.example.com/htdocs/Server    http://www.example.comSave Path /home/www/www.example.com/htdocs/WS_CAT    /Write /home/www/www.example.com/htdocs/sitemap_mobilecategories.xmlGenerated Google Category Sitemap SuccessfullyOpening   /home/www/www.example.com/htdocs/sitemap_mobileimages.xmlFS_CAT    /home/www/www.example.com/htdocs/Server    http://www.example.comSave Path /home/www/www.example.com/htdocs/WS_CAT    /Write /home/www/www.example.com/htdocs/sitemap_mobileimages.xmlGenerated Google Images Sitemap SuccessfullyOpening   /home/www/www.example.com/htdocs/sitemap_mobilemanufacturers.xmlFS_CAT    /home/www/www.example.com/htdocs/Server    http://www.example.comSave Path /home/www/www.example.com/htdocs/WS_CAT    /Write /home/www/www.example.com/htdocs/sitemap_mobilemanufacturers.xmlGenerated Google Manufacturers Sitemap SuccessfullyOpening   /home/www/www.example.com/htdocs/sitemap_mobileindex.xmlFS_CAT    /home/www/www.example.com/htdocs/Server    http://www.example.comSave Path /home/www/www.example.com/htdocs/WS_CAT    /Write /home/www/www.example.com/htdocs/sitemap_mobileindex.xmlGenerated Google Sitemap Index SuccessfullyHere are the map files for the URL http://www.example.com/sitemap_mobileindex.xmlsitemap_mobileproducts.xmlsitemap_mobilecategories.xmlsitemap_mobileimages.xmlsitemap_mobilemanufacturers.xml

Completed!

david

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...