Added favicon, description, robots.txt for better SEO
This commit is contained in:
parent
6fb334e6f0
commit
e4546e9340
|
@ -0,0 +1,2 @@
|
||||||
|
User-agent: *
|
||||||
|
Disallow:
|
|
@ -3,7 +3,9 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<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/body.css" rel="css" />
|
||||||
<link data-trunk type="text/css" href="css/navbar.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 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">
|
<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
|
||||||
<script src="https://kit.fontawesome.com/fcdfdfe1ad.js" crossorigin="anonymous"></script>
|
<script src="https://kit.fontawesome.com/fcdfdfe1ad.js" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue