Skip to content
https://www.blueguardintegrity.com.au

Content

· 9 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
91
GRADE
A
FIX
0
REVIEW
3
PASS
6
INFO
0
Checks
9
6 PASS 3 REVIEW
C
Structured Data
Action
2 JSON-LD block(s) found — some improvements recommended.
REVIEW
2 JSON-LD block(s) found — some improvements recommended.
Warning::
Missing or invalid @context in block #1
The @context should be "https://schema.org" for search engines to recognize the data.
Got: https://schema.org/ Expected: https://schema.org
Warning::
Missing or invalid @context in block #2
The @context should be "https://schema.org" for search engines to recognize the data.
Got: https://schema.org/ Expected: https://schema.org
Info::
Missing recommended property "openingHours" for LocalBusiness
Adding "openingHours" can improve how search engines display your content.
Info::
Missing recommended property "description" for WebSite
Adding "description" can improve how search engines display your content.
Info::
Missing recommended property "potentialAction" for WebSite
Adding "potentialAction" can improve how search engines display your content.
Info::
2 JSON-LD blocks found
URL: https://schema.org/

The @context should be "https://schema.org" for search engines to recognize the data.

Expected: https://schema.org
Why this matters

JSON-LD without @context is invalid structured data — Google ignores the entire block.

Learn more

@context must be 'https://schema.org' (or the schema-specific URL). Without it, the block isn't parseable as schema.org JSON-LD and Google skips it. Most schema generators handle this; manual edits sometimes drop the field.

Source: JSON-LD spec / schema.org

URL: https://schema.org/

The @context should be "https://schema.org" for search engines to recognize the data.

Expected: https://schema.org
Why this matters

JSON-LD without @context is invalid structured data — Google ignores the entire block.

Learn more

@context must be 'https://schema.org' (or the schema-specific URL). Without it, the block isn't parseable as schema.org JSON-LD and Google skips it. Most schema generators handle this; manual edits sometimes drop the field.

Source: JSON-LD spec / schema.org

Adding "openingHours" can improve how search engines display your content.

Why this matters

Recommended schema properties unlock richer SERP layouts — without them you get the basic rich result instead of the enhanced one.

Learn more

Recommended properties expand what Google can render. E.g., adding aggregateRating to Product unlocks star ratings; adding image to Article unlocks the image-card variant. Each recommended property is a direct SERP-real-estate gain.

Source: Google Search Central / schema.org

Adding "description" can improve how search engines display your content.

Why this matters

Recommended schema properties unlock richer SERP layouts — without them you get the basic rich result instead of the enhanced one.

Learn more

Recommended properties expand what Google can render. E.g., adding aggregateRating to Product unlocks star ratings; adding image to Article unlocks the image-card variant. Each recommended property is a direct SERP-real-estate gain.

Source: Google Search Central / schema.org

Adding "potentialAction" can improve how search engines display your content.

Why this matters

Recommended schema properties unlock richer SERP layouts — without them you get the basic rich result instead of the enhanced one.

Learn more

Recommended properties expand what Google can render. E.g., adding aggregateRating to Product unlocks star ratings; adding image to Article unlocks the image-card variant. Each recommended property is a direct SERP-real-estate gain.

Source: Google Search Central / schema.org

JSON-LD Blocks

Block 1 : LocalBusiness
7 properties Valid
Missing or invalid @context
{
  "@context": "https://schema.org/",
  "@type": "LocalBusiness",
  "name": "BlueGuard Integrity",
  "url": "https://www.blueguardintegrity.com.au",
  "image": "https://static.wixstatic.com/media/c3bc43_b6cf9d43dede47b59c22ddbbba4f2cb5~mv2.png",
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "AU",
    "addressLocality": "Vasse",
    "addressRegion": "WA",
    "postalCode": "6280"
  },
  "telephone": "0422960911"
}
Block 2 : WebSite
4 properties Valid
Missing or invalid @context
{
  "@context": "https://schema.org/",
  "@type": "WebSite",
  "name": "BlueGuard Integrity",
  "url": "https://www.blueguardintegrity.com.au"
}
C
Image Optimization
Action
4 issues found across 11 images
REVIEW
4 issues found across 11 images
Info::
4 below-fold images missing loading="lazy"
Lazy loading defers below-fold images, reducing initial page weight.
Warning::
All 11 images use legacy formats (JPEG/PNG/GIF)
WebP offers 25-35% smaller files than JPEG. Use <picture> with <source type="image/webp"> for modern format support.
Info::
1 image(s) wider than 400px without srcset (no responsive serving)
These images deliver the same asset to every viewport (mobile, tablet, retina). Adding srcset / <picture> lets the browser pick a viewport-appropriate variant and typically saves 40-70% of bytes on mobile. Sample: https://static.wixstatic.com/media/c3bc43_1f22cae81a01465c92f5240dd6ce6803~mv2.png/v1/fill/w_54,h_36,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/c3bc43_1f22cae81a01465c92f5240dd6ce6803~mv2.png.
Info::
1 image(s) rendered at a different aspect ratio than the source
The displayed dimensions distort the source -- CSS is forcing the image into a container at the wrong ratio, producing visible stretching or squashing. Either crop the source to match or use object-fit: cover (and accept the crop). Sample: https://static.wixstatic.com/media/c3bc43_1f22cae81a01465c92f5240dd6ce6803~mv2.png/v1/fill/w_54,h_36,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/c3bc43_1f22cae81a01465c92f5240dd6ce6803~mv2.png.
B
Brand Presence
Site-name consistency, favicon, social image, meta tags, schema, and contact signals
REVIEW

Brand Presence

