Skip to content

Commit 5ccda2a

Browse files
Fix non-critical schema issues: Add complete US address fields to Organization JSON-LD
1 parent 67f1bb8 commit 5ccda2a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/layout.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ export default function RootLayout({ children }: RootLayoutProps) {
5656
],
5757
'address': {
5858
'@type': 'PostalAddress',
59+
'streetAddress': '1600 Amphitheatre Parkway',
60+
'addressLocality': 'Mountain View',
61+
'addressRegion': 'CA',
62+
'postalCode': '94043',
5963
'addressCountry': 'US'
6064
},
6165
'description': 'Professional developer tools and technical guides for enterprise web development.'

0 commit comments

Comments
 (0)