src/utils/structured-data.tsimport { baseURL } from '@/app/metadata'import { replaceProductionUrl } from '@/utils/replace-production-url'interface WPSeoImage {mediaItemUrl?: stringmediaDetails?: {width?: numberheight?: numbersizes?: { sourceUrl?: string }[]}}interface WPSeo {title?: stringmetaDesc?: stringopengraphUrl?: stringopengraphTitle?: stringopengraphDescription?: stringopengraphImage?: WPSeoImage | nullopengraphPublishedTime?: string
Showing the first 20 lines.
Get full code