diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 16ad5c19..9aff792f 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -5,7 +5,10 @@
- if content_for? :title
= yield :title
|
- Dress to Impress
+ - if content_for? :title_category
+ = yield :title_category
+ - else
+ Dress to Impress: Preview customized Neopets' clothing and wearables
/[if IE]
= include_javascript_libraries :html5
= stylesheet_link_tag "compiled/screen"
diff --git a/app/views/layouts/items.html.haml b/app/views/layouts/items.html.haml
index 0f186779..480df12c 100644
--- a/app/views/layouts/items.html.haml
+++ b/app/views/layouts/items.html.haml
@@ -1,3 +1,5 @@
+- content_for :title_category do
+ Infinite Closet: Neopets customization clothing and wearables database
- content_for :before_flashes do
%h1
= link_to items_path do