Skip to content

Commit

Permalink
Merge pull request #125 from remotestorage/seo
Browse files Browse the repository at this point in the history
Improves compliance with Google SEO guidelines
  • Loading branch information
raucao authored Oct 12, 2021
2 parents ff46232 + e6b7131 commit 9addca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/assets/widget.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ <h1 class="rs-user rs-small-headline">user@provider.com</h1>
<div class="rs-content">
<h1 class="rs-big-headline">Connect your storage</h1>
<p class="rs-short-desc">
This app allows you to sync data with a storage of your choice.
<a class="rs-help" href="https://remotestorage.io/" target="_blank">Read more</a>
This app allows you to sync data with a
<a class="rs-help" href="https://remotestorage.io/" target="_blank" rel="noopener">storage provider of your choice</a>.
</p>
<div class="rs-button-wrap">
<button class="rs-button rs-button-big rs-choose-rs">
Expand Down Expand Up @@ -477,7 +477,7 @@ <h1 class="rs-big-headline">Connect your storage</h1>
<input type="text" name="rs-user-address" placeholder="user@provider.com" autocapitalize="off">
<div class="rs-sign-in-error rs-hidden"></div>
<button type="submit" class="rs-connect">Connect</button>
<a href="https://remotestorage.io/get/" class="rs-help" target="_blank">Need help?</a>
<a href="https://remotestorage.io/get/" class="rs-help" target="_blank" rel="noopener">Need help?</a>
</form>
</div>
</div>
Expand Down

0 comments on commit 9addca3

Please sign in to comment.