diff --git a/src/app.cpp b/src/app.cpp index 2d26481..2f39420 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -68,7 +68,9 @@ App::~App() { } void App::setMetaTags() { + removeMetaHeader(Wt::MetaHeaderType::Meta, "robots"); addMetaHeader("keywords", "chat, single chat, images, no registration, anonymousp"); + addMetaHeader(Wt::MetaHeaderType::Meta, "robots", ""); } void App::initApp() {