Submit A Sitemap … To Bing?

Indeed. For some reason, Bing still exists. And since it does you’ll need to submit your sitemap so your business will show up in the results of a person who searches from the unwanted automatically installed Bing bar on their browser. They’re so lovely, forcing it on you like that is such a treat. Anywho…. submitting your sitemap to Bing is easy.

  1. Create your sitemap using the sitemap generator of your choice. We do like the CoffeeCup Sitemapper.
  2. Find the sitemap.xml file it creates.
  3. Upload it to the main directory of your website.
  4. Create a Bing webmaster tools account and navigate to the sitemap widget
  5. Click “submit a sitemap” – ingenious, eh?
  6. Add the full link to your sitemap – it would read like, http://yourdomain.com/sitemap.xml
  7. Click submit

That’s it. Now you can enjoy all the benefits Bing brings you (sarcasm overload…). If you’re using WordPress there are a number of sitemap plugins to choose from and you can skip most of this work. Did you know the 3rd most searched term on Bing is “Google”? Did we mention we are not fans of Bing?

More Web Design Blog Content

A Blog you say, Like We Have Time!?

Well, it’s finally happened. A Gainesville Web Design Company made a wordpress blog and started posting to it in “third person” sort of way. Original, we know. We will hopefully have some interesting things to say between keywords, so just sit back, relax, and chew on some web

Review: Google Chrome – StayFocusd ★★★★★

We. Love. This. Chrome extension. Warning: It’s brutal. Stayfocusd is essentially a task manager, not as in manage what task is next, but keeps you focused on your tasks at hand. It blocks websites that waste your time and keep you distracted through a time limit feature. You

HotOpponents Hack

We have seen this one a few times coming from WordPress but we have also seen it in Google Analytics code or simply in a header.php file. HotOpponents is a simple redirect script but really digs down and makes roots for itself throughout your website files and database. 

What makes your website attractive to google?

What makes your website attractive to google? In 2013, Google released Search Quality Evaluation Guidelines to provide transparency in how google rates websites. The main goal of Google’s Search Quality Ratings is to provide results that represent and are beneficial to a specific user and their locale. This

Javascript called by PHP

Interesting little snippet. What is going on here? Livewire gives you the low down.    if($num_rowvs == 0){ echo ‘<script>// <![CDATA[ alert(“This is an alert message. I’m alerting you that you are totally awesome!”); // ]]></script>’; }   First, we’re creating a simple if statement in PHP.  Not entirely