blog url changefor local seo
Installation and Configuration
The url's are just decorative, so:
your-site.com/someone/blog/15
is exactly the same as
your-site.com/someone/blog/15/the-title-of-the-blog
Usually the title of the blog is run through a function and saved to the datastore on 'blog_title_url' then used in the templates like {$item.blog_title_url}.
But if you want to do your own formatting of the blog title and adjust the links you can.
Docs: "Defining your own SMARTY function"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1569/defining-your-own-smarty-function
Then you could pass in the title to the SMARTY function and structure it into whatever format you liked.