mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 01:52:02 -04:00
Change 'modified' property to 'updated' for consistency
This commit is contained in:
parent
32206f3cd7
commit
c2cf6ef455
6 changed files with 7 additions and 7 deletions
|
@ -191,7 +191,7 @@ catch(Exceptions\InvalidEbookException $ex){
|
|||
<meta property="schema:thumbnailUrl" content="<?= Formatter::ToPlainText(SITE_URL . $ebook->Url . '/downloads/cover-thumbnail.jpg') ?>"/>
|
||||
<meta property="schema:inLanguage" content="<?= Formatter::ToPlainText($ebook->Language) ?>"/>
|
||||
<meta property="schema:datePublished" content="<?= Formatter::ToPlainText($ebook->Created->format('Y-m-d')) ?>"/>
|
||||
<meta property="schema:dateModified" content="<?= Formatter::ToPlainText($ebook->Modified->format('Y-m-d')) ?>"/>
|
||||
<meta property="schema:dateModified" content="<?= Formatter::ToPlainText($ebook->Updated->format('Y-m-d')) ?>"/>
|
||||
<div property="schema:potentialAction" typeof="http://schema.org/ReadAction">
|
||||
<meta property="schema:actionStatus" content="http://schema.org/PotentialActionStatus"/>
|
||||
<div property="schema:target" typeof="schema:EntryPoint">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue