treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Google and Bing Search

  • I just uploaded the new site for Rapids City, IL, but if you search for it on google the title is "sewer issues!" which is what the title of the old site was listed as, because of some Go Daddy Web Designer issue.

    Is it going to take a couple days for google and bing to update the search results to correspond to the current, or do I need to contact them?

  • It's not going to happen instantly. You should set the website up with Google Webmaster tools.

  • Alright, thanks! I just set it up.

  • @ alex_wilson Few things I found to be missing by briefly looking at page source of index: page description, site verification tags for Google and Bing,

    Other: sitemap.xml missing, combine all 3 style-sheets in to one, remove analytics tracking code from header and put it before closing head tag or closing body tag

  • @jurotek Thanks man! Almost regretting the decision to do this for free! :) I also submitted multiple requests for URL removals through Google for the old site.

  • @jurotek also I tried to verify the site using Google Webmaster, but it wasn't listed in the site management section.

  • on a webmaster tools home page add a site and than click manage site and verify, paste meta verification tag in head section of your index.html and publish it to server after you do that go to manage site and select verify. Don't forget to create sitemap.xml and publish it to server, then go ahead and add it by clicking sitemaps under optimization and add it there so the site can be properly indexed

  • Yea, I originally did the steps for verifying, but the verify option wasn't listed on webmaster. However, there was a verify on Go Daddy. I added a sitemap.xml and submitted it to Google.

  • @jurotek I got an error from Google saying that it couldn't crawl the sit because it couldn't find robot.txt. How do I get robot.txt?

  • open notepad and type in

    User-agent: * Sitemap: http://www.yourdomain/sitemap.xml

    save it as robots.txt and publish it to server