Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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? I have migrated website from IIS7 to IIS8.
Posted
Comments
Sathiya Kumar 11-Aug-15 9:08am    
Your question is little unclear. You said in Google search your website's title and description are IIS7 but can you tell what's your title tag and description of your website in our code?

1 solution

If the Title and Description of your website is showing as IIS7 it means that, header tag of your website has title and description as IIS7.

1. Check between <head></head>. if the title tag (<title></title>) contains IIS7, change it based on your website. Google will display 50-60 characters of your title tag as your website title https://moz.com/learn/seo/title-tag.
2. If your meta description tag contains only IIS7 change it also. (<meta name="description" content="Change your desctiption here">. Google will consider 150 and 160 characters https://moz.com/learn/seo/meta-description[^].
3. If your title and description is not having IIS7 kindly check whether your title and descption is related to your website. Google will consider H1 tag of your home page as title if the Googlebot finds your title tag is not useful.
 
Share this answer
 
v3
Comments
Sathiya Kumar 11-Aug-15 8:05am    
Please a give comment If you down vote an answer. Can you give a reason why I got down vote?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900