-
Add this schema
Convert this toast schema to Rank maths schema ” ” function modify_organization_schema( $organization ) {
$organization = array(
“@context” => “https://schema.org”,
“@graph” => array(
array(
“@type” => “NewsMediaOrganization”,
“address” => array(
“@type” => “PostalAddress”,
“addressCountry” => “NG”,
“addressLocality” => “Lagos”,
“addressRegion” => “LA”,
“postalCode” => “100001”,
“streetAddress” => “75 Opebi Rd, Ikeja GRA”
),
“description” => “Ejes Gist is a leading online news media platform dedicated to providing credible and reliable news and information to the Nigerian audience. We cover a wide range of topics including politics, business, technology, education, sports, health, and entertainment.”,
“diversityPolicy” => “https://ejesgist.ng/policies-and-standards/”,
“ethicsPolicy” => “https://ejesgist.ng/policies-and-standards/”,
“correctionsPolicy” => “https://ejesgist.ng/policies-and-standards/”,
“cookiesPolicy” => “https://ejesgist.ng/cookies-policy/”,
“dmca” => “https://ejesgist.ng/dmca-takedown-notice/”,
“name” => “Ejesgist News in Nigeria”,
“email” => “i******@e**********”,
“legalName” => “Ejes Gist Media Limited”,
“telephone” => “+2347033247217”,
“url” => “https://www.ejesgist.ng”,
“image” => “https://ejesgist.ng/wp-content/uploads/2021/09/Ejes-official-Logo-2020__3_-removebg-preview.png”,
“logo” => “https://ejesgist.ng/wp-content/uploads/2021/09/Ejes-official-Logo-2020__3_-removebg-preview.png”,
“brand” => array(
array(
“@type” => “Brand”,
“name” => “POOL FIXTURES”,
“url” => “https://ejesgist.ng/pool-fixtures/”
),
array(
“@type” => “Brand”,
“name” => “Ejes Gist Pool Results”,
“url” => “https://ejesgist.ng/pool-result/”
),
array(
‘@type’ => ‘Brand’,
‘name’ => ‘Ejesgist Technology’,
‘url’ => ‘https://ejesgist.ng/technology/’
),
array(
‘@type’ => ‘Brand’,
‘name’ => ‘Ejes Gist Politics’,
‘url’ => ‘https://ejesgist.ng/politics/’
),
array(
‘@type’ => ‘Brand’,
‘name’ => ‘Ejes Gist breaking news today’,
‘url’ => ‘https://ejesgist.ng/breaking-news-today/’
),
array(
‘@type’ => ‘Brand’,
‘name’ => ‘Ejes Gist Education’,
‘url’ => ‘https://ejesgist.ng/education/’,
‘logo’ => ‘https://ejesgist.ng/wp-content/uploads/2021/09/Ejes-official-Logo-2020__3_-removebg-preview.png’
),
array(
‘@type’ => ‘Brand’,
‘name’ => ‘Ejes Gist RSK Pool Papers’,
‘url’ => ‘https://ejesgist.ng/pool-late-news-papers/’
),
array(
‘@type’ => ‘Brand’,
‘name’ => ‘Ejes Gist Jobs’,
‘url’ => ‘https://ejesgist.ng/jobs-in-nigeria/’
),
array(
‘@type’ => ‘Brand’,
‘name’ => ‘Ejes Gist Business’,
‘url’ => ‘https://ejesgist.ng/business/’
),
array(
‘@type’ => ‘Brand’,
‘name’ => ‘Ejes Gist Biographical Gist’,
‘url’ => ‘https://ejesgist.ng/biography-and-profiles/’
),
array(
‘@type’ => ‘Brand’,
‘name’ => ‘Ejes Gist Sports News’,
‘url’ => ‘https://ejesgist.ng/sport/’
),
array(
‘@type’ => ‘Brand’,
‘name’ => ‘Ejesgist Health Tips’,
‘url’ => ‘https://ejesgist.ng/health/’,
‘Logo’ => ‘https://ejesgist.ng/health/’
),
array(
‘@type’ => ‘Brand’,
‘name’ => ‘Ejesgist Pool Code’,
‘url’ => ‘https://ejesgist.ng/pool-code-for-this-week/’
),
array(
‘@type’ => ‘Brand’,
‘name’ => ‘Ejes Gist Monthly Greetings & Wishes’,
‘url’ => ‘https://ejesgist.ng/happy-new-month-wishes/’
),
// Add the rest of the brands here
),
“founder” => “Don Emmanuel Omajemite “,
“foundingDate” => “2017”,
“incorporationDate” => “2022”
)
)
);
return $organization;
}
add_filter( ‘wpseo_schema_organization’, ‘modify_organization_schema’ );
You must be logged in to reply to this ticket.