In our gulp/grunt build we can reference the page title in our index list. This means we can match our page names with corresponding components or page templates in the functional spec. This makes life a lot easier in terms of FE dev and QA testing. There is no ambiguity to which component or page template someone is talking about.
In the pageList.cshtml we are referencing the list of pages by the @filename value.
In a perfect world this would use @ViewBag.Title (or something referenced from the page file directly) instead.