Magento 2 category URL disabled - magento

On my Magento 2.2.2 store I'm adding new categories. But it seems that on all new, but also the old existing categories. I'm unable to change the URL Key under the 'Seach Engine optimization' tab.
The URL is shown, but it's greyed out and the input field is disabled.
How can I change the category URL?

You Can Change The Category Url By Dashboard -> Products -> category -> ->Url
SEO Setting are not for changing category url thas why its showing greyed non editable
See Image Here

Related

Magento: Assign all products to New store View after creating substore

I have main site and created multiple stores for different langues from magento admin.
Requirement - All categories and products need to be automatically displayed for new store.
Problem - All categories are displaying ok but all products are not displaying as these are displaying in main site. How can I achieve this?
What I have already done:
Magento version: 1.9
All categories and products need display on all stores
Multiple stores are created successfully
What else can I do?
Go to your manage products page, click select all, change the action dropdown to say "Change Attributes" and click submit. Then, on the websites tab, make sure your new site is checked in the "Add Product to Websites" area, and click save.

how to redirect the URL in magento?

how to redirect the URL in Magento if i click on category or subcategory it should show page which i have created because of responsive design i'm doing this
I've created the URL for pages in such a way that the both category and subcategory URL is equal to page URL.
For this all you have to do is to add URL rewrite. For example if you category id is 10 and cms page link is "cmspage.html", then in magento backend admin go to
catalog->URLrewrite Management and search for id 10 in ID path column copy the "Target Path" field data now write a custom url rewrite for this "Target Path"
go to Catalog->URL rewrite Management, Click Add URL rewrite button. choose “Custom” from “Create URL Rewrite” drop-down list. add the details like belwo
Request Path — It must be the Target path which copied before (catalog/category/view/id/10) in above.
Target Path — It should be the CMS page URL
That's it you will have linked category with custom cms page

Magento - How to create a custom url based on attributes?

In the Magento Admin > Catalogue > Attributes > Attribute Sets, we have a set of attributes for "Manufacturers" which group products under designers.
I am trying to create a hyperlink that maps a custom route to an attribute query like so
this is route i want:
{{base_url}}/designers/some-designer-name/
this is what it will map to:
{{base_url}}/?designer=136
I have tried creating a custom url rewrite under Catalogue > URL Rewrite Management with no luck.
Please refer this this may help you
http://www.atwix.com/magento/products-list-cms/
if you want to create custom url, than follow the steps...
From the Admin panel, select Catalog >> URL Rewrite Management
In the upper-right corner, click the Add URL Rewrite button
In the Add New URL Rewrite section, set Create URL Rewrite to “for Product.”
Find the product in the list below and click to open the record and click Skip Category Selection button
In the URL Rewrite section, do some following things:
a.In the Request Path field, enter the new value for the updated URL. The Request Path must be unique for each rewrite.
b.Set Redirect to one of the following:
Temporary (302)
Permanent (301)
For your own reference, enter a brief description of the rewrite.
click to save and enjoy ;)

Magento category URL redirecting to other product url

I have a category whose URL key is toys, which was accidentally also the URL key for a product. Therefore everytime I visited toys.html, It was redirected to the product page and not the category one.
Now, I have changed the product URL to something else, but still the category page redirects to the product page only. Please tell me how to solve this issue.
This is the category LINK
UPDATE :- When i renamed the toys category to toys-arena, it started working. So I have renamed the URL using toys-arena.html
Go into the magento admin area, Catalog -> URL Rewrites
you can then search for you product or category url, and edit or delete them. you can delete any old reqrites you no longer want to use.

Joomla 2.5 Display Category Page Only via Menu

I want to display the Category page in Joomla 2.5 only via links in the menu.
Is there a way to disable the display of a Category page by taking the id and the name of the category from the url? For e.g., if the Animals category's id is 3, http://example.com/animals/cat/3-animals will load the Animals Category page, resulting in dublicate content with http://example.com/animals!
You can't disable the Joomla long URLs without messing up the rest of the site. What you can do rather than disabling it is to use 301 redirects on any pages that are indexed in Google so that the listings get updated and no longer appear in Google's index. Just google site:example.com to see everything they have indexed.

Resources