Skip to content
https://www.creativeandbeyondph.com

Content

· 9 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
81
GRADE
B
FIX
1
REVIEW
3
PASS
5
INFO
0
Checks
9
5 PASS 3 REVIEW 1 FIX
F
Image Optimization
Action
8 issues found across 32 images
FIX
8 issues found across 32 images
Warning::
10 images significantly larger than display size
Resizing to display dimensions could save approximately 11437 KB.
Got: ~11437 KB wasted
Warning::
2 images missing explicit width/height
Images without dimensions cause layout shifts (CLS). Set explicit width and height attributes.
Info::
1 below-fold images missing loading="lazy"
Lazy loading defers below-fold images, reducing initial page weight.
Warning::
All 32 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.
Warning::
30 images missing alt text
Alt text is essential for screen readers and SEO. Every meaningful image needs descriptive alt text.
Warning::
Total image weight: 12633 KB (12.3 MB)
Consider compressing images, using modern formats, and serving appropriately sized images.
Warning::
3 above-fold image(s) marked loading="lazy" (LCP anti-pattern)
Above-fold images marked lazy delay LCP -- the browser waits for the IntersectionObserver to fire before fetching, even though the image is in the initial viewport. Remove `loading="lazy"` on above-the-fold images (especially the LCP candidate). Sample: https://images.squarespace-cdn.com/content/v1/604711e36f879028e6bef44c/fdee8a4f-c190-458b-be4f-f1aece6bf534/Product+Photography.png?format=1000w, https://images.squarespace-cdn.com/content/v1/604711e36f879028e6bef44c/d2a84899-6312-40f9-be15-af4edc498063/Social+Media+Management.png?format=1000w, https://images.squarespace-cdn.com/content/v1/604711e36f879028e6bef44c/c45822ea-f01d-4cd3-a537-3c67ba8c8d21/Videography.png?format=1000w.
Info::
9 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://images.squarespace-cdn.com/content/v1/604711e36f879028e6bef44c/fdee8a4f-c190-458b-be4f-f1aece6bf534/Product+Photography.png?format=1000w, https://images.squarespace-cdn.com/content/v1/604711e36f879028e6bef44c/d2a84899-6312-40f9-be15-af4edc498063/Social+Media+Management.png?format=1000w, https://images.squarespace-cdn.com/content/v1/604711e36f879028e6bef44c/c45822ea-f01d-4cd3-a537-3c67ba8c8d21/Videography.png?format=1000w (+6 more).
B
Mixed Content
1 HTTP resource(s) loaded on HTTPS page
REVIEW
1 HTTP resource(s) loaded on HTTPS page
Critical::
HTTP link loaded on HTTPS page
Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.
Got: http://static1.squarespace.com/static/604711e36f879028e6bef44c/t/693fbfa2da0f6a1b18a91d59/1618275433821/CW_March-April_FB.png?format=1500w Expected: https://static1.squarespace.com/static/604711e36f879028e6bef44c/t/693fbfa2da0f6a1b18a91d59/1618275433821/CW_March-April_FB.png?format=1500w
URL: http://static1.squarespace.com/static/604711e36f879028e6bef44c/t/693fbfa2da0f6a1b18a91d59/1618275433821/CW_March-April_FB.png?format=1500w

Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.

Expected: https://static1.squarespace.com/static/604711e36f879028e6bef44c/t/693fbfa2da0f6a1b18a91d59/1618275433821/CW_March-April_FB.png?format=1500w
Why this matters

Mixed content — HTTP resource on HTTPS page. Browser may block silently or warn user.

Source: Google Chrome Security

B
Structured Data
2 JSON-LD block(s) found — some improvements recommended.
REVIEW
2 JSON-LD block(s) found — some improvements recommended.
Warning::
Missing required property "name" for LocalBusiness
The "name" property is required for the LocalBusiness schema type.
Warning::
Missing required property "address" for LocalBusiness
The "address" property is required for the LocalBusiness schema type.
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::
Missing recommended property "telephone" for LocalBusiness
Adding "telephone" can improve how search engines display your content.
Info::
2 JSON-LD blocks found

The "name" property is required for the LocalBusiness schema type.

Why this matters

Schema markup missing required properties is silently rejected by Google — your structured data appears in source but never as a rich result.

Learn more

Each schema.org type has required properties (Article needs headline + author + datePublished; Product needs name + offers; etc.). Missing them means Google's rich-result eligibility check fails. The Search Console Rich Results Test surfaces specific gaps. Fix the missing property; rich results re-appear within hours.

Source: Google Search Central / schema.org

The "address" property is required for the LocalBusiness schema type.

Why this matters

Schema markup missing required properties is silently rejected by Google — your structured data appears in source but never as a rich result.

Learn more

Each schema.org type has required properties (Article needs headline + author + datePublished; Product needs name + offers; etc.). Missing them means Google's rich-result eligibility check fails. The Search Console Rich Results Test surfaces specific gaps. Fix the missing property; rich results re-appear within hours.

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

