Add canonical link tags in web UI (#25715)
This commit is contained in:
		
							parent
							
								
									5b05451744
								
							
						
					
					
						commit
						90911f4396
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -476,6 +476,7 @@ class Header extends ImmutablePureComponent {
 | 
			
		|||
        <Helmet>
 | 
			
		||||
          <title>{titleFromAccount(account)}</title>
 | 
			
		||||
          <meta name='robots' content={(isLocal && isIndexable) ? 'all' : 'noindex'} />
 | 
			
		||||
          <link rel='canonical' href={account.get('url')} />
 | 
			
		||||
        </Helmet>
 | 
			
		||||
      </div>
 | 
			
		||||
    );
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -713,6 +713,7 @@ class Status extends ImmutablePureComponent {
 | 
			
		|||
        <Helmet>
 | 
			
		||||
          <title>{titleFromStatus(intl, status)}</title>
 | 
			
		||||
          <meta name='robots' content={(isLocal && isIndexable) ? 'all' : 'noindex'} />
 | 
			
		||||
          <link rel='canonical' href={status.get('url')} />
 | 
			
		||||
        </Helmet>
 | 
			
		||||
      </Column>
 | 
			
		||||
    );
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue