asp.net - Google search engine displaying site title as "Web" -


the title displays in other search engines, google's search:

enter image description here

the site (www.clearspaninc.com) has been awhile, , has had more enough time crawled. using asp.net.

    <!doctype html>     <html lang="en">       <head id="head1" runat="server">         <meta charset="utf-8" />          <title>******* - <%: page.title %></title>         <asp:placeholder id="placeholder1" runat="server">                    <%: scripts.render("~/bundles/modernizr") %>          </asp:placeholder>   

<head> <title>my title</title> </head> 

Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -