Cowp SEO friendly

This commit is contained in:
Pico2x 2022-09-28 01:04:38 -04:00
parent a5b943965c
commit 95f2604479

View File

@ -1,9 +1,18 @@
import Link from 'next/link'
import { Page } from 'web/components/page'
import { SEO } from 'web/components/SEO'
const App = () => {
return (
<Page className="">
<SEO
title="COWP"
description="A picture of a cowpy cowp copwer cowp saying 'salutations'"
url="/cowp"
/>
<Link href="https://en.wikipedia.org/wiki/Earl_Cowper">
<img src="https://i.imgur.com/Lt54IiU.png" />
</Link>
</Page>
)
}