Quality Control and Browser consistency
Not all browsers are created equal and websites don’t always look 100% across the browsers. Internet Explorer specifically is an inferior browser however it’s usage share is currently only 18% and declining. Here is a link that will show the world wide usage: http://www.w3schools.com/browsers/browsers_stats.asp
First of all for creating a website that looks consistently across the browsers, the HTML and CSS code need to be properly written. Here is a link that validates the HTML :
http://validator.w3.org/. If the page is full of errors the website was poorly coded. Not all errors are critical though and impact the quality.
The last thing you can do is to visually check the website in all modern browsers such as Chrome, Firefox, IE 8+ and Safari. If you don’t have access to all this browsers here is a tool that can help out: http://browsershots.org/
SEO Check
If you’re building a new website, it is a great strategy to build a Coming Soon page with few keywords within Title tag and some excerpt content. That way Google and other search engines can index your website early in the process and you can get an head start.
Here are some points to consider so you can avoid penalization and optimize everything at the best after the website is ready:
- Different Title Tags on each page! You know, those that you see in the browser tab. Description Meta tag needs to be filled in too.
- Use meta tag canonical to avoid duplicated content. This is more for the eCommerce websites where the same page can be accessed using different URL’s. If you don’t use it, than Google will remove ALL duplicated pages from it’s search results.
- XML sitemap – After you create all the pages use this tool to create an XML sitemap. Search Engines will crawl your website better. Make sure you link it in your Webmasters account.
- Robots.txt – Use this file to hide pages and folders from search engines.
- Domain Prefix non-www OR www – It is very important to choose a domain prefix and stick with it before start promoting your website. My favorite is http://www.domain.com since is the natural URL structure, but is perfectly acceptable to use http://domain.com which is shorter. Using .htaccess you need to redirect one to another to avoid duplicated content.
- The images should have ALT tag filled in with the keywords, where appropriate.
Open graph protocol for social media
This is all new but it will make your website more social friendly. For example you can specify which image and what description text will show up when somebody shares your page on the Facebook timeline. By default is auto generated and you’ll want to control that.
While social media might not be applicable to every site, for those who want to promote on social networks, this is a great way to do it and it is easy to implement. Just ask your developer to add few meta tags within thesection and you’re good to go.
Here is a link where you can learn more about implementation: http://ogp.me.