Index: src/views/shell.ejs
===================================================================
--- src/views/shell.ejs	(revision b20460eda505058547eb7c1cdc564bfcfc0830fe)
+++ src/views/shell.ejs	(revision 8f2f97ce2ca4540506ee22910e99a093826a9555)
@@ -33,5 +33,5 @@
 // Listing pages (search/tag/type/archive) shouldn't be indexed (dupe content)
 if (currentPath) {
-  if (/^\/(?:search|tag|type|archive|users|prutter|account|admin)(?:$|\/)/.test(currentPath)) {
+  if (/^\/(?:search|tag|type|archive|users|account|admin)(?:$|\/)/.test(currentPath)) {
     _shouldIndex = false;
   }