Adding "telephone" 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 : WebSite
5 properties Valid
{
  "url": "https://www.creativeandbeyondph.com",
  "name": "Creative & Beyond Photography",
  "image": "//images.squarespace-cdn.com/content/v1/604711e36f879028e6bef44c/450af9ea-60d6-42d3-9062-18cb9a46e406/CB+PRIMARY01_GRAPE+copy.png",
  "@context": "http://schema.org",
  "@type": "WebSite"
}
Block 2 : LocalBusiness
4 properties Valid
Missing required property: name
Missing required property: address
{
  "image": "https://static1.squarespace.com/static/604711e36f879028e6bef44c/t/65efbc6dd3fbbb41e5d60d9f/1767592484011/",
  "openingHours": "",
  "@context": "http://schema.org",
  "@type": "LocalBusiness"
}
C
Brand Presence
Action
Site-name consistency, favicon, social image, meta tags, schema, and contact signals
REVIEW

Brand Presence

Partial brand coverage — a few channels are missing brand signals.

C

67/100

Site name appears as

Page titleCreative & Beyond Photography
og:site_nameCreative & Beyond Photography
twitter:site
Organization.name

Consistent

Brand assets

Favicon

8/15

single size only

Social share image

20/20

og:image + twitter:image set

Meta completeness

20/20

Organization schema

4/15

Organization schema present but missing all recommended fields

Contact info discoverable

5/10

contact page

Findings

  • Missing brand name in: twitter:site, Organization.name
  • Single favicon only — add apple-touch-icon for iOS home-screen and high-DPI support
  • Organization schema missing logo — add a logo property pointing to a square PNG
  • Organization schema missing url — point it at the canonical homepage
  • Consider adding contactPoint — helps appear in "contact us" rich results
  • Only partial contact info discoverable — consider adding a dedicated contact page or mailto/tel link

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

A+
Open Graph
Open Graph tags are well configured for social sharing.
PASS
Open Graph tags are well configured for social sharing.
Info::
og:description is long (239 characters)
Descriptions over 200 characters may be truncated in social sharing previews.
Got: 239 chars Expected: 55–200 chars
URL: 239 chars

Descriptions over 200 characters may be truncated in social sharing previews.

Expected: 55–200 chars
Why this matters

og:description borderline-too-long — social platforms truncate around ~200 chars.

Source: Open Graph Protocol

Preview

www.creativeandbeyondph.com

Creative & Beyond Photography

Your brand has a unique story and how your products look has become essential! Creative & Beyond Photography is your extra hand in making sure your story comes to life. Our goal is to showcase your brand through beautifully curated photos.

Preview quality · Twitter/X A+ · 95/100

Description will be truncated (239 chars / 200 max)

  • twitter:card — summary
  • twitter:title — Creative & Beyond Photography
  • twitter:description — Your brand has a unique story and how your products look has become essential! Creative & Beyond Photography is your ...
  • twitter:image — http://static1.squarespace.com/static/604711e36f879028e6bef44c/t/693fbfa2da0f6a1b18a91d59/1618275433821/CW_March-Apri...
  • Description will be truncated on Twitter/X (239 chars, max 200)

    → Tighten the description to ≤200 characters

WWW.CREATIVEANDBEYONDPH.COM

Creative & Beyond Photography

Your brand has a unique story and how your products look has become essential! Creative & Beyond Photography is your extra hand in making sure your story comes to life. Our goal is to showcase your brand through beautifully curated photos.

Preview quality · Facebook A+ · 95/100

Description will be truncated (239 chars / 155 max)

  • og:title — Creative & Beyond Photography
  • og:description — Your brand has a unique story and how your products look has become essential! Creative & Beyond Photography is your ...
  • og:image — http://static1.squarespace.com/static/604711e36f879028e6bef44c/t/693fbfa2da0f6a1b18a91d59/1618275433821/CW_March-Apri...
  • og:type — website
  • og:url — https://www.creativeandbeyondph.com
  • og:site_name — Creative & Beyond Photography
  • Description will be truncated on Facebook (239 chars, max 155)

    → Tighten og:description to ≤155 characters

  • og:image is below recommended size (1200×628)

    → Upload an image ≥1200×630 for the large preview card

Creative & Beyond Photography

www.creativeandbeyondph.com

Preview quality · LinkedIn A+ · 95/100

Description will be truncated (239 chars / 150 max)

  • og:title — Creative & Beyond Photography
  • og:description — Your brand has a unique story and how your products look has become essential! Creative & Beyond Photography is your ...
  • og:image — http://static1.squarespace.com/static/604711e36f879028e6bef44c/t/693fbfa2da0f6a1b18a91d59/1618275433821/CW_March-Apri...
  • Description will be truncated on LinkedIn (239 chars, max 150)

    → Tighten og:description to ≤150 characters

www.creativeandbeyondph.com

Creative & Beyond Photography

Your brand has a unique story and how your products look has become essential! Creative & Beyond Photography is your extra hand in making sure your story comes to life. Our goal is to showcase your brand through beautifully curated photos.

Preview quality · Slack A+ · 100/100
  • og:title — Creative & Beyond Photography
  • og:description — Your brand has a unique story and how your products look has become essential! Creative & Beyond Photography is your ...
  • og:image — http://static1.squarespace.com/static/604711e36f879028e6bef44c/t/693fbfa2da0f6a1b18a91d59/1618275433821/CW_March-Apri...

Social preview quality

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

A+ · 96/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