Skip to content

Commit 9448d53

Browse files
authored
docs: Improve SEO (#82)
* docs: Improve meta tags * chore: Fix path for SEO * chore: Improve SEO * chore: Clean Up
1 parent 07bfb79 commit 9448d53

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

website/docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const config = {
4343
themeConfig:
4444
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
4545
({
46+
image: '/images/social.png',
4647
colorMode: {
4748
defaultMode: 'light',
4849
disableSwitch: true,

website/src/components/HomepageFeatures/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React from 'react';
2-
import clsx from 'clsx';
32

43
import styles from './styles.module.css';
54

website/src/pages/index.tsx

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const META_DESCRIPTION =
1010
export default function Home() {
1111
return (
1212
<Layout
13-
image="/images/homepage/social.png"
1413
title="Visual Regression Testing"
1514
description={META_DESCRIPTION}
1615
wrapperClassName="homepage"
@@ -22,8 +21,15 @@ export default function Home() {
2221
This visual regression testing for React Native library enables
2322
developers to introduce visual regression tests to their apps for{' '}
2423
<strong>iOS</strong> and <strong>Android</strong>. Being heavily
25-
inspired by <a href="https://wix.github.io/Detox/">Detox</a>, an
26-
end-to-end testing and automation framework, this library uses a
24+
inspired by{' '}
25+
<a
26+
href="https://wix.github.io/Detox/"
27+
target="_blank"
28+
rel="noopener noreferrer"
29+
>
30+
Detox
31+
</a>
32+
, an end-to-end testing and automation framework, this library uses a
2733
similar API that makes setting up react-native-owl and running the
2834
tests locally and on your preferred CI service, seamless.
2935
</p>
@@ -38,10 +44,9 @@ export default function Home() {
3844

3945
<p className="intro">
4046
<em>
41-
Note: This library is{' '}
42-
<a href="/docs/introduction/work-in-progress">work-in-progress</a>.
43-
We are still working on adding additional functionality to allow
44-
full control of the app being tested.
47+
Note: This library is work-in-progress. We are still working on
48+
adding additional functionality to allow full control of the app
49+
being tested.
4550
</em>
4651
</p>
4752

0 commit comments

Comments
 (0)