Closed (fixed)
Project:
Schema.org Metatag
Version:
7.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2019 at 12:20 UTC
Updated:
14 Nov 2025 at 18:59 UTC
Jump to comment: Most recent
Comments
Comment #2
Steppico commentedThis happens because the text is stored in an array that then is exploded by comma, hence if you're using commas in your Q or A, it's going to separate them :( it's a big flaw.
I suggested here to convert each commas to its ASCII code with a custom module. Google automatically convert those back to the character in the result page.
Comment #3
j. commentedThis could be closed now since the fix is already present: the delimiter doesn’t have to be a comma, and users can swap it out via the existing option on /admin/config/search/metatag/settings.
https://www.drupal.org/project/schema_metatag/issues/2976935
https://www.drupal.org/project/metatag/issues/3067803