{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Person",
            "@id": "https://warhogy.com/#person",
            "name": "Michael Mile",
            "alternateName": "Warhogy",
            "url": "https://warhogy.com",
            "image": "https://warhogy.com/assets/images/warhogy_logo.png",
            "description": "Former competitive FPS player with 15+ years of experience, now creating tactical gaming content and analysis. Destiny & Marathon Content Creator.",
            "jobTitle": "Content Creator & Former E-Sport Professional",
            "worksFor": {
                "@type": "Organization",
                "name": "WG Realm"
            },
            "address": {
                "@type": "PostalAddress",
                "addressLocality": "Sydney",
                "addressRegion": "NSW",
                "addressCountry": "Australia"
            },
            "knowsAbout": [
                "Bungie Games",
                "Marathon",
                "Destiny",
                "Destiny Rising",
                "FragPunk",
                "Arknights: Endfield",
                "First Person Shooters",
                "Competitive Gaming",
                "E-Sports",
                "Game Analysis", 
                "Content Creation",
                "Tactical Shooters",
                "Extraction Shooters",
                "Gaming Strategy",
                "YouTube Content Creation",
                "Twitch Streaming"
            ],
            "expertise": [
                "FPS Game Mechanics",
                "Competitive Strategy",
                "Gaming Hardware",
                "Content Creation",
                "Community Management"
            ],
            "sameAs": [
                "https://www.youtube.com/@warhogy",
                "https://www.twitch.com/warhogy",
                "https://discord.gg/3dXZ5D4g3w",
                "https://twitter.com/warhogy"
            ],
            "mainEntityOfPage": {
                "@type": "WebPage",
                "@id": "https://warhogy.com/"
            }
        },
        {
            "@type": "CreativeWork",
            "@id": "https://warhogy.com/#content",
            "name": "Warhogy Gaming Content",
            "description": "Tactical FPS analysis, game reviews, tutorials, and live streaming content",
            "creator": {
                "@id": "https://warhogy.com/#person"
            },
            "about": [
                "FPS Gaming",
                "Game Analysis",
                "Tactical Shooters",
                "Gaming Tutorials",
                "Live Streaming"
            ],
            "genre": [
                "Gaming",
                "Educational",
                "Entertainment"
            ],
            "audience": {
                "@type": "Audience",
                "audienceType": "Gaming Enthusiasts",
                "name": "FPS Players and Gaming Community"
            },
            "keywords": "FPS gaming, tactical analysis, game reviews, gaming tutorials, competitive gaming, extraction shooters",
            "inLanguage": "en-US"
        },
        {
            "@type": "VideoGame",
            "@id": "https://warhogy.com/#games",
            "name": "Featured Gaming Content",
            "description": "Content covering popular FPS and tactical shooter games",
            "gameItem": [
                "Marathon",
                "Destiny",
                "Destiny Rising",
                "FragPunk",
                "Arknights: Endfield",
                "Delta Force",
                "ARC Raiders",
                "Arena Breakout",
                "Exoborne"
            ],
            "contentRating": "Teen",
            "genre": "First Person Shooter",
            "gamePlatform": [
                "PC",
                "PlayStation",
                "Xbox"
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://warhogy.com/#website",
            "url": "https://warhogy.com",
            "name": "Warhogy Official Website",
            "description": "Official website for Warhogy featuring gaming content, merchandise, and community engagement",
            "publisher": {
                "@id": "https://warhogy.com/#person"
            },
            "potentialAction": {
                "@type": "SearchAction",
                "target": "https://warhogy.com/?search={search_term_string}",
                "query-input": "required name=search_term_string"
            },
            "mainEntity": {
                "@id": "https://warhogy.com/#person"
            }
        }
    ]
} 