SEO optimizations
This commit is contained in:
@@ -215,19 +215,21 @@ export default class Site extends App {
|
||||
<meta httpEquiv="content-language" content="de" />
|
||||
</Head>
|
||||
<Navbar />
|
||||
<SwitchTransition mode="out-in">
|
||||
<Transition
|
||||
timeout={1000}
|
||||
addEndListener={(node, done) => {
|
||||
this.handleExit.bind(this);
|
||||
}}
|
||||
key={path}
|
||||
onEnter={this.handleEnter.bind(this)}
|
||||
onExit={(node, done) => this.handleExit(node, done)}
|
||||
>
|
||||
<Component {...pageProps} className="component" />
|
||||
</Transition>
|
||||
</SwitchTransition>
|
||||
<main>
|
||||
<SwitchTransition mode="out-in">
|
||||
<Transition
|
||||
timeout={1000}
|
||||
addEndListener={(node, done) => {
|
||||
this.handleExit.bind(this);
|
||||
}}
|
||||
key={path}
|
||||
onEnter={this.handleEnter.bind(this)}
|
||||
onExit={(node, done) => this.handleExit(node, done)}
|
||||
>
|
||||
<Component {...pageProps} className="component" />
|
||||
</Transition>
|
||||
</SwitchTransition>
|
||||
</main>
|
||||
<Footer />
|
||||
|
||||
<Script
|
||||
|
||||
Reference in New Issue
Block a user