Skip to content

Commit c42517d

Browse files
SEO Update and Mocopi link fix (#307)
* SEO * Mocopi Link * Contributors * Update keywords * Canonical removed
1 parent 5df2786 commit c42517d

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ As SlimeVR is open source and has roots in the idea of experimentation and explo
7373

7474
- Using [a phone in place of a tracker](tools/owoTrack.md).
7575
- Using [Nintendo Joycons in place of trackers](tools/slimevr-wrangler.html).
76-
- Using [Mocopi trackers with SlimeVR server](tools/mocopi.md)
76+
- Using [Mocopi trackers with SlimeVR server](https://www.sony.net/Products/mocopi-dev/en/documents/beta/HowToBetaFunctions_SlimeVR.html)
7777
- Using [HaritoraX trackers with SlimeVR server](tools/slimetora.md)
7878

7979
**Please note that these options may be subpar when compared to actual SlimeVR trackers, but are useful for experimenting and in some cases can work well. We suggest you do not invest heavily in buying old phones or joycons, as most users of these options only consider them stopgaps at best.**

src/misc/contributors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ They are the best of the best!
3030
* Uriel ([ImUrX](https://github.com/ImUrX))
3131
* Aoki ([kruemmelbande](https://github.com/kruemmelbande))
3232
* [JovannMC](https://github.com/JovannMC)
33+
* [Shine Bright](https://github.com/ShineBrightMeow)
3334

3435
If you feel you're missing from this list, feel free to add yourself in a PR.

theme/index.hbs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@
66
<title>{{ title }}</title>
77
{{#if is_print }}
88
<meta name="robots" content="noindex">
9+
<meta name="googlebot" content="noindex">
910
{{else}}
1011
<meta name="robots" content="index, follow">
12+
<meta name="googlebot" content="index, follow">
1113
{{/if}}
1214

15+
<meta name="keywords" content="SlimeVR, Full, Body, Tracking, Tracker, Trackers, FBT, Virtual, Reality, VR, open, source, DIY, Documentation, Guide">
16+
1317
{{#if base_url}}
1418
<base href="{{ base_url }}">
1519
{{/if}}

0 commit comments

Comments
 (0)