Identity & Authority: Dickies (VF Corporation) – Signal Evidence & AI Readability

Dickies (VF Corporation)

(https://dickies.com) πŸ“Έ Data Snapshot: May 24, 2026
Identity & Authority β€” The Lens

Inspect the JSON-LD. Is there an Organization or Person schema, and does it carry sameAs links to real external profiles (LinkedIn, socials)? Missing schema or no identity declaration signals an anonymous entity.

Identity & Authority Expert verifiability & Schema depth.
14 Impact Weight: 15 / 100
93% Reputation

Authority is well-established through technical implementation and parent-company transparency. The schema_json explicitly identifies VF Corporation as the owner and connects the brand to its social footprints via sameAs links. A minor technical gap exists in the search and collection sub-pages where a ‘Translation missing: en.general.placeholders.product_price’ flag appears in the clean text, suggesting a slight disconnect in the site’s localization engine. However, no ‘expert’ claims are made without supporting digital evidence.

Marketing tone is secondary to functional demonstration. The site claims ‘durable’ and ‘performance’ products and immediately follows these with specific product lines known for those qualities, such as ‘Pro Series’ and ‘Eisenhower Jacket.’ There are no bold claims regarding revenue or life-changing benefits that require external case studies. The disconnect between what is promised and what is proved is negligible.

Identity & Authority is read from the structured data first: whether the site declares who it is in machine-readable schema, with verifiable identity links. Below is the schema captured per page, then the external proof links that support (or fail to support) that identity.

πŸ”— Identity & Technical Layer β€” schema JSON-LD: identity chains, entity gaps
Homepage schema
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://www.dickies.com#organization",
            "url": "https://www.dickies.com/",
            "name": "VF Corporation",
            "description": "Shop Dickies for durable work pants, shirts, overalls, and coveralls. Explore men’s, women’s, and kids' styles built for comfort and performance since 1922.",
            "brand": {
                "@id": "https://www.dickies.com#brand"
            },
            "address": {
                "@type": "PostalAddress",
                "streetAddress": "31 W 34th St",
                "addressLocality": "New York",
                "addressRegion": "NY",
                "postalCode": "10001",
                "addressCountry": "US"
            },
            "sameAs": [
                "https://www.facebook.com/Dickies/"
            ]
        },
        {
            "@type": "Brand",
            "@id": "https://www.dickies.com#brand",
            "name": "Dickies",
            "url": "https://www.dickies.com/",
            "sameAs": [
                "https://www.facebook.com/Dickies/"
            ]
        },
        {
            "@id": "https://www.dickies.com#website",
            "@type": "WebSite",
            "url": "https://www.dickies.com/",
            "name": "Dickies",
            "inLanguage": "en-US",
            "publisher": {
                "@id": "https://www.dickies.com#organization"
            },
            "potentialAction": {
                "@type": "SearchAction",
                "target": {
                    "@type": "EntryPoint",
                    "urlTemplate": "https://www.dickies.com/search?find={search_term_string}"
                },
                "query-input": "required name=search_term_string"
            }
        },
        {
            "@id": "https://www.dickies.com#webpage",
            "@type": "WebPage",
            "url": "https://www.dickies.com",
            "name": "Dickies Official Site | Durable Workwear and Apparel Since 1922",
            "inLanguage": "en-US",
            "isPartOf": {
                "@id": "https://www.dickies.com#website"
            }
        }
    ]
}
/en-us/search/
{
    "@context": "https://schema.org",
    "@type": "WebPage",
    "name": "Search Results",
    "description": "Search results for ",
    "url": "https://www.dickies.com/search?find=",
    "inLanguage": "en-US"
}
/en-us/collections/off-the-clock-denim/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://www.dickies.com#organization",
            "name": "VF Corporation",
            "sameAs": [
                "https://www.facebook.com/Dickies/",
                "https://www.instagram.com/dickies/",
                "https://www.youtube.com/dickies"
            ]
        },
        {
            "@type": "Brand",
            "sameAs": [
                "https://www.facebook.com/Dickies/",
                "https://www.instagram.com/dickies/",
                "https://www.youtube.com/dickies"
            ]
        },
        {
            "@id": "https://www.dickies.com#website",
            "@type": "WebSite",
            "inLanguage": "en-US",
            "name": "dickies",
            "url": "https://www.dickies.com/",
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://www.dickies.com/search?find={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ]
        },
        {
            "@id": "https://www.dickies.com/collections/off-the-clock-denim#webpage",
            "@type": "WebPage",
            "name": "Off The Clock Denim | Dickies",
            "url": "https://www.dickies.com/collections/off-the-clock-denim",
            "inLanguage": "en-US",
            "description": "Off The Clock Denim",
            "isPartOf": {
                "@id": "https://www.dickies.com#website"
            },
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://www.dickies.com/collections/off-the-clock-denim"
                    ]
                }
            ]
        },
        {
            "@context": "https://schema.org",
            "@type": "BreadcrumbList",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://www.dickies.com"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Off The Clock Denim",
                    "item": "https://www.dickies.com/collections/off-the-clock-denim"
                }
            ]
        }
    ]
}
/en-us/collections/sale/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://www.dickies.com#organization",
            "name": "VF Corporation",
            "sameAs": [
                "https://www.facebook.com/Dickies/",
                "https://www.instagram.com/dickies/",
                "https://www.youtube.com/dickies"
            ]
        },
        {
            "@type": "Brand",
            "sameAs": [
                "https://www.facebook.com/Dickies/",
                "https://www.instagram.com/dickies/",
                "https://www.youtube.com/dickies"
            ]
        },
        {
            "@id": "https://www.dickies.com#website",
            "@type": "WebSite",
            "inLanguage": "en-US",
            "name": "dickies",
            "url": "https://www.dickies.com/",
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://www.dickies.com/search?find={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ]
        },
        {
            "@id": "https://www.dickies.com/collections/sale#webpage",
            "@type": "WebPage",
            "name": "Sale | Dickies",
            "url": "https://www.dickies.com/collections/sale",
            "inLanguage": "en-US",
            "description": "Sale",
            "isPartOf": {
                "@id": "https://www.dickies.com#website"
            },
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://www.dickies.com/collections/sale"
                    ]
                }
            ]
        },
        {
            "@context": "https://schema.org",
            "@type": "BreadcrumbList",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://www.dickies.com"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Sale",
                    "item": "https://www.dickies.com/collections/sale"
                }
            ]
        }
    ]
}
πŸ›‘οΈ Trust Signals β€” external proof links that back the declared identity
71Review mentions (all pages)
4External proof links (all pages)
PageReviewsProof links
/ (home) 17 1
/en-us/search/ 18 1
/en-us/collections/off-the-clock-denim/ 18 1
/en-us/collections/sale/ 18 1