Results 1 to 10 of 5054

Hybrid View

  1. #1
    Join Date
    Sep 2008
    Posts
    11
    Plugin Contributions
    0

    red flag Simple SEO URL 3.8.2 with SitemapXML 2.1

    Hi

    I had an issue both on 3.7.5 and 3.8.2 versions os SSU, I can't generate correct version of product sitemap, it contain original zencart links, no nice SEO url, google is not indexing them. I have Zencart 1.3.8 with SitemapXML 2.1 installed.

    Could some one help me?

  2. #2
    Join Date
    Oct 2006
    Posts
    12
    Plugin Contributions
    0

    Default Re: Simple SEO URL 3.8.2 with SitemapXML 2.1

    Quote Originally Posted by J-A-J-O View Post
    Hi

    I had an issue both on 3.7.5 and 3.8.2 versions os SSU, I can't generate correct version of product sitemap, it contain original zencart links, no nice SEO url, google is not indexing them. I have Zencart 1.3.8 with SitemapXML 2.1 installed.

    Could some one help me?
    Hi J-A-J-O

    Sounds like the same problem I had with simple seo url Ver3.8.0. with the original zencart links showing in the status bar, I also have SitemapXML 2.1 installed and the original zencart links were listed here also. I resorted to downgrading to simple seo url version 3.5.8 as I already had 3 sites working fine with this version, as soon as I did this the sitemap and all the urls were working ok, so I'll stick with this for now.

    To downgrade the simple seo url mod I found I had to first reinitialise module manager, I used this method after a few failed attempts

    In Cpanel - phpMyAdmin select the Zencart database
    Select and delete the Table: zen_module_version_tracker

    Find the file install.sql in the module manager files directory - \ admin \ includes \ module_installation

    In Zen Cart admin under Tools\Install SQL Patches run the SQL query from the install.sql file

    Run this sql script to uninstall the database portion of simple seo url

    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4
    FROM configuration_group
    WHERE configuration_group_title= 'Simple SEO URL';
    DELETE FROM configuration WHERE configuration_group_id = @t4;
    DELETE FROM configuration_group WHERE configuration_group_id = @t4;
    DROP TABLE IF EXISTS links_aliases;Upload simple seo url version 3-5-8 mod files to server

    Module Manager should now see and install seo url version 3-5-8

    Hope this helps
    John
    Last edited by alpha7; 19 Feb 2010 at 09:10 PM. Reason: Removed a spurious character

  3. #3
    Join Date
    Sep 2008
    Posts
    11
    Plugin Contributions
    0

    Default SSU 3.8.1 together with SitemapXML

    Thanks for advice, but ssu 3.8.1 gives me all nice links, without categories id's or products id's, earlier versions was not.

    I gave my ftp details to Raine from rubikintegration team, he says that he will see for resolution.

    Soonest I will know what was wrong I will post on the forum

  4. #4
    Join Date
    Oct 2006
    Posts
    12
    Plugin Contributions
    0

    Default Re: SSU 3.8.1 together with SitemapXML

    Hi J-A-J-O
    Yes the better SEO links in ssu 3.8.1 are what I need to, as I have the same problem with the sitemap urls I look forward to finding the solution
    Thanks
    John

  5. #5
    Join Date
    Nov 2008
    Posts
    164
    Plugin Contributions
    0

    Default Re: SSU 3.8.1 together with SitemapXML

    Any chance the rel="canonical" tag is going to get implemented in this module? Would be a huge benefit IMO.

    http://www.webpronews.com/topnews/20...e-content-myth

  6. #6
    Join Date
    Oct 2006
    Posts
    12
    Plugin Contributions
    0

    Default Re: SSU 3.8.1 together with SitemapXML

    Quote Originally Posted by J-A-J-O View Post
    Thanks for advice, but ssu 3.8.1 gives me all nice links, without categories id's or products id's, earlier versions was not.

    I gave my ftp details to Raine from rubikintegration team, he says that he will see for resolution.

    Soonest I will know what was wrong I will post on the forum
    Hi J.A.J.O.
    Got a prompt reply from Raine at RubikIntegration regarding non seo urls in sitemap when using SitemapXML and the Simple SEO URL's mod. The problem is now fixed by downloading the latest SSU package (version 3.8.3) from the site, upgrade and then make sure to CLEAR the browser session's cache before trying. Also please clear the sitemap xml files and it should the work correctly.

    John

  7. #7
    Join Date
    Apr 2008
    Location
    Covington, Washington, United States
    Posts
    205
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    Have a question...

    If URL formatting is changed, such as in the case of the post above this one, will the new site map take care of past links? Meaning, sites already listed, will they be lost? Or will they at least redirect correctly if a customer uses the old URLs that might be listed on search engines?

  8. #8
    Join Date
    Dec 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Upgraded to 3.8.3 from 2.9 and everything went fine. Aliases working fine but can't get the manufacturer to show in the link.

    I set "local.config.php" as below:

    -----------------------------
    Code:
    <?php
    /**
    * @package Pages
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: local.config.php.example 272 2009-11-09 17:34:36Z yellow1912 $
    */
    	
    
    $ssuLocalConfig = array(
    'plugins'        =>    array('parsers'    =>    array('manufacturers')
                                ),
     
        'identifiers'    =>    array('manufacturers'    =>    'manufacturer')
    );
    ------------------------------

    I cleared the cache but no joy.

    Site is: www.tlracks.com and zencart 1.3.8a.

    Any ideas most appreciated!

    Thanks

    Art

  9. #9
    Join Date
    Sep 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: SSU 3.8.1 together with SitemapXML

    Quote Originally Posted by alpha7 View Post
    Hi J.A.J.O.
    Got a prompt reply from Raine at RubikIntegration regarding non seo urls in sitemap when using SitemapXML and the Simple SEO URL's mod. The problem is now fixed by downloading the latest SSU package (version 3.8.3) from the site, upgrade and then make sure to CLEAR the browser session's cache before trying. Also please clear the sitemap xml files and it should the work correctly.

    John
    Unfortunetly rubikintegration team couldn't fix my problem, so I told my admin to fix sitemap links, he did it, but yesterday I've occured strange problems with my site, some sideboxes were missing, I couldn't log in to admin, I couldn't download any file from my ftp via web browser (zencart was telling that adress couldn't been found). So i decided do install new 3.8.3, problems had gone away, but sitemaps are now not generated correctly. On monday I will told my admin to fix it again (he did something with sitemapxml.php file) and i will attach that file.

  10. #10
    Join Date
    Sep 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I've forgotten to say that I've also reinstalled Sitemaps XML so I've got original version of this mod installed now together with original SSU 3.8.3, and sitemaps are not even generating now

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

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