mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-28 02:14:23 +01:00
6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
@model BTCPayServer.Models.RobotsMetaViewModel
|
|
@if (Model.DiscourageSearchEngines)
|
|
{
|
|
<META NAME="robots" CONTENT="noindex">
|
|
}
|