Page 19 of 506 FirstFirst ... 917181920212969119 ... LastLast
Results 181 to 190 of 5054
  1. #181
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    A brief overview of SSU for those who are interested in giving it a try:

    SSU stands for Simple SEO URL

    What this mod does:
    1. Convert almost if not all ZC created links into User Friendly links (no more query string like ?main_page=index&cPath=blah)
    Several link examples:
    a contact us:
    site.com/contact_us (or site.com/contact_us.ext where ext is the extension you choose)

    a product info page:
    site.com/bracelets-c-1_2/fashion-silver-p-9

    It works for any module that uses ZC's function to create links.

    2. For links containing cPath and products_id inside, corresponding category/product name can be added to the links (as show above)
    a. As of now, you can decide the number of category names to be included (for example, if you choose 3, with a cPath like this: 24_47_49_50 the category names of the last 3 categories (47,49,50) will be appended to the link
    b. If the category name or the product name in the link is incorrect, ssu will automatically redirects to the correct one
    c. Usually in ZC, a product_info link can contain both cPath and products_id. However, if the cPath is incorrect, ZC doesnt care at all, it still displays the page just fine. SSU will redirects the users to the correct link (by finding out the correct cPath of the product)

    3. Allows store owners to exclude any page link from using seo link style.

    4. Light-weight, minimal performance penalty

    Future features:
    5. Allow removing short words from category/product names

    6. Allow limiting the max length of category/product names

    7. Link Alias

    demo:http://demo.rubikintegration.com/zencart/
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #182
    Join Date
    Oct 2007
    Location
    Edinburgh, Scotland
    Posts
    243
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    Out of curiosity, why are Ezpages not renamed based on their text names? I have a number of Ezpages with search-friendly content and would have thought renaming them would increase their rankings (or am i mistaken?).

    Thanks.

  3. #183
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by fergusmacdonald View Post
    Out of curiosity, why are Ezpages not renamed based on their text names? I have a number of Ezpages with search-friendly content and would have thought renaming them would increase their rankings (or am i mistaken?).

    Thanks.
    Seriously, I doubt the SE ranking improvement by using any claimed seo links, but they are sure more user-friendly, so that would be in the future release.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #184
    Join Date
    Oct 2007
    Location
    Edinburgh, Scotland
    Posts
    243
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Seriously, I doubt the SE ranking improvement by using any claimed seo links, but they are sure more user-friendly, so that would be in the future release.
    Ah ok. I don't know that much about SEO so was just wondering. But yes, they would be much more user-friendly.

  5. #185
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    New version on svn.

    Make sure that a link to a product info page is always created WITH its correct cPath, so no more links with and without cpath like what you see in the normal zencart.
    cPath is always re-calculated on the first time (and the cached) to make sure the cPath is correct.

    Link without cpath, with wrong cpath or wrong productname will be correct
    Sample:

    Correct link:
    Code:
    http://demo.rubikintegration.com/zencart/sale-percentage-10-off-c-48_45/test-120-sale-10-special-p-90
    Wrong links:
    Code:
    http://demo.rubikintegration.com/zencart/sale-age-10-off-c-48_45/test-120-sale-10-special-p-90 (wrong category name)
    Code:
    http://demo.rubikintegration.com/zencart/sale-percentage-10-off-c-48_45/test-120-special-p-90 (wrong product name)
    Code:
    http://demo.rubikintegration.com/zencart/test-120-sale-10-special-p-90 (no cpath)
    Code:
    http://demo.rubikintegration.com/zencart/sale-percentage-10-off-c-58_45/test-120-sale-10-special-p-90 (wrong cpath)
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  6. #186
    Join Date
    Jun 2007
    Location
    San Diego, CA
    Posts
    62
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    Yellow -
    Awesome! Does that mean that there are redirects so that there is no duplicate content? That is very important for SEO...

  7. #187
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Yes, you can try those links yourself, and this one as well:
    Code:
    http://demo.rubikintegration.com/zencart/index.php?main_page=product_info&cPath=1_8&products_id=25
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  8. #188
    Join Date
    Jun 2007
    Posts
    70
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    1. A completely working 301 redirect method is still under development for best SEO practice (not that any other SEO mod such as Ultimate SEO or Magic SEO has done this properly). SSU's main goal is to do this properly.
    Could you please specify what exactly MSU is not doing properly?

    Quote Originally Posted by lankeeyankee View Post
    One instance is if you disable showing cart after adding to cart, config'ed in the admin. It should show the "Items have been successfully added to the cart" message in lieu of taking you to the cart. With MSU installed, that feature didn't work. I don't know if the author of that mod has fixed the issue by now, I can't seem to get an update from them anymore, but at the time he told me that it was a ZC issue and I was basically on my own to figure it out, even though I paid him good money for it!!
    This is not MSU bug, but Zen Cart session lost problem, please see this
    thread for work around:
    http://www.zen-cart.com/forum/showth...648#post497648 (this solution is available for a long time...).

  9. #189
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    "Could you please specify what exactly MSU is not doing properly?"

    I believe this was posted long ago, which Im pretty sure MSU fixed that already. I dont even remember what it is.

    Any, stable version in zipped file:
    https://svn.rubikintegration.com/zen...ipped_modules/
    (Rev 216)
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  10. #190
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by iRAY View Post
    This is not MSU bug, but Zen Cart session lost problem, please see this
    thread for work around:
    http://www.zen-cart.com/forum/showth...648#post497648 (this solution is available for a long time...).
    Hellooooooo!!!!!!!!!!!!!!!

    That is NOT the point, IRAY!!! The point was, there was a problem with your mod, since this didn't happen when MSU wasn't installed. And your response at the time was, and I quote (from an email on 11/12/07):

    > this behavior can't be work worked around, because it is caused by
    > automatic redirection from original URLs.
    > It may be fixed only by direct coding in ZenCart (there is some problems
    > with session variables).

    But, funnily enough you found a workaround or fix for the problem at some point. So, my original point was, the support for problems was crap after installing the PAID FOR mod, even though the website advertised, and still does by the way, that there are no problems with this mod even with heavily modded carts which was clearly NOT the case.

    Here's another stellar example of great support for a PAID FOR mod:

    (my original query):

    >> I noticed that some of the page URLs on my site are still with the php
    >> code and not the html. You can see this on the first 3 or 4 links in the
    >> "information" sidebox on the left. These are all extra links that I
    >> added, but I did this before you installed MSU.

    The great customer support reply:

    > these files are static pages and are not included in default ZenCart
    > installation, so Magic SEO URL does not support it.
    > However, you can manually change it to, for example
    > http://www.drumfactorydirect.com/order-status.html and add appropriate
    > RewriteRule to .htacceess file.

    Which basically said, yet again, that I was on my own to figure out how to get this PAID FOR mod to work correctly with my cart!!!!! AND!! He never even gave any indication on what to step by step, and I had already told him that I was totally ignorant. He just basically said, too bad, you'll have to change the core code and I won't tell you how!!!

    And, ever since I gave him a piece of my mind about this, I can't seem to get any updates from him!!!!!! Even though I paid for the mod and am entitled for it. I have requested it through the website several times and, after getting no emailed link to the newest version, emailing the "customer support" form on the site, with NO response!!!!!!

    Here's a quick lesson for you. When you charge someone money for a mod and promise free upgrades, you are bound to give that person upgrades no matter what they think of you or your mod!!!!!!!! Customer service, bud. It's what it's all about. I feel, and here's a bit of free advice from a disgruntled customer, that you have to admit when you are wrong and apologize but you never do. You just keep posting around in circles and always try to deflect the blame to something other than yourself, trying to protect your image. I am sure that you have made quite a few thousand $$ from your little mod, but it's not perfect even though you want to portray it as such!

    I'm sorry to Yellow1912 for hijacking this thread, but I feel that I had to give readers a little background on the situation in reply to IRay's post. I will end my rant here, and again my apologies for sidetracking the real discussion of a true open source alternative that WORKS from an author that goes above and beyond your regular support, and all for free for f@^ks sake!! My hat is off to you.

    Can you tell I was riled up?

    Zen Cart and it's community are the best!!

 

 

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

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