Mobile app version of vmapp.org
Login or Join
Jamie184

: IIS7 as site title When I search for my website on google both the title and description are showing as IIS7, how can I change this to a proper description?

@Jamie184

Posted in: #Iis7

When I search for my website on google both the title and description are showing as IIS7, how can I change this to a proper description?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Jamie184

1 Comments

Sorted by latest first Latest Oldest Best

 

@Mendez628

If you haven't already done so, you need title and description tags in the head.

Like this:

<HTML>
<HEAD>
<TITLE>This will be your site title (up to 60 characters)</TITLE>
<META Name="Description" Content="This is the description of your site (up to 200 characters)." >
</HEAD>

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme