when i search this keyword " nagar mandal of ahmedabad "in google then my website name not come its come ip address. can any one tell me how can i resolve this?
can you define your problem very clearly if your site is not coming in the first place for the specific keyword then you have to set your website title according to the keyword. also do some of page work like link building for specific keyword.
that's right.. even if you view your site, its on IP and not domain name.. its because that's what google crawls..
my website name is www . nagarmandalofahmedabad . com when i search in google for keyword " nagar mandal of ahmedabad " its display this ip address 98.131.142.196 my problem is i want to see my website when user search this keyword not ip i hope you got my point
You can find your answer at below link: http://www.google.com/support/forum/p/Webmasters/thread?tid=3777c522afc547b9&hl=en
i have found this code on net <script runat="server"> private void Page_Load(object sender, System.EventArgs e) { Response.Status = "301 Moved Permanently"; Response.AddHeader("Location","http://www.new-location.com"); } </script> but how can i add my ip to may domain? in this code can anyone guide me?
check source code of this page: http://www.dropshippers.co.za/sitemap.html on top: <link id="canonical" rel="canonical" href="http://www.dropshippers.co.za/sitemap.html" /> <base href="http://www.dropshippers.co.za/" /> Code (markup): the canonical meta is telling google the right URl should index the base meta is make sure the links on this page will be the right one too.