Skip to content

Commit c172daf

Browse files
authored
Merge pull request #2 from girasolenergy/add-SEO
try SEO
2 parents 208ed3e + 732acc0 commit c172daf

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

en/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@
9595
background: #1976D2;
9696
text-decoration: none;
9797
}
98+
.sub-title {
99+
color: #ffffff;
100+
}
98101
</style>
99102
</head>
100103
<body>
@@ -105,7 +108,7 @@
105108
<div style="text-align: right;">
106109
<b>English</b> / <a href="../ja">Japanese</a>
107110
</div>
108-
<h1>KanbanBro: Turn Any Web Page into Digital Signage</h1>
111+
<h1>KanbanBro: Turn Any Web Page into Digital Signage<span class="sub-title">Easy Signage, Simple Web Browser, Signage Browser, Web Signage, for AndroidTV</span></h1>
109112
<p><strong>KanbanBro</strong> is a digital signage app that lets you easily display web content on screens in your shop. With just an Android device and a web browser, you can create dynamic in-store signage without expensive specialized systems. It's perfect for small businesses that want simple, flexible, and affordable signage.</p>
110113
<h2>Why Choose KanbanBro?</h2>
111114
<ul>

ja/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
transition: 0.3s;
5858
}
5959
.button:hover { background: #1976D2; }
60+
.sub-title {
61+
color: #ffffff;
62+
}
63+
6064
</style>
6165
</head>
6266
<body>
@@ -67,7 +71,7 @@
6771
<div style="text-align: right;">
6872
<a href="../en">English</a> / <b>Japanese</b>
6973
</div>
70-
<h1>KanbanBro: ブラウザで簡単デジタルサイネージ</h1>
74+
<h1>KanbanBro: ブラウザで簡単デジタルサイネージ<span class="sub-title">AndroidTV, サイネージ, アンドロイド, ブラビア, 電子掲示板, Webページ, Webサイネージ</span></h1>
7175
<p><strong>KanbanBro(かんばんブロ)</strong>は、お店のテレビ・タブレットを簡単にデジタルサイネージ化できるアプリです。専門機器なしで、Android端末だけで手軽に魅力的なサイネージを実現します。小規模店舗に最適です。</p>
7276

7377
<h2>KanbanBroの特長</h2>

0 commit comments

Comments
 (0)