Your brand name differs across channels — visitors see inconsistent identity.

B

75/100

Site name appears as

Page titleWorkplace AOD Testing Services Australia
og:site_nameBlueGuard Integrity
twitter:site
Organization.nameBlueGuard Integrity

Inconsistent — names differ across channels

Brand assets

Favicon

12/15

covers apple-touch-icon

Social share image

20/20

og:image + twitter:image set

Meta completeness

20/20

Organization schema

8/15

has name + url

Contact info discoverable

10/10

contact page + mailto link

Findings

  • Brand name differs across channels — users see inconsistent identity
  • Add an apple-touch-icon and at least two PNG sizes (32x32 + 192x192)
  • Organization schema missing logo — add a logo property pointing to a square PNG
  • Consider adding contactPoint — helps appear in "contact us" rich results

How consistently your brand appears across channels — shared link previews, structured data, favicon, contact info.

A+
Mixed Content
No mixed content detected — all resources use HTTPS.
PASS
No mixed content detected — all resources use HTTPS.
Info::
No mixed content detected — all resources use HTTPS
A+
Open Graph
Open Graph tags are well configured for social sharing.
PASS
Open Graph tags are well configured for social sharing.
Info::
og:title is long (62 characters)
Titles over 60 characters may be truncated in social sharing previews.
Got: 62 chars Expected: 25–60 chars
URL: 62 chars

Titles over 60 characters may be truncated in social sharing previews.

Expected: 25–60 chars
Why this matters

og:title borderline-too-long — Facebook/LinkedIn may truncate. Aim for ~60-70 characters max.

Source: Open Graph Protocol

Preview

www.blueguardintegrity.com.au

BlueGuard Integrity | Workplace AOD Testing Services Australia

Ensure workplace safety with BlueGuard Integrity. Offering dependable AOD testing Australia-wide.

Preview quality · Twitter/X A+ · 100/100
  • twitter:card — summary_large_image
  • twitter:title — BlueGuard Integrity | Workplace AOD Testing Services Australia
  • twitter:description — Ensure workplace safety with BlueGuard Integrity. Offering dependable AOD testing Australia-wide.
  • twitter:image — https://static.wixstatic.com/media/c3bc43_b6cf9d43dede47b59c22ddbbba4f2cb5%7Emv2.png/v1/fit/w_2500,h_1330,al_c/c3bc43...

WWW.BLUEGUARDINTEGRITY.COM.AU

BlueGuard Integrity | Workplace AOD Testing Services Australia

Ensure workplace safety with BlueGuard Integrity. Offering dependable AOD testing Australia-wide.

Preview quality · Facebook A+ · 95/100

Title will be truncated (62 chars / 60 max)

  • og:title — BlueGuard Integrity | Workplace AOD Testing Services Australia
  • og:description — Ensure workplace safety with BlueGuard Integrity. Offering dependable AOD testing Australia-wide.
  • og:image — https://static.wixstatic.com/media/c3bc43_b6cf9d43dede47b59c22ddbbba4f2cb5%7Emv2.png/v1/fit/w_2500,h_1330,al_c/c3bc43...
  • og:type — website
  • og:url — https://www.blueguardintegrity.com.au
  • og:site_name — BlueGuard Integrity
  • Title will be truncated on Facebook (62 chars, max 60)

    → Shorten og:title to ≤60 characters

BlueGuard Integrity | Workplace AOD Testing Services Australia

www.blueguardintegrity.com.au

Preview quality · LinkedIn A+ · 100/100
  • og:title — BlueGuard Integrity | Workplace AOD Testing Services Australia
  • og:description — Ensure workplace safety with BlueGuard Integrity. Offering dependable AOD testing Australia-wide.
  • og:image — https://static.wixstatic.com/media/c3bc43_b6cf9d43dede47b59c22ddbbba4f2cb5%7Emv2.png/v1/fit/w_2500,h_1330,al_c/c3bc43...

www.blueguardintegrity.com.au

BlueGuard Integrity | Workplace AOD Testing Services Australia

Ensure workplace safety with BlueGuard Integrity. Offering dependable AOD testing Australia-wide.

Preview quality · Slack A+ · 100/100
  • og:title — BlueGuard Integrity | Workplace AOD Testing Services Australia
  • og:description — Ensure workplace safety with BlueGuard Integrity. Offering dependable AOD testing Australia-wide.
  • og:image — https://static.wixstatic.com/media/c3bc43_b6cf9d43dede47b59c22ddbbba4f2cb5%7Emv2.png/v1/fit/w_2500,h_1330,al_c/c3bc43...

Social preview quality

Averaged across Twitter/X, Facebook, LinkedIn, and Slack.

A+ · 98/100
FieldTwitter/XFacebookLinkedInSlack
og:title
og:description
og:image
og:type
og:url
og:site_name
twitter:card
twitter:title
twitter:description
twitter:image
A+
Open Graph / Twitter Card Depth
OG image dimensions and Twitter card configuration look healthy
PASS
OG image dimensions and Twitter card configuration look healthy
Info::
OG/Twitter Card depth is clean -- dimensions, card type, and inheritance all valid
A+
Rich Results Eligibility
2 JSON-LD block(s) declaring 2 schema type(s)
PASS
2 JSON-LD block(s) declaring 2 schema type(s)
Info::
2 rich-result schema type(s) declared
Inventory of structured-data types on the page (each may unlock a different SERP feature): LocalBusiness, WebSite Search engines decide whether to render rich results based on content quality + page-level signals; declaring the schema is necessary but not sufficient.
A+
Autoplay Media
No autoplay media on the page
PASS
No autoplay media on the page
Info::
No autoplay media on the page
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback