Rewrite ?cat= to seo friendly URL The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Load review form on external pageChange category urls for one categoryCategory sidebar use SEO url vs cat=Custom link in 3th level category menuRewrite URL for multiples website/store viewscategory listing page and product listing page with condtion in single pageAllow filter by all attributes even if product does not exist in current categoryMagento URL rewrite from SEO friendly URL's to new storeBreadcrumb generating non seo urlMagento 1.9 - Layered Navigation Links Ending with ?cat= or ?brand=Magento 2 URL Rewrite not taking to correct category

What is special about square numbers here?

Segmentation fault output is suppressed when piping stdin into a function. Why?

What's the point in a preamp?

How are presidential pardons supposed to be used?

How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?

The variadic template constructor of my class cannot modify my class members, why is that so?

Can the prologue be the backstory of your main character?

How to delete random line from file using Unix command?

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

How did passengers keep warm on sail ships?

Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?

"... to apply for a visa" or "... and applied for a visa"?

What is this lever in Argentinian toilets?

Is above average number of years spent on PhD considered a red flag in future academia or industry positions?

How to pronounce 1ターン?

Is there a writing software that you can sort scenes like slides in PowerPoint?

Can the DM override racial traits?

Who or what is the being for whom Being is a question for Heidegger?

I could not break this equation. Please help me

Did the new image of black hole confirm the general theory of relativity?

Sort a list of pairs representing an acyclic, partial automorphism

What can I do if neighbor is blocking my solar panels intentionally?

How to test the equality of two Pearson correlation coefficients computed from the same sample?

University's motivation for having tenure-track positions



Rewrite ?cat= to seo friendly URL



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Load review form on external pageChange category urls for one categoryCategory sidebar use SEO url vs cat=Custom link in 3th level category menuRewrite URL for multiples website/store viewscategory listing page and product listing page with condtion in single pageAllow filter by all attributes even if product does not exist in current categoryMagento URL rewrite from SEO friendly URL's to new storeBreadcrumb generating non seo urlMagento 1.9 - Layered Navigation Links Ending with ?cat= or ?brand=Magento 2 URL Rewrite not taking to correct category



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















(Magento) On a category page I can filter products by other categories using the ?cat=... parameter. This works just fine (In combination with Amasty improved navigation). But I would like to make the URL SEO friendly. Now my URL looks like:



https://sitedomain/brands/sony?cat=251


Explained:



"brands" is a category containing subcategories for all my brands.



"sony" (example) is a sub category of "brands" containing all Sony products.



"cat 251" is a category named "cameras" with a different parent (so not a sub category of "brands" or "Sony")



This URL shows me all Sony camera's, so that's just fine. But I would the URL to be:



https://sitedomain/brands/sony/cameras
or if that is not possible something like:
https://sitedomain/brands/sony/filter/cameras


I have no idea how to start. My approach was creating a module that triggers a URL rewrite as soon as the cat parameter exists. But I had no luck at all so far. So is this even possible? And if so, please point me into the right direction. Thanks!










share|improve this question
















