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

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. 

AJAX Store Locator ★★★★★

Just finished up a project using AJAX store locator from codecanyon. The client needed a lightweight solution to locate specialty stores all across the country. With some significant upgrades, we customized this script to suit their needs exactly. Customization took around six hours but was much more efficient

Insurency SEO

Glad to have Insurency on board with the Livewire team. We did not make their website but we’ll be doing their Internet marketing. We have a great plan for them and will be proud to be competing alongside huge names like Geico and Progressive. It’s quite the challenge

Don’t Get Smacked by Copyright Infringemnt

Developers do it all the time – they need an image for a website and head on over to Google images, put a keyword in and voila! Free pictures for everyone! Not so fast. Many of these images are protected under copyright law and if you get caught,

Adding a Fee in Woocommerce

This piggybacks off of a solution I found elsewhere. We modified it to add a single fee for products based on the taxonomy. It comes in handy to categories products and then apply this rule to that category. function action_woocommerce_checkout_calculate_fees( $cart ) { // Initialize $quantity = 0;