Tag Archives: Web Design And Developmet

Why Is Bootstrap Ideal For Your Website

4
Mar 2014

Posted by: Category:Mobile Web Development

 

There has been lots of discussions and debates over Twitter’s open source project on Github, that is, Bootstrap, and enough of articles have also been written upon the subject but there is no article providing clear guidance to clients why they should prefer Bootstrap for their websites. So if you want to learn what is Twitter’s Bootstrap & why you should choose bootstrap web development services for your business website, one of the easiest way is to read this post. In this post, we have tried to answer 3Ws about Bootstrap every client needs to know before moving on any platform other than Bootstrap for their business website. So hope you enjoy it.

Read more

What Is XML Sitemap? How To Create & Submit It

11
Feb 2014

Posted by: Category:Search Engine Optimization

What is Sitemap.xml?


Sitemap.xml is an XML file that lists URLs of a website. XML Sitemaps help search engine bots to crawl over your site easily.

As, sitemap happens to be an XML file, we need to follow XML schema for Sitemap protocol.

Here is a simple example of XML sitemap:

<?xml version="1.0" encoding="UTF-8"?>

    <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- Encapsulates the file and its type: mobile, video,etc-->

        <url>
        <!--Parent tag for each URL entry-->

            <loc>http://www.example.com/</loc>
            <!-- URL of the page.-->

Read more