Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

SEO frindly URL


Go to End


2 Posts   1546 Views

Avatar
bipi18

Community Member, 1 Post

13 December 2014 at 10:17pm

Edited: 13/12/2014 10:30pm

I use Categorys and Products,
Is there any way to geht seo friendly URL´s for products?
http://www.domain.com/category/subcategory/product/106
instead the product/106? 106 is the id
I found this in products.php

if ($category && $category->exists()) {
return Controller::join_links($category->Link(), 'product', $this->ID);
}

and ist there a way to add/change title, description, keywords

thank you so much

Avatar
Ed

Forum Moderator, 7 Posts

15 December 2014 at 10:52am

Hi bipi18,

There is no ecommerce in the SilverStripe core, so you will need to specify which module(s) you are using.