SEO hinzugefügt
This commit is contained in:
parent
93d0207b2f
commit
ba15d37d2a
1
.idea/php.xml
generated
1
.idea/php.xml
generated
@ -91,5 +91,4 @@
|
||||
<path value="$PROJECT_DIR$/vendor/ainias/pwa-zf-core" />
|
||||
</include_path>
|
||||
</component>
|
||||
<component name="PhpProjectSharedConfiguration" php_language_level="7" />
|
||||
</project>
|
||||
1
.idea/wordRotator.iml
generated
1
.idea/wordRotator.iml
generated
@ -3,7 +3,6 @@
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/module/Application/src" isTestSource="false" packagePrefix="Application\" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/module/Application/pwa/public" isTestSource="false" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/public/js" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/vendor/doctrine/event-manager" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/vendor/doctrine/persistence" />
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -6,6 +6,8 @@
|
||||
|
||||
<meta name="description" content="Ein Spiel, wo du versuchen musst durch Drehen von Segmenten die richtigen Wörter zu finden!">
|
||||
<meta name="keywords" content="Spiel, Wort, Wörter, drehen">
|
||||
<meta name = "author" content="Silas Günther"/>
|
||||
<meta name = "robots" content="index"/>
|
||||
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
@ -50,8 +52,8 @@
|
||||
<div class="top-bar-title">
|
||||
<strong>
|
||||
<a class="hidden-link" href=".">
|
||||
<img src = 'img/logo.png' id = 'logo' alt = 'logo'/>
|
||||
<span class="show-for-smedium">WordRotator</span>
|
||||
<span class="show-for-small-only">WR</span>
|
||||
</a>
|
||||
</strong>
|
||||
</div>
|
||||
@ -103,7 +105,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<a data-site-name='privacyPolicy' class='deep-link' data-translation="policy-heading">Privacy Policy</a>
|
||||
<a data-site-name='privacyPolicy' class='deep-link' data-translation="policy-heading" href="privacyPolicy">Privacy Policy</a>
|
||||
<a href="https://apps.silas.link" target="_blank" rel="noopener" data-translation="other-apps">Other Apps</a>
|
||||
</footer>
|
||||
<script>
|
||||
|
||||
3
public/robots.txt
Normal file
3
public/robots.txt
Normal file
@ -0,0 +1,3 @@
|
||||
# robots.txt generated by https://seo-ranking-tools.de
|
||||
User-agent: *
|
||||
Disallow:
|
||||
@ -94,6 +94,11 @@ body {
|
||||
background-color: #9d9d9d !important;
|
||||
}
|
||||
}
|
||||
|
||||
#logo{
|
||||
border: 1px solid grey;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
label{
|
||||
font-size: 1em !important;
|
||||
|
||||
@ -7,6 +7,11 @@ nav.top-bar.title-bar {
|
||||
padding: 0.3rem 0.6rem 0;
|
||||
}
|
||||
|
||||
#logo {
|
||||
max-width: 2rem;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
#action-bar .top-bar-right .menu .action.img a {
|
||||
padding-bottom: 0;
|
||||
img {
|
||||
@ -367,4 +372,4 @@ div.mainContainer{
|
||||
#share-button svg{
|
||||
cursor: pointer;
|
||||
max-width: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user