html

Title tag is not working


this is my head section . i dont know why but my tittle tag is not working at all. ... visit my website www.utile.in

<!DOCTYPE html>
    <html lang="eng">
    <head>
    <meta charset="UTF-8">
    <title>Search home professionals and design ideas</title>
    <meta name="description" content="find home remodelling contractors and design ideas" />
    <meta name="keywords" content="Carpenter,Plumber,Interior designer,Architect,Electrician,Pest control,Movers and packers" />
    <meta name="author" content="metatags generator">
    <meta name="robots" content="index, follow" />
    <meta name="revisit-after" content="1 month" />

    <!-- Interior designer,Architect,Plumber --><cmt>

    </head>

Solution

  • Check the source code of your website and you will find the following in the beginning

        <head>
        <meta charset="UTF-8">
        <title></title>
        <link rel="stylesheet" href="css/bootstrap.min.css">
    

    you need to fix this in order to have a working title