import React from 'react' import Head from 'next/head' export default () =>
{/* this will not render */} {/* this will get rendered */} {/* allow duplicates for specific tags */} Fragment title {/* the following 2 links tag will be rendered both */} {/* only one tag will be rendered as they have the same key */}

I can haz meta tags