Closed techgique closed 7 years ago
Our <title> is the same on every page. This will look very unpleasant in search results if we don't change it.
<title>
Meta descriptions are nice, but not as necessary. Search engines default to the first text on the page if no description is provided.
This would be a good time to integrate page-specific CSS and JS into <head> instead of the top of our content container too.
<head>
Our
<title>
is the same on every page. This will look very unpleasant in search results if we don't change it.Meta descriptions are nice, but not as necessary. Search engines default to the first text on the page if no description is provided.
This would be a good time to integrate page-specific CSS and JS into
<head>
instead of the top of our content container too.