Problem in Search engine plz help me.
-
I made a huge modification in my uncle business website. It is working properly except searching in google or yahoo (search engine) When I search in google or yahoo it is appear old page names. I deleted that pages. then also same problem. how can i show my webpage name in search engine. I used meta tag also. Thanks in advance.
-
I made a huge modification in my uncle business website. It is working properly except searching in google or yahoo (search engine) When I search in google or yahoo it is appear old page names. I deleted that pages. then also same problem. how can i show my webpage name in search engine. I used meta tag also. Thanks in advance.
Generally once the search engine has an entry of a site, it takes time to update. For the time being, you might use a Redirection page to the site that is in search engine. Place
Response.Redirect
on the page. If you are using .NET 4.0 you might useResponse.RedirectPermanent
which might make it appear to the search engine as permanent. Clearly, there is no way to delete an entry from search engine(if not given you access to that). :)Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript