Page 1 of 2 12 LastLast
Results 1 to 10 of 5054

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi countrycharm,

    I am having a problem here. Before I turn on the SSU, my webpage was found with robots.txt and XML sitemap, just like it had reported at http://www.woorank.com/en/www/yourpreciousgifts.com

    But after I turned on the SSU, my webpage robots.txt and SML sitemap was reported not existed. Can I know how to rectify this?
    What excatly happened after the URL changed and how doest it affect the SERP?

  2. #2
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Please help.

    Can't seem to find a work around.

    I was indexed on google Prior to installing Simple SEO.

    After installing Simple SEO google then indexed my new urls.

    However the old urls are still there pointing back to the same content.

    I cant get google to remove the urls because one they need to return a 404 not found.

    Has anyone experienced simplilar duplicate content issues due to simple seo??

    Any solutions?

    Regards
    Phil

  3. #3
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by philip937 View Post
    Please help.

    Can't seem to find a work around.

    I was indexed on google Prior to installing Simple SEO.

    After installing Simple SEO google then indexed my new urls.

    However the old urls are still there pointing back to the same content.

    I cant get google to remove the urls because one they need to return a 404 not found.

    Has anyone experienced simplilar duplicate content issues due to simple seo??

    Any solutions?

    Regards
    Phil
    Google will delete them, it takes time. Nothing to worry about.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #4
    Join Date
    Jan 2009
    Location
    Czech Republic
    Posts
    59
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    hello, thx for this fantastic contrib. I have few questions about this mod. First of all I wonder if there is any way how to add own product type (for example book product type). Now I am getting urls like this: mysite/product_info_hry/cat/product.

    I also have some troubles with specific symbols for czech language. I have moved from pre 3.6 version which has been working fine. I am now on 3.8.3, I eddited cz.php, tried both - classic symbols á, é, even symbols with &amps; and also used different collate for document. I also have made my own config. file but nothing seems to be working. I am running monolangual shop.

    Thx in advance for every help!

  5. #5
    Join Date
    Aug 2009
    Posts
    43
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I want to remove simple SEO but the uninstall sql query is not working.

    51&q=SET&lr=lang_en">SET @t4=0;
    51&q=SELECT&lr=lang_en">SELECT (@t4:=configuration_group_id) 51&q=AS&lr=lang_en">as t4
    51&q=FROM&lr=lang_en">FROM configuration_group
    51&q=WHERE&lr=lang_en">WHERE configuration_group_title= 'Simple SEO URL';
    51&q=DELETE&lr=lang_en">DELETE 51&q=FROM&lr=lang_en">FROM configuration 51&q=WHERE&lr=lang_en">WHERE configuration_group_id = @t4;
    51&q=DELETE&lr=lang_en">DELETE 51&q=FROM&lr=lang_en">FROM configuration_group 51&q=WHERE&lr=lang_en">WHERE configuration_group_id = @t4;
    51&q=DROP&lr=lang_en">DROP 51&q=TABLE&lr=lang_en">TABLE 5.1/en/control-flow-functions.html">IF 51&q=EXISTS&lr=lang_en">EXISTS links_aliases;
    I'm getting this error:
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '&lr=lang_en">SET @t4=0' at line 1
    in:
    [SET&lr=lang_en">SET @t4=0;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    Any advise?

    Thanks

  6. #6
    Join Date
    Jan 2006
    Location
    Netherlands
    Posts
    48
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Found the missing file : includes/classes/ri_template.php.

    It was in de Module Manager, which should also be updated.

    For those who also wondered.

    Ronald

  7. #7
    Join Date
    Apr 2009
    Location
    Israel
    Posts
    23
    Plugin Contributions
    0

    Default SQL Re-install

    Hello,

    I've been digging for several hours in this thread, but still didn't find answer to my question.

    I've mistakingly removed ultimate SEO after installing SSU.
    This screwed up my DB, and now when I try to access SSU manager in the admin, i get :

    1146 Table 'min0909312084682.configuration' doesn't exist
    in:
    [INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('File extension', 'SSU_FILE_EXTENSION', '', 'Set the file extension you want (without the dot). Recommend: leave it blank. For more info please read the docs', @t4, 1, NOW(), NOW(), NULL, NULL), ('Name delimiter', 'SSU_NAME_DELIMITER', '-', 'Set delimiter to replace all non alpha-numeric characters in product/category names', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'-\', \'.\'),'), ('ID delimiter', 'SSU_ID_DELIMITER', '-', 'Set delimiter separate product/category names and their ids', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'-\', \'.\'),');]

    Seems that my _zen prefix for tables is not picked up. How can I fix this ?

    It's ZC 1.3.8, with module manager. Hosted on godaddy.

  8. #8
    Join Date
    Aug 2009
    Posts
    43
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by pascal020 View Post
    I want to remove simple SEO but the uninstall sql query is not working.

    Thanks
    Ok, the correct code to uninstall should be:

    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 5.1/en/control-flow-functions.html">IF EXISTS links_aliases;

  9. #9
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by JaniceNG View Post
    Hi countrycharm,

    I am having a problem here. Before I turn on the SSU, my webpage was found with robots.txt and XML sitemap, just like it had reported at http://www.woorank.com/en/www/yourpreciousgifts.com

    But after I turned on the SSU, my webpage robots.txt and SML sitemap was reported not existed. Can I know how to rectify this?
    What excatly happened after the URL changed and how doest it affect the SERP?
    Do you have this at the top of your robots.txt?
    User-agent: *
    Allow: /
    Sitemap: http://www.your.com/sitemapindex.xml

    Do you have SitemapXML (formerly "Google Sitemap") installed, if so have you updated your map. In admin/configuration/Sitemap XML under Use Existing Files have you set that to false so it will update your map each time you add products? This would be the only thing that would cause that. Once Simple Seo is installed Google will start deleting the old urls you had before you installed seo.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #10
    Join Date
    Sep 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    Do you have this at the top of your robots.txt?
    User-agent: *
    Allow: /
    Sitemap: http://www.your.com/sitemapindex.xml

    Do you have SitemapXML (formerly "Google Sitemap") installed, if so have you updated your map. In admin/configuration/Sitemap XML under Use Existing Files have you set that to false so it will update your map each time you add products? This would be the only thing that would cause that. Once Simple Seo is installed Google will start deleting the old urls you had before you installed seo.
    Hi, can I know where can I find the robots.txt? Where is it located?

    No, I havent installed SitemapXML. Is it compulsory to install it so that it could work with SSU?

 

 
Page 1 of 2 12 LastLast

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