codeguy / php-the-right-way

An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web

Home Page:https://www.phptherightway.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developers Google page no longer mentions UTF-8 meta or head tags

andrericardo opened this issue · comments

In the UTF-8 page line 69 https://github.com/codeguy/php-the-right-way/edit/gh-pages/_posts/05-05-01-PHP-and-UTF8.md#L69

The link
much faster
redirects to
https://developers.google.com/speed/docs/insights/PrioritizeVisibleContent#SpecifyCharsetEarly
this page "Reduce the size of the above-the-fold content" has no mentions of <meta> or <head> tags.

There is no logic connection between the link and UTF-8 meta or head tags.

Fixed.