Showing cached results. Last scanned: 4 days ago · Sep 5, 2026 5:31 PM

Results for pester.dev

Good setup, but there are some improvements you can make.

2 warnings6 tips
77

Performance

Response Time
75msFast
HTML Size
77 KBLight

OG Image

Should-BeEquivalent | Pester
1200×630px·83 KB

Analysis (8 issues)

Missing image dimensions

Specifying og:image:width and og:image:height helps platforms render your image correctly without delay.

<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />

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" />

Missing og:image:alt

Adding alt text to your OG image improves accessibility and SEO.

<meta property="og:image:alt" content="Description of the image" />

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" />

AI Fix Prompt

Prompt ready for your AI editor
Fix the meta tags and SEO issues for: https://pester.dev/docs/commands/Should-BeEquivalent
Current OG score: 77/100

## Issues found

- [WARNING] Missing image dimensions
  Specifying og:image:width and og:image:height helps platforms render your image correctly without delay.
  Suggested fix:
  <meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />

- [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] Missing og:image:alt
  Adding alt text to your OG image improves accessibility and SEO.
  Suggested fix:
  <meta property="og:image:alt" content="Description of the image" />

- [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 for Pester command 'Should-BeEquivalent'. Compares two objects for equivalency, by recursively comparing their properties for equivalency." />
<link rel="canonical" href="https://pester.dev/docs/commands/Should-BeEquivalent" />
<!-- html lang="en" -->
<meta property="og:image" content="https://pester.dev/img/social-card.jpg" />
<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 for Pester command 'Should-BeEquivalent'. Compares two objects for equivalency, by recursively comparing their properties for equivalency." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://pester.dev/img/social-card.jpg" />
```

## Performance
- Response time: 75ms
- HTML size: 77 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.

Paste this prompt into Cursor, Copilot, ChatGPT, Claude, or any AI assistant to get the corrected meta tags.

Scan History (10)

DateScoreChange
Sep 9, 2026 · 9:23 PMLatest
77+1View
Sep 9, 2026 · 2:51 PM
76-1View
Sep 5, 2026 · 5:31 PM
77+1Viewing
Aug 27, 2026 · 5:35 PM
76-1View
Aug 27, 2026 · 7:58 AM
77View
Aug 27, 2026 · 3:25 AM
77View
Aug 26, 2026 · 1:19 AM
77View
Aug 23, 2026 · 8:50 PM
77View
Aug 20, 2026 · 12:11 PM
77View
Aug 18, 2026 · 12:28 AM
77View

Meta Tags

Meta Tags Found

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

<!-- Open Graph -->
<meta property="og:image" content="https://pester.dev/img/social-card.jpg" />
<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 for Pester command 'Should-BeEquivalent'. Compares two objects for equivalency, by recursively comparing their properties for equivalency." />

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://pester.dev/img/social-card.jpg" />

<!-- Other -->
<meta name="generator" content="Docusaurus v3.10.2" />
<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 for Pester command 'Should-BeEquivalent'. Compares two objects for equivalency, by recursively comparing their properties for equivalency." />
<meta name="keywords" content="PowerShell,Pester,Help,Documentation" />

Social Previews

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

Should-BeEquivalent | Pester

Help for Pester command 'Should-BeEquivalent'. Compares two objects for equivalency, by recursively comparing their properties for equivalency.

X / Twitter
Should-BeEquivalent | Pester

pester.dev

Should-BeEquivalent | Pester

Help for Pester command 'Should-BeEquivalent'. Compares two objects for equivalency, by recursively comparing their properties for equivalency.

summary_large_image
Facebook
Should-BeEquivalent | Pester

PESTER.DEV

Should-BeEquivalent | Pester

Help for Pester command 'Should-BeEquivalent'. Compares two objects for equivalency, by recursively comparing their properties for equivalency.

Discord

pester.dev

Should-BeEquivalent | Pester

Help for Pester command 'Should-BeEquivalent'. Compares two objects for equivalency, by recursively comparing their properties for equivalency.

Should-BeEquivalent | Pester
LinkedIn
Should-BeEquivalent | Pester

Should-BeEquivalent | Pester

pester.dev

WhatsApp
Should-BeEquivalent | Pester

pester.dev

Should-BeEquivalent | Pester

Help for Pester command 'Should-BeEquivalent'. Compares two objects for equivalency, by recursively comparing their properties for equivalency.

Slack
pester.dev

Should-BeEquivalent | Pester

Help for Pester command 'Should-BeEquivalent'. Compares two objects for equivalency, by recursively comparing their properties for equivalency.

Should-BeEquivalent | Pester
Telegram
Should-BeEquivalent | Pester

pester.dev

Should-BeEquivalent | Pester

Help for Pester command 'Should-BeEquivalent'. Compares two objects for equivalency, by recursively comparing their properties for equivalency.