diff --git a/.gitignore b/.gitignore
index beb35c2..4462784 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,7 @@ bld/
# Visual Studio 2015/2017 cache/options directory
.vs/
+.vscode/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
@@ -353,4 +354,5 @@ MigrationBackup/
App_Data/
# Modules
-*/Stott.Optimizely.RobotsHandler/modules/**
\ No newline at end of file
+*/Stott.Optimizely.RobotsHandler/modules/**
+*/OptimizelyTwelveTest/modules/**
\ No newline at end of file
diff --git a/src/Stott.Optimizely.RobotsHandler/Stott.Optimizely.RobotsHandler.csproj b/src/Stott.Optimizely.RobotsHandler/Stott.Optimizely.RobotsHandler.csproj
index 5820287..4c51d7b 100644
--- a/src/Stott.Optimizely.RobotsHandler/Stott.Optimizely.RobotsHandler.csproj
+++ b/src/Stott.Optimizely.RobotsHandler/Stott.Optimizely.RobotsHandler.csproj
@@ -8,16 +8,16 @@
Mark Stotthttps://github.com/GeekInTheNorth/Stott.Optimizely.RobotsHandlerhttps://github.com/GeekInTheNorth/Stott.Optimizely.RobotsHandler
- Mark Stott 2024
+ Mark Stott 2025LICENSE.txtProvides an Admin interface in Optimizely CMS 12 for managing robots.txt files. A controller responds to the /robots.txt path and returns the appropriate content specific to the site.trueen-GBOptimizely CMS Robots Robots_txt
- 6.0.0
- 6.0.0
- 6.0.0
- Add support for Opal Tools and Headless solutions.
+ 6.0.1
+ 6.0.1
+ 6.0.1
+ Fix errors for Optimizely Notification Service.README.mdgit
diff --git a/src/Stott.Optimizely.RobotsHandler/Views/RobotsLandingPage/Index.cshtml b/src/Stott.Optimizely.RobotsHandler/Views/RobotsLandingPage/Index.cshtml
index 38bae98..110350f 100644
--- a/src/Stott.Optimizely.RobotsHandler/Views/RobotsLandingPage/Index.cshtml
+++ b/src/Stott.Optimizely.RobotsHandler/Views/RobotsLandingPage/Index.cshtml
@@ -12,6 +12,7 @@