From 506d6d0256b6d0b529cd58993ff99d82d385334c Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 28 May 2016 17:57:46 +0100 Subject: [PATCH] Use subtitle instead of summary as schema.org description --- lib/App/Web/Oof.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/App/Web/Oof.pm b/lib/App/Web/Oof.pm index d859076..ba80d0e 100644 --- a/lib/App/Web/Oof.pm +++ b/lib/App/Web/Oof.pm @@ -77,7 +77,7 @@ sub product_to_schemaorg { '@type' => 'Product', name => $data{title}, image => "/static/fullpics/$data{product}-1.jpg", - description => $data{summary}, + description => $data{subtitle}, offers => { '@type' => 'Offer', price => ($data{price} =~ s/(..)$/\.$1/r), -- 2.30.2