Author Meta Tags On Vendor Products

Hello,

I notice that Cs Cart does not include the Author meta tag on multi vendor product listings.

for example:

name="author" content="vendor name" />

Is this important to include? and how can this be implemented?

You can add whatever meta tags you want by using the index:meta hook in your template area. I.e. create the file

design/themes/responsive/templates/addons/my_changes/hooks/index/meta.post.tpl

and add whatever meta data you want to that file.

Clear your cache and it should pick up your changes.

Be sure your 'my_changes' addon is 'Active'.