Scot's Scripts FAQs and Module Support

If you don't find the answers here contact us.
Documentation and support for our Miva modules is found here. If you can't find the answer you're looking for contact us and we'll add the information.

Scot's FAQ Manager / SEO Meta Description et al

SEO Meta Description et al

You don't have to do much to set the meta tags for your FAQ entries. Somewhere near the top of your head tag put the following lines:

  <mvt:item name="MvFAQ" param="meta_tags" />
  <title>&mvt:MvFAQ:category:name; - &mvt:MvFAQ:faq:name;</title>
  <meta name="description" content="&mvt:MvFAQ:faq:desc;">
  <meta name="keywords" content="&mvt:MvFAQ:faq:key_words;">

Make sure you enter a description and/or keywords in your FAQ and Category entries. If you wanted to add the category description and keywords to the FAQ meta information, you could do something like this:

  <mvt:item name="MvFAQ" param="meta_tags" />
  <title>&mvt:MvFAQ:category:name; - &mvt:MvFAQ:faq:name;</title>
  <meta name="description" content="&mvt:MvFAQ:category:desc; &mvt:MvFAQ:faq:desc;">
  <meta name="keywords" content="&mvt:MvFAQ:category:key_words;,&mvt:MvFAQ:faq:key_words;">

This is the code I currently use on Scot's Scripts, but you could change it around as much as you wanted to in order to customize it to fit your site exactly.

updated April 25, 2013