Hello, I am trying to understand which slug format I should use with my blog.
Here are two example:
mydomain **/category/luoghi-inquietanti/luoghi-inquietanti-in-italia/luogh-inquietanti-campania/**
as you can see, I have three times “luoghi inquietanti (creepy places)”, that’s because one is the major category, one is specific for Italy and one is specific for a place in Italy.
second one is this:
mydomain **/category/luoghi-inquietanti/allestero/austria/**
the major category is “luoghi inquietanti” as above, “allestero” (means not in Italy), so creepy places not in italy, and last one is “austria”, which is always referred to creepy places.
My question is: is it correct to have three times “creepy places” in the first url? since the “slug” is the last part of the URL, “luoghi inquietanti in campania” is more explanatory than just “austria”, isn’t it?
[ad_2]