Add noindex meta tag to ThankYou.cshtml
Added a new section named `Meta` in the `ThankYou.cshtml` file, which includes a meta tag with `name="robots"` and `content="noindex"`. This prevents search engines from indexing the "Thank You" page.
This commit is contained in:
parent
d9c95b3557
commit
fd091ae34d
@ -11,3 +11,7 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@section Meta {
|
||||
<meta name="robots" content="noindex">
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user