Fix remote interaction dialogs being indexed by search engines (#10240)
Fix #10116
This commit is contained in:
parent
c8122e84cc
commit
f5eeac0104
|
@ -1,5 +1,4 @@
|
||||||
- content_for :header_tags do
|
- content_for :header_tags do
|
||||||
- if @account.user&.setting_noindex
|
|
||||||
%meta{ name: 'robots', content: 'noindex' }/
|
%meta{ name: 'robots', content: 'noindex' }/
|
||||||
|
|
||||||
.form-container
|
.form-container
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
- content_for :header_tags do
|
||||||
|
%meta{ name: 'robots', content: 'noindex' }/
|
||||||
|
|
||||||
.form-container
|
.form-container
|
||||||
.follow-prompt
|
.follow-prompt
|
||||||
%h2= t("remote_interaction.#{@interaction_type}.prompt")
|
%h2= t("remote_interaction.#{@interaction_type}.prompt")
|
||||||
|
|
Loading…
Reference in New Issue