is there a way to remove CDATA from a link field, to have the pure ulr?
<link>
<![CDATA[ https://www.site.com/page.html ]]>
</link>
<g:image_link>
<![CDATA[ https://www.site.com/image.jpg ]]>
Thanks for your support
]]><jobname><![CDATA[Ranger]]></jobname>
Is there a way to get it to recognised the data inside CDATA tags?
Separately, my XML feed has an @attribute tag with the job ID nested in here. E.g.
{"@attributes":{"id":"9151"}
How to I access that? Is this a valid method?:
@attributes['id']
See the ‘Example: Basic XML feed’ in this page; https://developer.indeed.com/docs/indeed-apply/enterprise-ats/
]]>in fact we make a lot of contact forms with popup maker,
checking in behind the source code i see following lines :
var wpcf7 = {“api”:{“root”:”http:\/\/test.domain.tld\/wp-json\/”,”namespace”:”contact-form-7\/v1″}};
is that a normal lines or not ,
also is there any chance to move out from index page because it take a lot of time for load the web page
]]> <item>
<title></title>
<link></link>
<dc:creator><![CDATA[John Smith]]></dc:creator>
<pubDate></pubDate>
When I add a product to the shopping cart, the code CDATA -window.pysWooProductData appears under the ATC button.
I’ve already tried to deactivate some plugins, but the problem comes from PixelyourSite.
If I deactivate “Enable WooCommerce set-up” in PixelyourSite, the problem is gone.
Is this a AJAX Problem? Anyone a Solution?
Kind Regards
]]>When the plugin is active it destroys WP native JS templates on a page:
How it can be fixed, maybe do you have some settings?
Let me know,
Thanks!
thanks
Noel
]]>wp_localize_script( 'my-scripts', 'myOptions', $context['options'] );
to pass this data and that data passes to the page as inline code—- THE ARRAY IS HERE—-
/* ]]> */
</script>
Is there a way to pass this data into the file, not inline?
One of those was enabling HTML Tidy and the php-tidy module. That was easy enough to enable, and then I changed my HTML minifier on the W3TC General Settings page from “Minify (default)” to “HTML Tidy”.
However later I received an email from Google Search Console with a bunch of complaints on the structured data on our site. I found the highlighted error was in the block of structured data that Yoast SEO plugin adds in a application/ld+json script block. Specifically highlighted by Search Console was the CDATA right after the beginning of the script. I saw similar with the Structured Data Testing Tool, though it only showed the line and wasn’t as specific.
It took some work but I traced this back to the minifier change after ruling out Yoast. I found that when I switched the minifier back to “Minify (default)”, I no longer saw that inserted CDATA and the Structured Data Testing Tool error in structured data. So I looked up info on the HTML Tidy minifier and it seems it has configuration options for outputting xhtml or html. I don’t know the specifics but perhaps it is using xhtml configuration and that causes it to insert the CDATA?
I also searched this support forum and found the post
https://www.ads-software.com/support/topic/minify-is-breaking-yoast-json-ld-meta/
But that doesn’t seem relevant since I do not have any ampersands in this block.