Update SEO metadata
This commit is contained in:
parent
804a08dcd5
commit
a5ea48ed3d
1 changed files with 3 additions and 3 deletions
|
|
@ -7,8 +7,8 @@ import { Toaster } from 'react-hot-toast';
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "OpenReader WebUI",
|
title: "OpenReader WebUI",
|
||||||
description: 'A "bring your own TTS api" web interface for reading documents with high quality text-to-speech voices.',
|
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.',
|
||||||
keywords: "PDF reader, text to speech, tts open ai, kokoro tts, Kokoro-82M, OpenReader, TTS PDF reader, high quality text to speech",
|
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",
|
||||||
authors: [{ name: "Richard Roberson" }],
|
authors: [{ name: "Richard Roberson" }],
|
||||||
manifest: "/manifest.json",
|
manifest: "/manifest.json",
|
||||||
metadataBase: new URL("https://openreader.richardr.dev"), // Replace with your domain
|
metadataBase: new URL("https://openreader.richardr.dev"), // Replace with your domain
|
||||||
|
|
@ -18,7 +18,7 @@ export const metadata: Metadata = {
|
||||||
url: "https://openreader.richardr.dev",
|
url: "https://openreader.richardr.dev",
|
||||||
siteName: "OpenReader WebUI",
|
siteName: "OpenReader WebUI",
|
||||||
title: "OpenReader WebUI",
|
title: "OpenReader WebUI",
|
||||||
description: 'A "bring your own TTS api" web interface for reading documents with high quality text-to-speech voices.',
|
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.',
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: "/web-app-manifest-512x512.png",
|
url: "/web-app-manifest-512x512.png",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue