Content
· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.DBrand PresenceActionSite-name consistency, favicon, social image, meta tags, schema, and contact signalsFIX
Brand Presence
Partial brand coverage — a few channels are missing brand signals.
D
54/100
Site name appears as
| Page title | University of Houston | |
| og:site_name | — | |
| twitter:site | University of Houston | |
| Organization.name | — |
Consistent
Brand assets
Favicon
0/15Social share image
14/20og:image set; twitter:image missing
Meta completeness
20/20Organization schema
0/15Contact info discoverable
10/10contact page + tel link
Findings
- Missing brand name in: og:site_name, Organization.name
- Add twitter:image — Twitter falls back to og:image only when it's larger than 300×157
- No favicon link tags detected — browsers fall back to the generic globe
- No Organization schema — Google can't render your logo in the knowledge panel
How consistently your brand appears across channels — shared link previews, structured data, favicon, contact info.
CLinksAction200 links checked, 190 healthy, 4 brokenREVIEW
Broken Links (4)
| Status | URL | Found in | Error |
|---|---|---|---|
| 404 | https://fonts.googleapis.com | <link> | Not Found |
| 404 | https://fonts.gstatic.com | <link> | Not Found |
| 403 | https://uh.edu/financial/graduate/forms/ | <a> | Forbidden |
| 403 | https://uh.edu/faculty-senate/resources-and-public... | <a> | Forbidden |
Redirects (1)
| URL | Destination | Found in | Hops |
|---|---|---|---|
| https://accessuh.uh.edu/ | https://accessuh.uh.edu/ | <a> | 0 |
BOpen GraphOpen Graph tags are partially configured — some improvements recommended.REVIEW
https://www.uh.edu/images/interlocking-uh.pngThe og:image URL could not be fetched. Social platforms won't be able to display it.
An unreachable og:image URL (404, DNS fail, slow timeout) means social platforms cache the failure and serve no image for hours.
Learn more ▾ ▴
Social platforms (Facebook, Twitter) cache OG metadata aggressively — including failed image fetches. A momentarily-broken og:image can leave your shares imageless for hours. Test og:image URLs in Facebook's Sharing Debugger to force re-cache after fixing.
Source: Open Graph Protocol / Facebook Sharing Debugger
21 charsIdeal length is 25–60 characters for social sharing previews.
25–60 charsog:title very short — may render with awkward whitespace in social cards.
Source: Open Graph Protocol
The og:type tag helps social platforms categorize the content.
Default og:type is 'website' but the right value (article, product, profile) unlocks richer metadata fields and higher engagement.
Learn more ▾ ▴
og:type controls which other og: fields a platform respects. og:type=article enables og:article:published_time, author, and section — surfaced in news cards. og:type=product enables price/availability fields surfaced by Pinterest and shopping integrations. Default 'website' silently disables those.
Source: Open Graph Protocol
The og:site_name tag displays the website name in social previews.
Without og:site_name, social cards omit the brand attribution — users see the post but not who published it.
Learn more ▾ ▴
og:site_name appears in the social card chrome (above the title in Facebook/LinkedIn previews). Without it, posts read as anonymous URLs. Set it to your brand name to get free attribution on every share.
Source: Open Graph Protocol
Preview

uh.edu
University of Houston
Located near the heart of Houston, this public, tier one research university offers over 300 degrees and programs and award-winning faculty.
- twitter:card — summary_large_image
- twitter:title — University of Houston
- twitter:description — Located near the heart of Houston, this public, tier one research university offers over 300 degrees and programs and...
- twitter:image — falling back from og:image

UH.EDU
University of Houston
Located near the heart of Houston, this public, tier one research university offers over 300 degrees and programs and award-winning faculty.
- og:title — University of Houston
- og:description — Located near the heart of Houston, this public, tier one research university offers over 300 degrees and programs and...
- og:image — https://www.uh.edu/images/interlocking-uh.png
- og:type — Add og:type — Recommended — tells Facebook the content category
- og:url — https://www.uh.edu/index.php
- og:site_name — Add og:site_name — Recommended — site-level brand line in the preview

University of Houston
uh.edu
- og:title — University of Houston
- og:description — Located near the heart of Houston, this public, tier one research university offers over 300 degrees and programs and...
- og:image — https://www.uh.edu/images/interlocking-uh.png
uh.edu
University of Houston
Located near the heart of Houston, this public, tier one research university offers over 300 degrees and programs and award-winning faculty.

- og:title — University of Houston
- og:description — Located near the heart of Houston, this public, tier one research university offers over 300 degrees and programs and...
- og:image — https://www.uh.edu/images/interlocking-uh.png
Social preview quality
Averaged across Twitter/X, Facebook, LinkedIn, and Slack.
| Field | Twitter/X | Slack | ||
|---|---|---|---|---|
| og:title | ||||
| og:description | ||||
| og:image | ||||
| og:type | ||||
| og:url | ||||
| og:site_name | ||||
| twitter:card | — | — | — | |
| twitter:title | — | — | — | |
| twitter:description | — | — | — | |
| twitter:image | ⚠ | — | — | — |
BStructured Data2 JSON-LD block(s) found — some improvements recommended.REVIEW
https://schema.org/The @context should be "https://schema.org" for search engines to recognize the data.
https://schema.orgJSON-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 "description" can improve how search engines display your content.
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
{
"@context": "https://schema.org",
"@type": "CollegeOrUniversity",
"name": "University of Houston",
"alternateName": "UH",
"url": "https://www.uh.edu",
"logo": "https://www.uh.edu/_resources/images/uh-primary.svg",
"description": "Founded in 1927, the University of Houston is the largest public research university in Houston and one of the largest universities in Texas.",
"foundingDate": "1927",
"address": {
"@type": "PostalAddress",
"streetAddress": "4300 Martin Luther King Blvd.",
"addressLocality": "Houston",
"addressRegion": "TX",
"postalCode": "77204",
"addressCountry": "US"
},
"telephone": "+17137432255"
}{
"@context": "https://schema.org/",
"@type": "WebSite",
"name": "University of Houston",
"url": "https://www.uh.edu",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.uh.edu/search/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}