fakedarren / mootools-website

Initial work on a new site for MooTools.
24 stars 6 forks source link

Page Titles and Content #36

Closed darkwing closed 12 years ago

darkwing commented 13 years ago

We need to figure out how to make the page titles variable so that we can adequately change the TITLE and META tags based on page. This is highly important so that we can ensure SEO success.

fakedarren commented 13 years ago

Yep, in the Controller do $this->pagetitle = 'whatever', $this->pagemeta = 'whatever' and reference in the template. We'll get this done for Docs and create new issues to remind us to do it / check it for the other sections.

fakedarren commented 12 years ago

@darkwing: I've updated it to do the page titles. What do we want for metadata? We don't have anything at the moment. It either means adding some yaml or something for each md file (which I don't really like the idea of) or maybe we can use Solr when we get round to that bit - it can probably give us a list of keywords based on any one page?

Thoughts please

SitePenDavidWalsh commented 12 years ago

Awesome work Darren! I think the following tags will be beneficial: