Commit Graph

8 Commits

Author SHA1 Message Date
Simon 2b026a00ab feat: Remove element base
It's not mandatory, and actually should be create error on anchor
https://www.geeksforgeeks.org/how-to-specify-the-base-url-for-all-relative-urls-in-a-document-using-html5/
2022-02-01 10:53:49 +01:00
Simon d9122917fc feat: Add noindex on staging
https://support.google.com/webmasters/answer/7440203#indexed_though_blocked_by_robots_txt
https://developers.google.com/search/docs/advanced/crawling/block-indexing?visit_id=637660232047502724-3233221921&rd=1
2021-08-31 18:17:41 +02:00
Simon 22e23b0162 feat: Add canonical urls 2021-05-12 08:42:24 +02:00
Simon f8bdc7e292 feat: Change order on meta 2021-04-01 11:02:29 +02:00
Simon 8da32f8afd fix: Avoid http-equiv <meta> tags
HTTP headers are more efficient than the http-equiv meta tags.
The <meta http-equiv=/> tags

The http-equiv meta tags allow to communicate to the web browser information equivalent to the ones of HTTP headers. For example, the meta <meta http-equiv=content-type/> will have the same consequences than the HTTP Content-Type header.

Two points don’t stimulate the use of http-equiv meta tags:

    Going through the meta requires to interpret the beginning of the HTML page, which is slower than going through the HTTP headers in terms of performance
    If the HTTP header is already present, the meta is ignored

In which cases are the <meta http-equiv=/> useful?

Only one case can justify the presence of these meta tags: if you don’t have access to the configuration of your server, and that is to say to the HTTP headers.

However, we advice you to use a configurable server so that you can establish the most efficient site possible.

This page contains 1 http-equiv meta tag. If possible, you should replace it:

    x-ua-compatible
2020-03-11 16:53:07 +01:00
Simon 0a71e48957 Add language 2020-03-09 15:08:09 +01:00
Simon ca2764655a first version 2020-02-26 23:44:15 +01:00
Simon 8f7d784ed2 first commit 2020-02-26 23:13:24 +01:00