Stuart Wright
Well-known member
Folks I am displaying the date of reviews using this template code:
	
	
	
		
I want to add a rich snippet so that Google picks up the date of our reviews.
E.g. https://www.avforums.com/review/panasonic-tx-50cx802b-cx802-cx800-4k-review.11261
What template code would I use to display the above $content.publish_date in the ISO 8601 format, please, so I can add a publishDate rich snippet?
Thanks
				
			
		Code:
	
	<xen:datetime time="$content.publish_date" />
	E.g. https://www.avforums.com/review/panasonic-tx-50cx802b-cx802-cx800-4k-review.11261
What template code would I use to display the above $content.publish_date in the ISO 8601 format, please, so I can add a publishDate rich snippet?
Thanks