Skip to content

Commit

Permalink
Document that the no index meta tag is false by default (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkatzz committed Sep 18, 2023
1 parent 4eeebb6 commit e24beb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/aws/templates/aws_oidc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ variable "show_civiform_image_tag_on_landing_page" {
}
variable "staging_add_noindex_meta_tag" {
type = bool
description = "Whether to add a robots=noindex meta tag, which causes search engines to not list the website."
description = "Whether to add a robots=noindex meta tag, which causes search engines to not list the website. This defaults to false, meaning sites will appear on search."
default = false
}
variable "staging_disable_demo_mode_logins" {
Expand Down

0 comments on commit e24beb9

Please sign in to comment.