Skip to content

Commit 4bd99cf

Browse files
committed
SEO improvements.
1 parent cb18667 commit 4bd99cf

File tree

2 files changed

+28
-9
lines changed

2 files changed

+28
-9
lines changed

css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ table th {
161161

162162
.boxshadow {
163163
box-shadow: 2px 2px 2px 2px;
164-
}
164+
}

index.html

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@
1717
-->
1818
<html>
1919
<head>
20-
<title>Project CSV - CSV Viewer & Editor for Web & Desktop</title>
20+
<title>Online & Offline CSV File Viewer & Editor - Project CSV</title>
21+
22+
<meta name="description" content="A simple, well styled, online CSV
23+
file viewer and editor that also provides downloadable desktop software
24+
for offline CSV file viewing and editing. All software is free and open
25+
source (hosted on GitHub)."/>
2126

2227
<!-- Common head tags -->
2328
<meta charset="UTF-8">
@@ -142,7 +147,7 @@
142147
<!-- Tables -->
143148
<div class="tables text-center" id="tables">
144149
<div class="text-center" id="instructions">
145-
<b>Instructions:</b>
150+
<h1 style="font-size: 32px;"><b>How to View and Edit CSV Files:</b></h1>
146151
<div class="text-left" id="instructions-list">
147152
<ol>
148153
<li>Select the <code>.csv</code> file(s) you want to open.</li>
@@ -151,7 +156,10 @@
151156
<li>Generated tables for the selected <code>.csv</code>
152157
files will appear here.</li>
153158
<li>The generated tables can then be edited
154-
(the name included) and downloaded to your computer
159+
(the name included) by clicking on the text you want
160+
to change.</li>
161+
<li>The edited table can then be downloaded to your
162+
computer
155163
by pressing <span class="btn btn-default">
156164
<i class="material-icons">save_alt</i></span>.</li>
157165
</ol>
@@ -160,6 +168,8 @@
160168
new <code>.csv</code> files, press
161169
<span class="btn btn-primary">Refresh</span> with
162170
the new settings or files.</li>
171+
<li style="color: red;">Remember: Refreshing the page
172+
will reset ANY changes to ALL tables</li>
163173
</ul>
164174
</div>
165175
</div>
@@ -182,10 +192,12 @@
182192
<br/>
183193
In addition to the web page, Project CSV offers a native
184194
desktop application, released under the same open source
185-
licsense, for viewing and editing <code>.csv</code>
195+
licsense, for offline viewing and editing of <code>.csv</code>
186196
files on Windows.
187197
<br/><br/>
188-
<a class="btn btn-primary" style="width: 75%; background-color: darkgray; border-color: black">Download</a>
198+
<a class="btn btn-primary"
199+
style="width: 75%; background-color: darkgray; border-color: black"
200+
title="Link to download the Project CSV Desktop software.">Download</a>
189201
<br/><br/>
190202
<p style="color: red">The Project CSV Desktop application
191203
is still in development. No downloads are available yet.</p>
@@ -288,14 +300,21 @@
288300
<br/><br/>
289301
<p style="padding-left: 20%; padding-right: 20%;">
290302
Project CSV is a duel set of free, open source tools, released
291-
under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">
292-
GNU General Public License v3</a>. The first of these tools is this
303+
under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html"
304+
title="The license Project CSV is licensed under.">
305+
GNU General Public License v3</a> that allow you to open and edit
306+
<code>.csv</code> files both online and offline, in your browser
307+
and on your desktop. The first of these tools is this
293308
webpage (projectcsv.github.io) - an online CSV viewer and editor
294309
as well the official website for the project as a whole. The second
295310
is a native CSV viewer and editor for Windows (Project CSV Desktop)
296311
for offline use.
297312
</p>
298-
313+
<a style="font-size: 18px;"
314+
href="https://en.wikipedia.org/wiki/Comma-separated_values"
315+
title="A comprehensive description of CSV and CSV files by Wikipedia.">
316+
What is CSV?
317+
</a>
299318
</div>
300319

301320
<!-- Footer -->

0 commit comments

Comments
 (0)