Skip to content

Commit

Permalink
Merge pull request #1534 from hlxsites/new-schema
Browse files Browse the repository at this point in the history
new schema
  • Loading branch information
dev-rajneeshkumar authored Nov 12, 2024
2 parents f4339e6 + ea9c4e6 commit 3b7c73a
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -505,22 +505,18 @@ function addPageSchema() {
'https://en.wikipedia.org/wiki/Molecular_Devices',
],
url: moleculardevicesRootURL,
telephone: '+1 877-589-2214',
logo: {
telephone: '+1 877-589-2214, +1 408.747.1700, +1 800.635.5577',
image: {
'@type': 'ImageObject',
url: moleculardevicesLogoURL,
},
openingHoursSpecification: {
'@type': 'OpeningHoursSpecification',
dayOfWeek: [
'Monday',
'Tuesday',
'Wednesday',
'Thursday',
'Friday',
],
opens: '08:00',
closes: '17:00',
address: {
'@type': 'PostalAddress',
streetAddress: '3860 N First Street',
addressLocality: 'San Jose',
addressRegion: 'CA',
postalCode: '95134',
addressCountry: 'US',
},
},
{
Expand Down

0 comments on commit 3b7c73a

Please sign in to comment.