bumped to the homepage by Community 2 days ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.





















    1















    (Magento) On a category page I can filter products by other categories using the ?cat=... parameter. This works just fine (In combination with Amasty improved navigation). But I would like to make the URL SEO friendly. Now my URL looks like:



    https://sitedomain/brands/sony?cat=251


    Explained:



    "brands" is a category containing subcategories for all my brands.



    "sony" (example) is a sub category of "brands" containing all Sony products.



    "cat 251" is a category named "cameras" with a different parent (so not a sub category of "brands" or "Sony")



    This URL shows me all Sony camera's, so that's just fine. But I would the URL to be:



    https://sitedomain/brands/sony/cameras
    or if that is not possible something like:
    https://sitedomain/brands/sony/filter/cameras


    I have no idea how to start. My approach was creating a module that triggers a URL rewrite as soon as the cat parameter exists. But I had no luck at all so far. So is this even possible? And if so, please point me into the right direction. Thanks!










    share|improve this question
















    bumped to the homepage by Community 2 days ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      1












      1








      1








      (Magento) On a category page I can filter products by other categories using the ?cat=... parameter. This works just fine (In combination with Amasty improved navigation). But I would like to make the URL SEO friendly. Now my URL looks like:



      https://sitedomain/brands/sony?cat=251


      Explained:



      "brands" is a category containing subcategories for all my brands.



      "sony" (example) is a sub category of "brands" containing all Sony products.



      "cat 251" is a category named "cameras" with a different parent (so not a sub category of "brands" or "Sony")



      This URL shows me all Sony camera's, so that's just fine. But I would the URL to be:



      https://sitedomain/brands/sony/cameras
      or if that is not possible something like:
      https://sitedomain/brands/sony/filter/cameras


      I have no idea how to start. My approach was creating a module that triggers a URL rewrite as soon as the cat parameter exists. But I had no luck at all so far. So is this even possible? And if so, please point me into the right direction. Thanks!










      share|improve this question
















      (Magento) On a category page I can filter products by other categories using the ?cat=... parameter. This works just fine (In combination with Amasty improved navigation). But I would like to make the URL SEO friendly. Now my URL looks like:



      https://sitedomain/brands/sony?cat=251


      Explained:



      "brands" is a category containing subcategories for all my brands.



      "sony" (example) is a sub category of "brands" containing all Sony products.



      "cat 251" is a category named "cameras" with a different parent (so not a sub category of "brands" or "Sony")



      This URL shows me all Sony camera's, so that's just fine. But I would the URL to be:



      https://sitedomain/brands/sony/cameras
      or if that is not possible something like:
      https://sitedomain/brands/sony/filter/cameras


      I have no idea how to start. My approach was creating a module that triggers a URL rewrite as soon as the cat parameter exists. But I had no luck at all so far. So is this even possible? And if so, please point me into the right direction. Thanks!







      magento-1.9 php layered-navigation url-rewrite seo






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 8 '16 at 14:14







      Tober

















      asked Nov 8 '16 at 14:09









      ToberTober

      62




      62





      bumped to the homepage by Community 2 days ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 2 days ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















          2 Answers
          2






          active

          oldest

          votes


















          0














          There are one extension for it.



          Layered Navigation SEO



          Find Git hub link for that extension.



          In your case you have to create custom route like Mage_Cms module.



          Refer this Answer. Git module to start.






          share|improve this answer

























          • Thank you. I have no doubt this plugin works with a clean magento install. But as I mentioned I use Amasty Improved Navigation. Unfortunately these modules do not work together. Besides that, this module has way to many functions for what I need. I only need to rewrite ?cat=.

            – Tober
            Nov 8 '16 at 15:02












          • @Tober answer updated. Its not exact answer for you but can be helpful to start.

            – Gopal Patel
            Nov 8 '16 at 15:20











          • Thanks for the edit. I haven't implemented it yet, but I think this will help me a lot. If this (in a few days) turns out to be a good help/solution I'll accept your answer.

            – Tober
            Nov 9 '16 at 14:01


















          0














          Depending on product and/or category fluctuation and/or their count, it might be easiest to insert rewrite (without redirection) rules (by code) for every possible category combination.






          share|improve this answer























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "479"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f144742%2frewrite-cat-to-seo-friendly-url%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            There are one extension for it.



            Layered Navigation SEO



            Find Git hub link for that extension.



            In your case you have to create custom route like Mage_Cms module.



            Refer this Answer. Git module to start.






            share|improve this answer

























            • Thank you. I have no doubt this plugin works with a clean magento install. But as I mentioned I use Amasty Improved Navigation. Unfortunately these modules do not work together. Besides that, this module has way to many functions for what I need. I only need to rewrite ?cat=.

              – Tober
              Nov 8 '16 at 15:02












            • @Tober answer updated. Its not exact answer for you but can be helpful to start.

              – Gopal Patel
              Nov 8 '16 at 15:20











            • Thanks for the edit. I haven't implemented it yet, but I think this will help me a lot. If this (in a few days) turns out to be a good help/solution I'll accept your answer.

              – Tober
              Nov 9 '16 at 14:01















            0














            There are one extension for it.



            Layered Navigation SEO



            Find Git hub link for that extension.



            In your case you have to create custom route like Mage_Cms module.



            Refer this Answer. Git module to start.






            share|improve this answer

























            • Thank you. I have no doubt this plugin works with a clean magento install. But as I mentioned I use Amasty Improved Navigation. Unfortunately these modules do not work together. Besides that, this module has way to many functions for what I need. I only need to rewrite ?cat=.

              – Tober
              Nov 8 '16 at 15:02












            • @Tober answer updated. Its not exact answer for you but can be helpful to start.

              – Gopal Patel
              Nov 8 '16 at 15:20











            • Thanks for the edit. I haven't implemented it yet, but I think this will help me a lot. If this (in a few days) turns out to be a good help/solution I'll accept your answer.

              – Tober
              Nov 9 '16 at 14:01













            0












            0








            0







            There are one extension for it.



            Layered Navigation SEO



            Find Git hub link for that extension.



            In your case you have to create custom route like Mage_Cms module.



            Refer this Answer. Git module to start.






            share|improve this answer















            There are one extension for it.



            Layered Navigation SEO



            Find Git hub link for that extension.



            In your case you have to create custom route like Mage_Cms module.



            Refer this Answer. Git module to start.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Apr 13 '17 at 12:55









            Community

            1




            1










            answered Nov 8 '16 at 14:23









            Gopal PatelGopal Patel

            3,0132930




            3,0132930












            • Thank you. I have no doubt this plugin works with a clean magento install. But as I mentioned I use Amasty Improved Navigation. Unfortunately these modules do not work together. Besides that, this module has way to many functions for what I need. I only need to rewrite ?cat=.

              – Tober
              Nov 8 '16 at 15:02












            • @Tober answer updated. Its not exact answer for you but can be helpful to start.

              – Gopal Patel
              Nov 8 '16 at 15:20











            • Thanks for the edit. I haven't implemented it yet, but I think this will help me a lot. If this (in a few days) turns out to be a good help/solution I'll accept your answer.

              – Tober
              Nov 9 '16 at 14:01

















            • Thank you. I have no doubt this plugin works with a clean magento install. But as I mentioned I use Amasty Improved Navigation. Unfortunately these modules do not work together. Besides that, this module has way to many functions for what I need. I only need to rewrite ?cat=.

              – Tober
              Nov 8 '16 at 15:02












            • @Tober answer updated. Its not exact answer for you but can be helpful to start.

              – Gopal Patel
              Nov 8 '16 at 15:20











            • Thanks for the edit. I haven't implemented it yet, but I think this will help me a lot. If this (in a few days) turns out to be a good help/solution I'll accept your answer.

              – Tober
              Nov 9 '16 at 14:01
















            Thank you. I have no doubt this plugin works with a clean magento install. But as I mentioned I use Amasty Improved Navigation. Unfortunately these modules do not work together. Besides that, this module has way to many functions for what I need. I only need to rewrite ?cat=.

            – Tober
            Nov 8 '16 at 15:02






            Thank you. I have no doubt this plugin works with a clean magento install. But as I mentioned I use Amasty Improved Navigation. Unfortunately these modules do not work together. Besides that, this module has way to many functions for what I need. I only need to rewrite ?cat=.

            – Tober
            Nov 8 '16 at 15:02














            @Tober answer updated. Its not exact answer for you but can be helpful to start.

            – Gopal Patel
            Nov 8 '16 at 15:20





            @Tober answer updated. Its not exact answer for you but can be helpful to start.

            – Gopal Patel
            Nov 8 '16 at 15:20













            Thanks for the edit. I haven't implemented it yet, but I think this will help me a lot. If this (in a few days) turns out to be a good help/solution I'll accept your answer.

            – Tober
            Nov 9 '16 at 14:01





            Thanks for the edit. I haven't implemented it yet, but I think this will help me a lot. If this (in a few days) turns out to be a good help/solution I'll accept your answer.

            – Tober
            Nov 9 '16 at 14:01













            0














            Depending on product and/or category fluctuation and/or their count, it might be easiest to insert rewrite (without redirection) rules (by code) for every possible category combination.






            share|improve this answer



























              0














              Depending on product and/or category fluctuation and/or their count, it might be easiest to insert rewrite (without redirection) rules (by code) for every possible category combination.






              share|improve this answer

























                0












                0








                0







                Depending on product and/or category fluctuation and/or their count, it might be easiest to insert rewrite (without redirection) rules (by code) for every possible category combination.






                share|improve this answer













                Depending on product and/or category fluctuation and/or their count, it might be easiest to insert rewrite (without redirection) rules (by code) for every possible category combination.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 9 '16 at 8:06









                pongpong

                75249




                75249



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Magento Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f144742%2frewrite-cat-to-seo-friendly-url%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                    Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                    Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form