/**
* Add Service Schema to selected service pages.
*/
function magentobrain_service_schema() {

$service_page_ids = array(
945,
3663,
928,
4127,
4202,
5274,
2990,
4847,
6264,
950,
4212,
958,
4546,
4821,
5115,
5225,
966,
961,
969
);

if ( ! is_page( $service_page_ids ) ) {
return;
}

$schema = array(
'@context' => 'https://schema.org',
'@type'    => 'Service',
'@id'      => 'https://magentobrain.com/shopify-seo-ecommerce-marketing/#service',
'name'     => 'Shopify SEO & eCommerce Marketing Services',

'alternateName' => array(
'Shopify SEO Services',
'Ecommerce Website Support for Shopify Store',
'Shopify Plus SEO Services',
'Shopify PPC Management'
),

'description' => 'Shopify SEO, Shopify Plus SEO, Google Ads Management, Meta Ads Management, Conversion Rate Optimization, Ecommerce Marketing, Analytics Setup, Merchant Center Optimization and Growth Marketing Services.',

'url'         => 'https://magentobrain.com/shopify-seo-ecommerce-marketing/',
'serviceType' => 'Shopify SEO & Ecommerce Marketing',

'provider' => array(
'@type' => 'Organization',
'@id'   => 'https://magentobrain.com/#organization'
),

'audience' => array(
'@type'        => 'Audience',
'audienceType' => 'Ecommerce Businesses'
),

'category' => array(
'Shopify SEO',
'Shopify Plus SEO',
'Google Ads Management',
'Meta Ads Management',
'Conversion Rate Optimization',
'Google Analytics Setup',
'Merchant Center Optimization',
'Email Marketing',
'Content Marketing',
'Local SEO'
),

'areaServed' => array(
array( '@type' => 'Country', 'name' => 'United States' ),
array( '@type' => 'Country', 'name' => 'Canada' ),
array( '@type' => 'Country', 'name' => 'United Kingdom' ),
array( '@type' => 'Country', 'name' => 'Australia' ),
array( '@type' => 'Country', 'name' => 'New Zealand' ),
array( '@type' => 'Country', 'name' => 'Germany' ),
array( '@type' => 'Country', 'name' => 'France' ),
array( '@type' => 'Country', 'name' => 'Netherlands' ),
array( '@type' => 'Country', 'name' => 'Switzerland' ),
array( '@type' => 'Country', 'name' => 'Denmark' ),
array( '@type' => 'Country', 'name' => 'Sweden' ),
array( '@type' => 'Country', 'name' => 'Norway' ),
array( '@type' => 'Country', 'name' => 'Singapore' ),
array( '@type' => 'Country', 'name' => 'Malaysia' ),
array( '@type' => 'Country', 'name' => 'Hong Kong' ),
array( '@type' => 'Country', 'name' => 'United Arab Emirates' ),
array( '@type' => 'Country', 'name' => 'Saudi Arabia' ),
array( '@type' => 'Country', 'name' => 'India' )
),

'hasOfferCatalog' => array(
'@type' => 'OfferCatalog',
'name'  => 'Shopify Marketing Services',

'itemListElement' => array(
array(
'@type' => 'OfferCatalog',
'name'  => 'SEO Services'
),
array(
'@type' => 'OfferCatalog',
'name'  => 'Google Ads Services'
),
array(
'@type' => 'OfferCatalog',
'name'  => 'Facebook & Instagram Marketing'
),
array(
'@type' => 'OfferCatalog',
'name'  => 'Conversion Rate Optimization'
),
array(
'@type' => 'OfferCatalog',
'name'  => 'Analytics & Tracking Setup'
)
)
),

'offers' => array(
'@type'         => 'Offer',
'availability'  => 'https://schema.org/InStock',
'priceCurrency' => 'USD'
)
);

echo '<script type="application/ld+json">';
    echo wp_json_encode(
        $schema,
        JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE
    );
    echo '</script>';
}

add_action( 'wp_head', 'magentobrain_service_schema', 20 );<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://magentobrain.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://magentobrain.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://magentobrain.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://magentobrain.com/wp-sitemap-posts-avada_portfolio-1.xml</loc></sitemap><sitemap><loc>https://magentobrain.com/wp-sitemap-posts-avada_faq-1.xml</loc></sitemap></sitemapindex>
