Skip to content

Commit 9addca3

Browse files
author
Râu Cao
authored
Merge pull request #125 from remotestorage/seo
Improves compliance with Google SEO guidelines
2 parents ff46232 + e6b7131 commit 9addca3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/assets/widget.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ <h1 class="rs-user rs-small-headline">[email protected]</h1>
261261
<div class="rs-content">
262262
<h1 class="rs-big-headline">Connect your storage</h1>
263263
<p class="rs-short-desc">
264-
This app allows you to sync data with a storage of your choice.
265-
<a class="rs-help" href="https://remotestorage.io/" target="_blank">Read more</a>
264+
This app allows you to sync data with a
265+
<a class="rs-help" href="https://remotestorage.io/" target="_blank" rel="noopener">storage provider of your choice</a>.
266266
</p>
267267
<div class="rs-button-wrap">
268268
<button class="rs-button rs-button-big rs-choose-rs">
@@ -477,7 +477,7 @@ <h1 class="rs-big-headline">Connect your storage</h1>
477477
<input type="text" name="rs-user-address" placeholder="[email protected]" autocapitalize="off">
478478
<div class="rs-sign-in-error rs-hidden"></div>
479479
<button type="submit" class="rs-connect">Connect</button>
480-
<a href="https://remotestorage.io/get/" class="rs-help" target="_blank">Need help?</a>
480+
<a href="https://remotestorage.io/get/" class="rs-help" target="_blank" rel="noopener">Need help?</a>
481481
</form>
482482
</div>
483483
</div>

0 commit comments

Comments
 (0)