Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

better use of tags

0 votes

In my site I have found that tags are an effective way to categorize content. I am using the comma seperated tags feature which I think is very useful in that it allows for the creation of more content rich topics.

I have noticed that the snippet google uses for my tag pages are identical and match the sidebar content.  This makes sense as there is no meta description or category description on the tag pages.

I also notice that the comma seperated tag urls end up with a + between words.  I attempted a few work arounds with .htaccess

RewriteRule ^tag/(.*)\+(.*)$ http://example.com/tag/$1-$2 [R=301,L]

but the questions list does not post I assume because the core uses the url to get the question list.

Any suggestions on how to make the urls more friendly, add meta descriptions and on page content that is unique to each tag?

Q2A version: 1.4.2
asked Nov 26, 2011 in Q2A Core by anonymous

Please log in or register to answer this question.