Sorry, I could not paste the image in this part, so I hope the snipboard.io link will be okay?
Whenever I turn the plugin on, I get this (in the image)…I am on the latest version of WordPress and the latest version of PHP (8.1), and am not sure if there is anything I can do about it, or if it is you that needs to fix it, or it is not fixable.
I notice it is saying it has not been updated recently, it says the last 3 versions on the warning page. Is this now discontinued or is it just a slow cycle of updates, or is there an alternative that has now taken over?
]]>I have just installed this plugin on my site. It (I presume; I do also use Yoast) is adding headers including:
<link rel=”author” href=”https://pigsonthewing.org.uk/wordpress” title=”Andy Mabbett, aka pigsonthewing” />
<meta property=”og:website” content=”https://pigsonthewing.org.uk/wordpress” />
<meta name=”DC.Source” content=”https://pigsonthewing.org.uk/wordpress/”>
<meta name=”DC.Identifier” content=”https://pigsonthewing.org.uk/wordpress” />`
The site URL is https://pigsonthewing.org.uk – I do not know where the /wordpress/ slug is coming from (it’s the site’s WordPress URL), nor how to remove it.
]]>Please add a feature to add an ISSN for a site, displaying it in DC and general headers, as described here:
https://shkspr.mobi/blog/2021/09/how-to-add-issn-metadata-to-a-web-page/
]]>Some of the Ajax/JS functionality are not working in WordPress admin. I can see the following error in browser console:
dcmg-box-image.js:4 Uncaught TypeError: $(...).live is not a function
at HTMLDocument.<anonymous> (dcmg-box-image.js:4)
at i (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils,moxiejs,plupload&ver=314981a4648d5005f5f9e68f44c2221a:2)
at Object.fireWith [as resolveWith] (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils,moxiejs,plupload&ver=314981a4648d5005f5f9e68f44c2221a:2)
at Function.ready (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils,moxiejs,plupload&ver=314981a4648d5005f5f9e68f44c2221a:2)
at HTMLDocument.J (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils,moxiejs,plupload&ver=314981a4648d5005f5f9e68f44c2221a:2)
If I disable Dublin Core Metadata Generator plugin, then everything starts working again and there will be no error in the browser console.
]]>Hi,
My SEO analyser reported I had no meta descriptions.
So I installed Dublin Core and created a meta description in the settings screen of the plugin.
re running the analyser it now reported that each page of the web site has duplicate meta descriptions. It seems the plugin updated each page with the same meta description.
What did I do wrong, or what have I misunderstood?
many thanks
Rob
Is there a way to enable this to work on custom post types? I have a user who says this plugin does what he needs it do but he needs it on a specific post type I created for him.
Thanks
On PHP 7.3, I get the above warning in dublin-core-metadata-generator/dcmg_metadata.php
on both line 167 and line 400.
The solution on line 167 seems to be to change this:
`
array_key_exists( ‘dublincore_metadata_generator_image_format’, $options ) ?
`
to this:
`
is_array( $options ) && array_key_exists( ‘dublincore_metadata_generator_image_format’, $options ) ?
`
and, on line 400, change this:
`
array_key_exists( ‘dublincore_metadata_generator_cleanyoast’, $options ) ?
`
to this:
`
is_array( $options ) && array_key_exists( ‘dublincore_metadata_generator_cleanyoast’, $options ) ?
`
Hi!
Nice plugin!
-Brian
Hi Support, I just downloaded the plugin in an attempt to solve a problem. I need to activate Rich Pins in Pinterest which means they need all my metadata.I have tried quite a few metadata plugins but I always get the same result. The author data is missing. So t Rich Pins does not activate.
I’m afraid it does it with your plugin too but I thought I’d ask to if you can help. Any thoughts would be really appreciated.
My thanks in advance.
]]>Hi and thank’s for your plugin.
I want to know if it’s possible to desactivate plugin on forum because he don’t take good information like title on WPforo.
And do you plan to improve it, like give different choices, actually i find only one plugin who give many dublin core option like recipe, book, game, movie… it’s Seopressor, but i want stay with yoast.
<br>