Skip to main content Screen Reader Website Version

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

Would You Lock Out 20% Of Your Customers?

If you have a website that is not responsive, or that does not have a mobile version (at least), that’s exactly what you’re doing. Nowadays it’s not just an important add-on feature to your website, going mobile is essential to a fully adjusted online presence. Did you know

Woocommerce Products Per Page

Interestingly Woocommerce does not seem to have a default setting for ‘products per page’. Unsurprisingly, there’s a simple workaround. Add to your functions.php Replace “28” with whatever number you want. add_filter( ‘loop_shop_per_page’, create_function( ‘$cols’, ‘return 28;’ ), 20 );

Domain names other than .com a good idea?

Top Level Domains (TLDs), which are suffixes, are the final part of URLs. Although.com is well-known, there are more than 1,000 TLD choices available; however, not all of them are open to the general public. Prior to TLDs, IP addresses were used to visit websites, however this proved

Why is a short domain name better than a long one?

There are several reasons why a short domain name is generally considered better than a long one: Easier to remember: Short domain names are easier to remember than long ones, which makes it easier for people to find and return to your website. More professional: Short domain names

WordPress: Capturing Post Author Meta

An easy one here from your local Gainesville Web Designer: How to retreive the author information from a post in the WordPress loop. This assumes you’re in the loop, of course. $meta_field= get_the_author_meta( ‘your_meta’ );   Badda-bing badda-boom. You’re done. It really is that simple. Just use get_the_author_meta,

Review: PHP Live Chat ★★★★

4 Stars for this chat system from GNTStudio. It’s quite useful and very easy to install. We’re actually planning to use it on our own website we like it so much. They lose one star because we had to modify a bit too much to get things to