Browse Source

- SEO Optimizing

pull/1/head
Marcel Völkel 5 years ago
parent
commit
e3ef18b631

+ 3
- 2
Application/templates/sternenkindsaga/html/htmlHead.tpl View File

1
 <!doctype html>
1
 <!doctype html>
2
 
2
 
3
-<html lang="en">
3
+<html lang="de">
4
 <head>
4
 <head>
5
     <title>{$settings->getValue("sitename")|replace:'{1}':$settings->getValue("sks_download_version")}</title>
5
     <title>{$settings->getValue("sitename")|replace:'{1}':$settings->getValue("sks_download_version")}</title>
6
     <meta charset="utf-8">
6
     <meta charset="utf-8">
9
 
9
 
10
     <base href="http://{$smarty.server.SERVER_NAME}/">
10
     <base href="http://{$smarty.server.SERVER_NAME}/">
11
     <!--[if IE]></base><![endif]-->
11
     <!--[if IE]></base><![endif]-->
12
-    <meta name="description" content="Description default here">
12
+    <meta name="description"
13
+          content="{$settings->getValue("sitename")|replace:'{1}':$settings->getValue("sks_download_version")} - Ein packendes Rollenspiel im Stile der alten Super Nintendo Spiele.">
13
     <link rel="stylesheet" href="lib/bootstrap/css/bootstrap.css">
14
     <link rel="stylesheet" href="lib/bootstrap/css/bootstrap.css">
14
     <link rel="stylesheet" href="lib/bootstrap/css/bootstrap-theme.css">
15
     <link rel="stylesheet" href="lib/bootstrap/css/bootstrap-theme.css">
15
     <link rel="stylesheet" href="Styles/css/sks-v2.css">
16
     <link rel="stylesheet" href="Styles/css/sks-v2.css">

+ 2
- 1
Application/templates/sternenkindsaga/index.tpl View File

2
 <div class="row row-width">
2
 <div class="row row-width">
3
     <div class="col-sm-7 less-padding sks-bottom-spacer">
3
     <div class="col-sm-7 less-padding sks-bottom-spacer">
4
         <div class="sks-box">
4
         <div class="sks-box">
5
-            <strong>{$settings->getValue('lp_teaser_text_headline')}</strong><br/>
5
+            <h1>{$settings->getValue("sitename")|replace:'{1}':''}</h1>
6
+            <h2>{$settings->getValue('lp_teaser_text_headline')}</h2><br/>
6
             {$settings->getValue('lp_teaser_text')|nl2br}
7
             {$settings->getValue('lp_teaser_text')|nl2br}
7
         </div>
8
         </div>
8
 
9
 

+ 1
- 1
version View File

1
-v1.1.2 Rev: 6
1
+v1.1.2 Rev: 7

+ 16
- 0
web/Styles/css/sks-v2.css View File

55
     margin: 20px auto 10px auto;
55
     margin: 20px auto 10px auto;
56
 }
56
 }
57
 
57
 
58
+h1 {
59
+    font-size: 14px;
60
+    font-weight: bold;
61
+    padding: 0;
62
+    margin: 0;
63
+    margin-bottom: 5px;
64
+}
65
+
66
+h2 {
67
+    font-size: 14px;
68
+    font-weight: bold;
69
+    padding: 0;
70
+    margin: 0;
71
+}
72
+
73
+
58
 .less-padding {
74
 .less-padding {
59
     padding-left: 0;
75
     padding-left: 0;
60
     padding-right: 0;
76
     padding-right: 0;

Loading…
Cancel
Save