So for now, I edited the following line in wp-config:
define(‘WP_CONTENT_URL’, ‘wp-content’);
to
define(‘WP_CONTENT_URL’, ‘https://www.theketowife.com/wp-content’);
That appears to have fixed the issue for now, but I don’t like having it set as absolute. Shouldn’t Cooked be building full URLs for it’s image links in structured data, based on the relative URL?
-
This reply was modified 7 years, 5 months ago by mwaxman1.