SEO hinzugefügt

This commit is contained in:
silas 2018-10-18 13:57:12 +02:00
parent 93d0207b2f
commit ba15d37d2a
7 changed files with 19 additions and 6 deletions

1
.idea/php.xml generated
View File

@ -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
View File

@ -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

View File

@ -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>&nbsp;&nbsp;
<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
View File

@ -0,0 +1,3 @@
# robots.txt generated by https://seo-ranking-tools.de
User-agent: *
Disallow:

View File

@ -94,6 +94,11 @@ body {
background-color: #9d9d9d !important;
}
}
#logo{
border: 1px solid grey;
border-radius: 50%;
}
}
label{
font-size: 1em !important;

View File

@ -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;
}
}