Mostrando resultados en caché. Último escaneo: hace 3 días · 17 jul 2026 2:19 p. m.

Resultados de pester.dev

Several issues found. Fixing them will significantly improve your social media presence. Found 1 error and 2 warnings.

1 error 2 advertencias 6 consejos
62

Rendimiento

Tiempo de respuesta
183ms Rápido
Tamaño HTML
67 KB Ligero

Análisis (9 problemas)

Missing og:image

Pages without an og:image get significantly less engagement on social media. Add an image to boost CTR.

<meta property="og:image" content="https://yoursite.com/og-image.jpg" />

Missing twitter:image

Posts with images get significantly more engagement on X/Twitter.

Missing apple-touch-icon

The apple-touch-icon is used when users add your site to their iOS home screen. Without it, iOS takes a screenshot instead, which looks unprofessional.

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />

Description could be longer (65 chars)

You have room for a more detailed description. Optimal: 110-160 characters for best engagement.

Missing og:site_name

The og:site_name helps platforms identify your brand.

<meta property="og:site_name" content="Your Site Name" />

Missing twitter:site

Adding your X/Twitter @username helps attribute content to your account and improves brand visibility.

<meta name="twitter:site" content="@yourusername" />

Missing 32x32 favicon

A 32x32 PNG favicon provides crisp icons in browser tabs. Consider also providing an SVG favicon for scalability.

<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />

No SVG favicon found

SVG favicons scale perfectly at any size and support dark mode via CSS media queries. Modern browsers support them natively.

<link rel="icon" type="image/svg+xml" href="/favicon.svg" />

Missing web app manifest

A web app manifest (manifest.json) enables "Add to Home Screen" on Android, defines your app name, icons, and theme. Essential for PWA support.

<link rel="manifest" href="/site.webmanifest" />

Prompt para IA

Prompt listo para tu editor con IA
Fix the meta tags and SEO issues for: https://pester.dev/docs/commands/Should-BeEquivalent
Current OG score: 62/100

## Issues found

- [ERROR] Missing og:image
  Pages without an og:image get significantly less engagement on social media. Add an image to boost CTR.
  Suggested fix:
  <meta property="og:image" content="https://yoursite.com/og-image.jpg" />

- [WARNING] Missing twitter:image
  Posts with images get significantly more engagement on X/Twitter.

- [WARNING] Missing apple-touch-icon
  The apple-touch-icon is used when users add your site to their iOS home screen. Without it, iOS takes a screenshot instead, which looks unprofessional.
  Suggested fix:
  <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />

- [TIP] Description could be longer (65 chars)
  You have room for a more detailed description. Optimal: 110-160 characters for best engagement.

- [TIP] Missing og:site_name
  The og:site_name helps platforms identify your brand.
  Suggested fix:
  <meta property="og:site_name" content="Your Site Name" />

- [TIP] Missing twitter:site
  Adding your X/Twitter @username helps attribute content to your account and improves brand visibility.
  Suggested fix:
  <meta name="twitter:site" content="@yourusername" />

- [TIP] Missing 32x32 favicon
  A 32x32 PNG favicon provides crisp icons in browser tabs. Consider also providing an SVG favicon for scalability.
  Suggested fix:
  <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />

- [TIP] No SVG favicon found
  SVG favicons scale perfectly at any size and support dark mode via CSS media queries. Modern browsers support them natively.
  Suggested fix:
  <link rel="icon" type="image/svg+xml" href="/favicon.svg" />

- [TIP] Missing web app manifest
  A web app manifest (manifest.json) enables "Add to Home Screen" on Android, defines your app name, icons, and theme. Essential for PWA support.
  Suggested fix:
  <link rel="manifest" href="/site.webmanifest" />

## Current meta tags

```html
<title>Should-BeEquivalent | Pester</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="description" content="Help page for the PowerShell Pester "Should-BeEquivalent" command" />
<link rel="canonical" href="https://pester.dev/docs/commands/Should-BeEquivalent" />
<!-- html lang="en" -->
<meta property="og:url" content="https://pester.dev/docs/commands/Should-BeEquivalent" />
<meta property="og:locale" content="en" />
<meta property="og:title" content="Should-BeEquivalent | Pester" />
<meta property="og:description" content="Help page for the PowerShell Pester "Should-BeEquivalent" command" />
<meta name="twitter:card" content="summary_large_image" />
```

## Performance
- Response time: 183ms
- HTML size: 67 KB

## Task

Provide the corrected and complete set of meta tags for the <head> of this page that fixes all the issues above. Include HTML, Open Graph, and Twitter Card tags. If there are performance issues, suggest specific improvements.

Pega este prompt en Cursor, Copilot, ChatGPT, Claude, o cualquier asistente de IA para obtener los meta tags corregidos.

Historial de escaneos (3)

FechaPuntuaciónCambio
21 jul 2026 · 3:21 a. m.Último
62Ver
20 jul 2026 · 12:54 p. m.
62Ver
17 jul 2026 · 2:19 p. m.
62Viendo

Meta Tags

Meta Tags encontrados

<!-- HTML -->
<title>Should-BeEquivalent | Pester</title>

<!-- Open Graph -->
<meta property="og:url" content="https://pester.dev/docs/commands/Should-BeEquivalent" />
<meta property="og:locale" content="en" />
<meta property="og:title" content="Should-BeEquivalent | Pester" />
<meta property="og:description" content="Help page for the PowerShell Pester "Should-BeEquivalent" command" />

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />

<!-- Other -->
<meta name="generator" content="Docusaurus v3.10.1" />
<meta name="docusaurus_locale" content="en" />
<meta name="docsearch:language" content="en" />
<meta name="theme-color" content="#0072c6" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="docusaurus_version" content="current" />
<meta name="docusaurus_tag" content="docs-default-current" />
<meta name="docsearch:version" content="current" />
<meta name="docsearch:docusaurus_tag" content="docs-default-current" />
<meta name="description" content="Help page for the PowerShell Pester "Should-BeEquivalent" command" />
<meta name="keywords" content="PowerShell,Pester,Help,Documentation" />

Previsualizaciones sociales

Google
pester.dev/docs/commands/Should-BeEquivalent

Should-BeEquivalent | Pester

Help page for the PowerShell Pester "Should-BeEquivalent" command

X / Twitter

pester.dev

Should-BeEquivalent | Pester

Help page for the PowerShell Pester "Should-BeEquivalent" command

summary_large_image
Facebook

PESTER.DEV

Should-BeEquivalent | Pester

Help page for the PowerShell Pester "Should-BeEquivalent" command

Discord

pester.dev

Should-BeEquivalent | Pester

Help page for the PowerShell Pester "Should-BeEquivalent" command

LinkedIn

Should-BeEquivalent | Pester

pester.dev

WhatsApp

pester.dev

Should-BeEquivalent | Pester

Help page for the PowerShell Pester "Should-BeEquivalent" command

Slack
pester.dev

Should-BeEquivalent | Pester

Help page for the PowerShell Pester "Should-BeEquivalent" command

Telegram

pester.dev

Should-BeEquivalent | Pester

Help page for the PowerShell Pester "Should-BeEquivalent" command