AI также предположил, что это может быть способ, которым мой макет. TSX изложена и/или что -то в моих метатетах через инструменты Google Chrome Insect ..? Я сравнивал осмотр инструментов Мета теги/html структуры с другого веб -сайта (https://graybuckmedia.com/), который я сделал для своего нового, но не уверен, как определить, есть ли проблема.
< /li>
< /ul>
У кого -нибудь есть решение? Я не уверен, как это сделать, так как нет реальной ошибки. = "Введите описание изображения здесь" src = "https://i.sstatic.net/cy1lkerk.png"/>
image 2
макет. tsx
import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { MusicProvider } from "../lib/music-context";
const geistSans = Geist({
variable: "--font-geist-sans",
subsets: ["latin"],
});
const geistMono = Geist_Mono({
variable: "--font-geist-mono",
subsets: ["latin"],
});
//
export const metadata: Metadata = {
title: "David Glass | Bay Area Pianist, Filmmaker & Piano Teacher",
description:
"David Glass is a Bay Area pianist, award-winning filmmaker, and piano teacher serving Piedmont, Oakland, and Berkeley.",
openGraph: {
title: "David Glass Music | Bay Area Pianist, Filmmaker & Piano Teacher",
description:
"David Glass is a Bay Area pianist, award-winning filmmaker, and piano teacher serving Piedmont, Oakland, and Berkeley.",
url: "https://yourwebsite.com", // Replace with your actual domain
type: "website",
images: [
{
url: "/imgs/david_blackwhite.png", //
width: 1200,
height: 630,
alt: "David Glass playing piano in black and white",
},
],
},
twitter: {
card: "summary_large_image",
title: "David Glass Music | Bay Area Pianist, Filmmaker & Piano Teacher",
description:
"David Glass is a Bay Area pianist, award-winning filmmaker, and piano teacher serving Piedmont, Oakland, and Berkeley.",
images: ["/imgs/david_blackwhite.png"], //
},
};
export default function RootLayout({
children,
}: Readonly) {
return (
{children}
);
}
Подробнее здесь: https://stackoverflow.com/questions/794 ... oogle-afte