Home / Admin / Home page
Duplicate Snippet

Embed Snippet on Your Site

Home page

home page schema

David Nesmith
<10
Code Preview
php
<?php
add_action('wp_head', 'ggs_homepage_schema_1901', 20);
function ggs_homepage_schema_1901() {
    if (!is_page(1901)) {
        return;
    }
    $schema = [
        '@context' => 'https://schema.org',
        '@graph'   => [
            [
                '@type'       => 'ProfessionalService',
                '@id'         => 'https://goodguysseo.com/#organization',
                'name'        => 'Good Guys SEO',
                'url'         => 'https://goodguysseo.com/',
                'telephone'   => '+1-917-402-3438',
                'email'       => '[email protected]',
                'description' => 'Good Guys SEO helps companies and organizations improve visibility in search and AI-powered discovery through strategic SEO, website optimization, and content and authority development.',
                'address'     => [
                    '@type'           => 'PostalAddress',
                    'streetAddress'   => '1719 Summer St Unit A',
                    'addressLocality' => 'Houston',
                    'addressRegion'   => 'TX',
                    'postalCode'      => '77007',
                    'addressCountry'  => 'US',
                ],
                'areaServed'   => [
                    '@type' => 'Country',
                    'name'  => 'United States',
                ],
                'knowsAbout'   => [
                    'SEO',
                    'AI visibility',
                    'Search strategy',
                    'Website optimization',
                    'Content strategy',
                    'Authority development',
                    'Technical SEO',
                ],
                'sameAs'       => [
                    'https://www.facebook.com/SeoGoodGuys/',
                ],
            ],
            [
                '@type'      => 'WebSite',
                '@id'        => 'https://goodguysseo.com/#website',
                'url'        => 'https://goodguysseo.com/',
                'name'       => 'Good Guys SEO',
                'publisher'  => [
                    '@id' => 'https://goodguysseo.com/#organization',
                ],
                'inLanguage' => 'en-US',
            ],
            [
                '@type'      => 'WebPage',
                '@id'        => 'https://goodguysseo.com/#webpage',
                'url'        => 'https://goodguysseo.com/',
                'name'       => 'SEO & AI Visibility for Good Businesses and Good People | Good Guys SEO',
                'isPartOf'   => [
                    '@id' => 'https://goodguysseo.com/#website',
                ],
                'about'      => [
                    '@id' => 'https://goodguysseo.com/#organization',
                ],
                'description'=> 'SEO and AI visibility services for good businesses and good people, including search strategy, website optimization, content development, and authority building.',
                'inLanguage' => 'en-US',
            ],
            [
                '@type'      => 'FAQPage',
                '@id'        => 'https://goodguysseo.com/#faq',
                'mainEntity' => [
                    [
                        '@type' => 'Question',
                        'name'  => 'How is SEO different from AI visibility?',
                        'acceptedAnswer' => [
                            '@type' => 'Answer',
                            'text'  => 'Traditional SEO focuses on ranking in search results. AI visibility focuses on whether your organization shows up clearly and accurately in AI-generated answers, summaries, and recommendations.',
                        ],
                    ],
                    [
                        '@type' => 'Question',
                        'name'  => 'How long does it take to see results?',
                        'acceptedAnswer' => [
                            '@type' => 'Answer',
                            'text'  => 'Timing varies based on your website, competition, and starting point. Some improvements can begin showing movement within a few months, while broader gains in authority and visibility usually take longer.',
                        ],
                    ],
                    [
                        '@type' => 'Question',
                        'name'  => 'Do you work with B2B or service companies?',
                        'acceptedAnswer' => [
                            '@type' => 'Answer',
                            'text'  => 'Yes. Good Guys SEO works with a range of organizations and companies, including mission-driven organizations, useful for-profit companies, technical firms, and businesses led by good people doing solid work.',
                        ],
                    ],
                    [
                        '@type' => 'Question',
                        'name'  => 'What organizations do you work with?',
                        'acceptedAnswer' => [
                            '@type' => 'Answer',
                            'text'  => 'Good Guys SEO works with nonprofits, useful for-profit companies, technical and specialized firms, and other businesses that provide real value and want to grow with integrity.',
                        ],
                    ],
                    [
                        '@type' => 'Question',
                        'name'  => 'Is this just about software results?',
                        'acceptedAnswer' => [
                            '@type' => 'Answer',
                            'text'  => 'No. Good Guys SEO supports organizations across different industries and business models, focusing on visibility, clarity, authority, and long-term search performance.',
                        ],
                    

Comments

Add a Comment