Index: src/views/shell.ejs
===================================================================
--- src/views/shell.ejs	(revision b20460eda505058547eb7c1cdc564bfcfc0830fe)
+++ src/views/shell.ejs	(revision cb01666b8ba6e2c17dcfd2f48eaf0a16fb172129)
@@ -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;
   }
