'', '@id' => aioseo()->schema->context['url'] . $graphData->id, 'name' => $graphData->properties->name, 'description' => $graphData->properties->description, 'url' => aioseo()->schema->context['url'], 'image' => $graphData->properties->image ? $this->image( $graphData->properties->image ) : '' ]; } }