Add option to opt out of search engines on public profile/status pages (#4199)

This commit is contained in:
Eugen Rochko 2017-07-14 16:41:02 +02:00 committed by GitHub
parent 999170d898
commit c42092ba7a
11 changed files with 30 additions and 0 deletions

View file

@ -1,4 +1,7 @@
- content_for :header_tags do
- if @account.user&.setting_noindex
%meta{ name: 'robots', content: 'noindex' }/
%link{ rel: 'alternate', type: 'application/atom+xml', href: account_stream_entry_url(@account, @stream_entry, format: 'atom') }/
%link{ rel: 'alternate', type: 'application/json+oembed', href: api_oembed_url(url: account_stream_entry_url(@account, @stream_entry), format: 'json') }/