Get Seo Url Of Custom Page

Hello,

I created a file in Design -> Layouts -> add layout page, as my_changes.view in which i want to show products.

If i use dispatch=my_changes.view, i can access the page easily. But i need its SEO url, can anybody tell how can i get that? if possible.

Thanks in advance!

Just create new rule on the Website -> SEO -> SEO rules page

Just create new rule on the Website -> SEO -> SEO rules page

Hello eComLabs,

Thanks for the reply. This is working fine with dispatch=my_changes.view, but for dispatch=my_changes.view&id=$id, i am unable to get the proper URL. Please suggest me what to do with that.

for example,

dispatch=my_changes.view&id=1 URL is example.com/test1

dispatch=my_changes.view&id=2 URL is example.com/test2

Hello eComLabs,

Thanks for the reply. This is working fine with dispatch=my_changes.view, but for dispatch=my_changes.view&id=$id, i am unable to get the proper URL. Please suggest me what to do with that.

for example,

dispatch=my_changes.view&id=1 URL is example.com/test1

dispatch=my_changes.view&id=2 URL is example.com/test2

Yes, for extra parameters more complex changes are required. It is required to extend the SEO module