htmly icon indicating copy to clipboard operation
htmly copied to clipboard

for better SEO - Meta tags are no need CLOSE SLASHES for meta and link elements

Open vvcares opened this issue 9 months ago • 5 comments

For better SEO, the META & LINK tags are no need the closing tags like " /> "

Ref: https://stackoverflow.com/questions/19506028/do-you-need-to-close-meta-and-link-tags-in-html https://developers.google.com/search/docs/crawling-indexing/special-tags

vvcares avatar Apr 29 '24 03:04 vvcares

Hello,

Thanks! I'm considering it for the next release

danpros avatar Apr 29 '24 05:04 danpros

Hello,

Thanks! I'm considering it for the next release

Hi team. It seems you forgotten this change on your v2.9.9 :-)

vvcares avatar Jun 23 '24 16:06 vvcares

Trailing slash on void elements

vvcares avatar Jul 09 '24 02:07 vvcares

For HTML 5 it has no effect but its for backward compatibility with XHTML. Even Google blog and many big company use it, check Github etc.

danpros avatar Jul 09 '24 23:07 danpros

This added from functions.php

danpros avatar Jul 09 '24 23:07 danpros