diff --git a/public/robots.txt b/public/robots.txt index be7f784..6e67662 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,4 +1,4 @@ User-agent: * Allow: / -Sitemap https://www.romanjaros.cz/sitemap.xml \ No newline at end of file +Sitemap: https://www.romanjaros.cz/sitemap.xml diff --git a/src/components/Contact.tsx b/src/components/Contact.tsx index 5fe600f..f29deda 100644 --- a/src/components/Contact.tsx +++ b/src/components/Contact.tsx @@ -8,7 +8,7 @@ const Contact: FC = () => {

- Obchodní nabídky prosím zasílejte{" "} + Obchodní nabídky prosím zasílejte  sem.

@@ -29,7 +29,7 @@ const Contact: FC = () => {

- Pokud potřebujete zadat tiket na podporu, použijte prosím{" "} + Pokud potřebujete zadat tiket na podporu, použijte prosím  = ({ left, right, className }) => { return (

- {"<"} + <

{left} {right}

-  {"/>"} +  />
); }; diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 6c92543..43f06c3 100755 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -4,18 +4,29 @@ import AboutMe from "../components/AboutMe"; import Services from "../components/Services"; import Contact from "../components/Contact"; import FullStory from "../components/FullStory"; -import { NextSeo } from "next-seo"; +import { NextSeo, WebPageJsonLd } from "next-seo"; import Head from "next/head"; +const date = new Date().toISOString(); + const Home: NextPage = () => { return ( <> + { />
- {"<"} + <

Roman Developer

-  {"/>"} +  />