- 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
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			407 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			407 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| - content_for :page_title do
 | |
|   = t('accounts.people_who_follow', name: display_name(@account))
 | |
| 
 | |
| - content_for :header_tags do
 | |
|   %meta{ name: 'robots', content: 'noindex' }/
 | |
|   = render 'accounts/og', account: @account, url: account_followers_url(@account, only_path: false)
 | |
| 
 | |
| = render 'accounts/header', account: @account
 | |
| 
 | |
| = render 'accounts/follow_grid', follows: @follows, accounts: @follows.map(&:account)
 |