From b4f5844cc98a9599d3fbe5f41e987e07978670db Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Thu, 19 Sep 2019 10:10:52 +0200 Subject: [PATCH] Implement schema data using JSON-LD for cleaner output and easier customisation of data. Done #2955 @0.75 --- resources/views/pages/aboutus.blade.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- 2.39.5