Skip to content

Commit a5ea48e

Browse files
committed
Update SEO metadata
1 parent 804a08d commit a5ea48e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { Toaster } from 'react-hot-toast';
77

88
export const metadata: Metadata = {
99
title: "OpenReader WebUI",
10-
description: 'A "bring your own TTS api" web interface for reading documents with high quality text-to-speech voices.',
11-
keywords: "PDF reader, text to speech, tts open ai, kokoro tts, Kokoro-82M, OpenReader, TTS PDF reader, high quality text to speech",
10+
description: 'A "bring your own TTS api" web interface for reading PDF and EPUB documents with high quality text-to-speech voices. Read books with ease, listen to articles on the go, or study like you have your own lecturer, all in one place.',
11+
keywords: "PDF reader, EPUB reader, text to speech, tts open ai, kokoro tts, Kokoro-82M, OpenReader, TTS PDF reader, ebook reader, epub tts, high quality text to speech",
1212
authors: [{ name: "Richard Roberson" }],
1313
manifest: "/manifest.json",
1414
metadataBase: new URL("https://openreader.richardr.dev"), // Replace with your domain
@@ -18,7 +18,7 @@ export const metadata: Metadata = {
1818
url: "https://openreader.richardr.dev",
1919
siteName: "OpenReader WebUI",
2020
title: "OpenReader WebUI",
21-
description: 'A "bring your own TTS api" web interface for reading documents with high quality text-to-speech voices.',
21+
description: 'A "bring your own TTS api" web interface for reading PDF and EPUB documents with high quality text-to-speech voices. Read books with ease, listen to articles on the go, or study like you have your own lecturer, all in one place.',
2222
images: [
2323
{
2424
url: "/web-app-manifest-512x512.png",

0 commit comments

Comments
 (0)