🐛 Fix Meta tags
This commit is contained in:
@@ -9,10 +9,10 @@ function MyApp({ Component, pageProps }) {
|
||||
<div {...pageProps} className={styles.container}>
|
||||
<Head>
|
||||
<link rel="icon" href="/Favicon.ico" />
|
||||
<meta http-equiv="content-Type" content="text/html; utf-8" />
|
||||
<meta http-equiv="Pragma" content="cache" />
|
||||
<meta httpEquiv="content-Type" content="text/html; utf-8" />
|
||||
<meta httpEquiv="Pragma" content="cache" />
|
||||
<meta name="robots" content="INDEX,FOLLOW" />
|
||||
<meta http-equiv="content-Language" content="de" />
|
||||
<meta httpEquiv="content-Language" content="de" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Wir sind ihr Unternehmen für IT-Dienstleistungen im Schwerpunkt Web- und Software Entwicklung und dem Einrichten von Computer- und Netzwerktechnik"
|
||||
@@ -24,7 +24,7 @@ function MyApp({ Component, pageProps }) {
|
||||
<meta name="author" content="AGS IT Solutions" />
|
||||
<meta name="publisher" content="" />
|
||||
<meta name="copyright" content="AGS IT Solutions" />
|
||||
<meta http-equiv="Reply-to" content="solutionsagsit@gmail.com" />
|
||||
<meta httpEquiv="Reply-to" content="solutionsagsit@gmail.com" />
|
||||
<meta name="expires" content="" />
|
||||
<meta name="revisit-after" content="2 days" />
|
||||
</Head>
|
||||
|
||||
Reference in New Issue
Block a user