Added favicon, description, robots.txt for better SEO

This commit is contained in:
Franklin 2023-05-01 10:11:16 -04:00
parent 6fb334e6f0
commit e4546e9340
2 changed files with 7 additions and 1 deletions

2
assets/text/robots.txt Normal file
View File

@ -0,0 +1,2 @@
User-agent: *
Disallow:

View File

@ -3,7 +3,9 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Blanco Lorenzo</title>
<link rel="icon" type="image/x-icon" href="images/blanco-lorenzo-logo-gray-transparent.png">
<title>Blanco Lorenzo - Build your website & Brand</title>
<meta name="description" content="Marketing & Websites done right. Your satisfaction is our priority. Making clients happier since 2020. ">
<link data-trunk type="text/css" href="css/body.css" rel="css" />
<link data-trunk type="text/css" href="css/navbar.css" rel="css" />
@ -17,6 +19,8 @@
<link data-trunk type="text/css" href="css/components/textfield.css" rel="css" />
<link data-trunk href="assets/text/robots.txt" rel="copy-file"/>
<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
<script src="https://kit.fontawesome.com/fcdfdfe1ad.js" crossorigin="anonymous"></script>