I have installed Mediawiki SEO
extension. To add meta tag in head section they have the syntax something like that given below, but can't add date published meta tag.
{{#seo:
|title={{#if: {{{page_title|}}} | {{{page_title}}} | Welcome to WikiSEO}}
|titlemode={{{title_mode|}}}
|keywords={{{keywords|}}}
|description={{{description|}}}
|google-site-verification= dnweo23234k23exn23lx23xn23n
|fb:app_id= 1232425634
|fb:admins= Mehrab Tamim
|date-published= ????which value should put here
}}