79811934

Date: 2025-11-07 03:53:49
Score: 3
Natty:
Report link

Have you solve this issue yet? I encountered the same problem.

export const metadata: Metadata = {
  title: "Sushi's Portfolio",
  description: 'Hi! Checkout my portfolio!',
  keywords: 'Sushi, Portfolio, Developer, Designer, Programmer, Web Developer, Software Engineer, Game Developer',
  openGraph: {
    title: "Sushi's Portfolio",
    description: 'Hi! Checkout my portfolio!',
    url: 'https://sushi.toruverse.dev',
    images: [
      {
        url: '/profile/PortfolioLogo.png',
        width: 800,
        height: 600,
        alt: "Sushi's Portfolio Logo",
      },
    ],
    siteName: "Sushi's Portfolio",
    type: 'website',
  },
  icons: {
    icon: [{ url: '/logo/sushi.webp', type: 'image/webp' }],
    apple: { url: '/logo/sushi.webp', type: 'image/webp' },
  },
  robots: {
    index: true,
    follow: true,
    googleBot: {
      index: true,
      follow: true,
    },
  },
}
Reasons:
  • RegEx Blacklisted phrase (1.5): solve this issue yet?
  • RegEx Blacklisted phrase (1): solve this issue yet?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Torukun