From: Stephen Cameron Date: Thu, 19 Sep 2019 08:10:52 +0000 (+0200) Subject: Implement schema data using JSON-LD for cleaner output and easier customisation of... X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b4f5844cc98a9599d3fbe5f41e987e07978670db;p=pmi.git Implement schema data using JSON-LD for cleaner output and easier customisation of data. Done #2955 @0.75 --- diff --git a/resources/views/pages/aboutus.blade.php b/resources/views/pages/aboutus.blade.php index ac8df0d..3d2bcce 100644 --- a/resources/views/pages/aboutus.blade.php +++ b/resources/views/pages/aboutus.blade.php @@ -61,6 +61,20 @@

{{ $staff['role'] }}

+ {{-- + Note: Using JSON-LD format here because it is cleaner and we can customise data + (eg. background image would not have worked as an image property). Google also + prefers this format. Ref: https://softwareengineering.stackexchange.com/a/328711 + --}} + @endforeach