Auto-prettification
This commit is contained in:
		
							parent
							
								
									bc5af50b0c
								
							
						
					
					
						commit
						ac37f94cf7
					
				|  | @ -1,10 +1,10 @@ | ||||||
| import Head from "next/head"; | import Head from 'next/head' | ||||||
| 
 | 
 | ||||||
| /** Exclude page from search results */ | /** Exclude page from search results */ | ||||||
| export function NoSEO() { | export function NoSEO() { | ||||||
|   return ( |   return ( | ||||||
|     <Head> |     <Head> | ||||||
|       <meta name="robots" content="noindex,follow"/> |       <meta name="robots" content="noindex,follow" /> | ||||||
|     </Head> |     </Head> | ||||||
|   ) |   ) | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user