marionettejs / marionettejs.com

:triangular_flag_on_post: Source files for the Marionette site
https://marionettejs.com
MIT License
26 stars 32 forks source link

Documentation home has wrong title and meta information #381

Open cmaher opened 9 years ago

cmaher commented 9 years ago

http://marionettejs.com/docs/current/ has title and meta information for Marionette.Application

This can really mess up SEO.

samccone commented 9 years ago

oh yeah this is no good

peterblazejewicz commented 9 years ago

If I understand, we are always using file name to set page title (and other things): https://github.com/marionettejs/marionettejs.com/blob/master/src/docs/template.hbs#L6 so we always passing the first (application) file to render by this template. Should we introduce hbs partials to split templates and have different template for index page + object for landing docs page?