Content
· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.BLinks198 links checked, 195 healthy, 3 brokenREVIEW
Broken Links (3)
| Status | URL | Found in | Error |
|---|---|---|---|
| 410 | https://avatars.mds.yandex.net | <link> | HTTP 410 |
| 404 | https://mc.yandex.ru | <link> | Not Found |
| 400 | https://ads.adfox.ru | <link> | Bad Request |
BOpen GraphOpen Graph tags are partially configured — some improvements recommended.REVIEW
The og:description tag controls the description in social sharing previews.
No og:description means social cards either show no subtitle or scrape the first paragraph — usually unflattering.
Learn more ▾ ▴
Without og:description, social platforms either render no subtitle or pull whatever text appears first on the page. The first paragraph is rarely written for share-card context. A purpose-written 150-200 character og:description gives a polished card.
Source: Open Graph Protocol
24 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
Without twitter:card, Twitter falls back to Open Graph tags. Adding it gives you more control.
Without twitter:card, Twitter renders posts as plain text — no preview image, no structured layout.
Learn more ▾ ▴
Twitter requires `<meta name="twitter:card" content="summary_large_image">` (or summary) to render share-cards at all. Without it, links appear as raw text and engagement plummets vs cards. Twitter also falls back to og:image if twitter:image isn't set, so configure both.
Source: Twitter Developer Platform
Preview

tass.com
TASS Russian News Agency
No description
- twitter:card — Add <meta name="twitter:card" content="summary_large_image">
- twitter:title — falling back from og:title
- twitter:description — falling back from <meta name=description>
- twitter:image — falling back from og:image
twitter:card is missing
→ Add <meta name="twitter:card" content="summary_large_image">

TASS.COM
TASS Russian News Agency
No description
Description will be truncated (177 chars / 155 max)
- og:title — TASS Russian News Agency
- og:description — falling back from <meta name=description>
- og:image — https://tass.com/img/blocks/common/tass_logo_share_eng.png
- og:type — article
- og:url — https://tass.com/
- og:site_name — TASS
Description will be truncated on Facebook (177 chars, max 155)
→ Tighten og:description to ≤155 characters

TASS Russian News Agency
tass.com
Description will be truncated (177 chars / 150 max)
- og:title — TASS Russian News Agency
- og:description — falling back from <meta name=description>
- og:image — https://tass.com/img/blocks/common/tass_logo_share_eng.png
Description will be truncated on LinkedIn (177 chars, max 150)
→ Tighten og:description to ≤150 characters
tass.com
TASS Russian News Agency
No description

- og:title — TASS Russian News Agency
- og:description — falling back from <meta name=description>
- og:image — https://tass.com/img/blocks/common/tass_logo_share_eng.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
JSON-LD Blocks
{
"@context": "https://schema.org/",
"@type": "Organization",
"url": "https://tass.com",
"name": "TASS",
"logo": {
"@type": "ImageObject",
"url": "https://tass.com/newtass/img/blocks/common/tass-logo.jpg",
"width": 60,
"height": 60
},
"sameAs": [
"https://www.facebook.com/tassagency",
"https://www.youtube.com/channel/UCEyGP84v6qbsZy9-pL6Jx2g",
"https://vk.com/tassagency",
"https://ok.ru/tassagency",
"https://www.instagram.com/tass_agency/",
"https://twitter.com/tass_agency"
]
}{
"@context": "https://schema.org",
"@graph": [
{
"@context": "https://schema.org",
"@type": "SiteNavigationElement",
"@id": "#menu-sections",
"name": "Russian Politics & Diplomacy",
"url": "https://tass.com/politics"
},
{
"@context": "https://schema.org",
"@type": "SiteNavigationElement",
"@id": "#menu-sections",
"name": "World",
"url": "https://tass.com/world"
},
{
"@context": "https://schema.org",
"@type": "SiteNavigationElement",
"@id": "#menu-sections",
"name": "Business & Economy",
"url": "https://tass.com/economy"
},
{
"@context": "https://schema.org",
"@type": "SiteNavigationElement",
"@id": "#menu-sections",
"name": "Military & Defense",
"url": "https://tass.com/defense"
},
{
"@context": "https://schema.org",
"@type": "SiteNavigationElement",
"@id": "#menu-sections",
"name": "Science & Space",
"url": "https://tass.com/science"
},
{
"@context": "https://schema.org",
"@type": "SiteNavigationElement",
"@id": "#menu-sections",
"name": "Emergencies ",
"url": "https://tass.com/emergencies"
},
{
"@context": "https://schema.org",
"@type": "SiteNavigationElement",
"@id": "#menu-sections",
"name": "Society & Culture",
"url": "https://tass.com/society"
},
{
"@context": "https://schema.org",
"@type": "SiteNavigationElement",
"@id": "#menu-sections",
"name": "Press Review",
"url": "https://tass.com/pressreview"
},
{
"@context": "https://schema.org",
"@type": "SiteNavigationElement",
"@id": "#menu-sections",
"name": "Sports",
"url": "https://tass.com/sports"
}
]
}CBrand PresenceActionSite-name consistency, favicon, social image, meta tags, schema, and contact signalsREVIEW
Brand Presence
Your brand name differs across channels — visitors see inconsistent identity.
C
62/100
Site name appears as
| Page title | TASS Russian News Agency | |
| og:site_name | TASS | |
| twitter:site | — | |
| Organization.name | TASS |
Inconsistent — names differ across channels
Brand assets
Favicon
15/15covers multiple sizes + apple-touch-icon
Social share image
14/20og:image set; twitter:image missing
Meta completeness
8/20Organization schema
15/15has name, logo + url
Contact info discoverable
5/10contact page
Findings
- Brand name differs across channels — users see inconsistent identity
- Add twitter:image — Twitter falls back to og:image only when it's larger than 300×157
- twitter:card missing
- 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.