diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-03-09 00:35:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-09 00:35:07 +0100 |
commit | ff44b2e92d496c6027b20157fea6ebd885906bea (patch) | |
tree | 704b648e34b52910ba041c34dc49309c08e3d3d0 /app/views/following_accounts | |
parent | 188aa3ea50799f4a81f28416fe47b3330091ef6f (diff) |
Add missing meta description to profiles, some other SEO stuff (#6706)
- Add missing meta description to profiles - Add canonical rel link to landing page - Remove linebreaks from title tags - Add username to profile title - Add toots/following/followers to profile description tags - Add next/prev rel links to profiles - Do not index follower/following variants of profiles
Diffstat (limited to 'app/views/following_accounts')
-rw-r--r-- | app/views/following_accounts/index.html.haml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/following_accounts/index.html.haml b/app/views/following_accounts/index.html.haml index 9637c689f..67f6cfede 100644 --- a/app/views/following_accounts/index.html.haml +++ b/app/views/following_accounts/index.html.haml @@ -2,9 +2,7 @@ = t('accounts.people_followed_by', name: display_name(@account)) - content_for :header_tags do - - if @account.user&.setting_noindex - %meta{ name: 'robots', content: 'noindex' }/ - + %meta{ name: 'robots', content: 'noindex' }/ = render 'accounts/og', account: @account, url: account_followers_url(@account, only_path: false) = render 'accounts/header', account: @account |