htmly icon indicating copy to clipboard operation
htmly copied to clipboard

SEO standard invalid of META tags - Inside BODY tag

Open vvcares opened this issue 9 months ago • 2 comments

  1. SEO standard un-necessary META tags - Inside BODY tag Sample File : https://github.com/danpros/htmly/blob/master/themes/blog/layout.html.php Line : 28, 29

META tags should be in <head. NOT inside <body

  1. NAVIGATION ROLE is un-necessary: Line: 141 >> *** role="navigation"

  2. functions.php >> 2688 >> Un-necessary META tag *** <meta charset="utf8"

  3. The type attribute is unnecessary for JavaScript resources.

vvcares avatar May 09 '24 01:05 vvcares

Hello,

Thanks. For number 3 to fix eg. Chinese char in menu actually but not removed in the output.

danpros avatar May 09 '24 10:05 danpros

So this #3-CHARSET supposed tobe removed for SEO. Is it ? Im still seeing it not removed on v2.9.9

vvcares avatar Jun 23 '24 13:06 vvcares

Already fixed it in master branch. Thanks

danpros avatar Jul 09 '24 16:07 danpros