bookwiz.io / app / blog / faq / metadata.ts
metadata.ts
Raw
import { Metadata } from 'next'

export const metadata: Metadata = {
  title: 'Bookwiz FAQ: Your Questions Answered',
  description: 'Find answers to the most common questions about Bookwiz, AI writing, version control, and more.',
  openGraph: {
    title: 'Bookwiz FAQ: Your Questions Answered',
    description: 'Find answers to the most common questions about Bookwiz, AI writing, version control, and more.',
    type: 'article',
    publishedTime: '2024-06-02',
    authors: ['Bookwiz Team'],
  },
}