[Glitch] Add canonical link tags in web UI
Port 90911f4396 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									0003a22bc1
								
							
						
					
					
						commit
						7747947353
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		|  | @ -398,6 +398,7 @@ class Header extends ImmutablePureComponent { | ||||||
|         <Helmet> |         <Helmet> | ||||||
|           <title>{titleFromAccount(account)}</title> |           <title>{titleFromAccount(account)}</title> | ||||||
|           <meta name='robots' content={(isLocal && isIndexable) ? 'all' : 'noindex'} /> |           <meta name='robots' content={(isLocal && isIndexable) ? 'all' : 'noindex'} /> | ||||||
|  |           <link rel='canonical' href={account.get('url')} /> | ||||||
|         </Helmet> |         </Helmet> | ||||||
|       </div> |       </div> | ||||||
|     ); |     ); | ||||||
|  |  | ||||||
|  | @ -754,6 +754,7 @@ class Status extends ImmutablePureComponent { | ||||||
|         <Helmet> |         <Helmet> | ||||||
|           <title>{titleFromStatus(intl, status)}</title> |           <title>{titleFromStatus(intl, status)}</title> | ||||||
|           <meta name='robots' content={(isLocal && isIndexable) ? 'all' : 'noindex'} /> |           <meta name='robots' content={(isLocal && isIndexable) ? 'all' : 'noindex'} /> | ||||||
|  |           <link rel='canonical' href={status.get('url')} /> | ||||||
|         </Helmet> |         </Helmet> | ||||||
|       </Column> |       </Column> | ||||||
|     ); |     ); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue