Skip to content

Conversation

@Akshay-datazip
Copy link
Collaborator

@Akshay-datazip Akshay-datazip commented Nov 7, 2025

Added a json ld script for each page

- Updated all JSON-LD sameAs arrays to use only external social media links
- Removed internal links (olake.io/slack/, olake.io/webinar/) from sameAs
- Now using: GitHub, X (Twitter), LinkedIn, and YouTube links only
- Addresses review feedback about Google potentially ignoring objects with internal links
- Changed all addressCountry values from 'USA' to 'US' for consistency
- Updated 5 files: about-us.jsx, ai-lake.tsx, index.jsx, BlogListPage, BlogPostPage
- All US addresses now consistently use ISO country code 'US'
- Changed all US addressCountry values to 'USA' for consistency
- Updated 10 files to use 'USA' instead of 'US'
- India office address remains 'IN' in contact.tsx
Comment on lines 51 to 61
hasPOS: {
'@type': 'Place',
name: 'OLake - Working Office (Bengaluru)',
address: {
'@type': 'PostalAddress',
streetAddress: '2nd floor, Monte carlo building, 27th Main Rd, Parangi Palaya, Sector 2, HSR Layout',
addressLocality: 'Bengaluru',
addressRegion: 'Karnataka',
postalCode: '560102',
addressCountry: 'IN'
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not needed as we are not doing any POS(Point of Sale) as we are a tech company. this is typically used for retail companies.

addressLocality: 'LEWES',
addressRegion: 'DE',
postalCode: '19958',
addressCountry: 'USA'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to Schema.org PostalAddress documentation, addressCountry should use ISO 3166-1 alpha-2 country codes (e.g., "US", "GB", "CA"), not full country names.

✅ Removed hasPOS section from contact.tsx:
- hasPOS is not needed for tech companies (typically used for retail)
- Removed the entire hasPOS object (lines 51-62)

✅ Fixed country code format to ISO 3166-1 alpha-2:
- Changed addressCountry from 'USA' to 'US' in contact.tsx
- Changed addressCountry from 'USA' to 'US' in contributors/index.tsx
- Follows Schema.org PostalAddress documentation standards
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants