How can I globally customize part of the slug for all my coupons?
How can I globally customize parts of the slug for all my coupons posts?
Default example:
default page title: abc def long title
default url:
http://www.domain.com/coupon/abc-def-long-title
SEO example ATM:
Optimized page title: abc def long title 2014
default url:
http://www.domain.com/coupon/abc-def-long-title
(url slug can only be updated manually)
Expected
SEO results:
Optimized page title: abc def long title 2014
optimized url:
http://www.domain.com/coupon/abc-def-long-title-2014
So using these example, if i wanted to add 2014 word to the end of each optimized post, while this can be easily done for the title, how can I do this automatically for the url slug? or is this something the plugin importing the data would have to do?
About my configuration/setup:
Currently, I have and use the 3 commercial affiliate plugins available for this theme, additionally I also bring in coupon data via CSV import.
FYI, I'm also using the yoast
seo plugin.