This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Android --> | |
<platform name="android"> | |
<!-- Icons --> | |
<icon density="ldpi" src="res/icons/android/48.png"/> | |
<icon density="mdpi" src="res/icons/android/72.png"/> | |
<icon density="hdpi" src="res/icons/android/96.png"/> | |
<icon density="xhdpi" src="res/icons/android/144.png"/> | |
<!-- Splash --> | |
<splash density="land-ldpi" src="res/splash/android/drawable-land-ldpi-screen.png"/> | |
<splash density="land-mdpi" src="res/splash/android/drawable-land-mdpi-screen.png"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#All Bots | |
User-agent: * | |
#Exceptions | |
Disallow: /folder/ | |
Disallow: /file.xyz | |
#Ask | |
User-agent: Teoma | |
#Assets that do not have meta tags | |
Disallow: /folder/ | |
Disallow: /file.xyz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_headers.c> | |
# REP directives for all files | |
<Files ~ ".*"> | |
Header set X-Robots-Tag "noarchive, noodp" | |
</Files> | |
#REP directives for specific files | |
<Files ~ "\.(png|jpe?g|gif|mp4|ogv|webm|flv|fla|js|xml|json|txt|css)$"> | |
Header set X-Robots-Tag "noindex" | |
</Files> | |
</IfModule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ul { | |
margin-left: 30px; | |
margin-bottom: 30px; | |
margin-top: 10px; | |
color: #000; | |
list-style: none; | |
line-height: 22px; | |
ul { | |
margin-bottom: 0; | |
} |
OlderNewer