asp.net - Google search engine displaying site title as "Web" -
the title displays in other search engines, google's search:
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
Post a Comment