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 - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -