indexing seo changes

This commit is contained in:
2023-01-07 12:34:59 +01:00
parent 141e8014f5
commit 4cb360e59c
7 changed files with 37 additions and 42 deletions

View File

@@ -1,9 +1,10 @@
import { SEO } from "../components/SEO";
const PageRankingi = () => {
const SEOdesc = `Strona w trakcie budowy - rankingi wiadomości i danych wśród użytkowników gractwa!`;
return (
<>
<SEO title="rankingi" />
<SEO title="rankingi" description={SEOdesc} />
<main>Miejsce na stronkę od rankingów.</main>
</>
);