Blog: SEO

How to Use H1, H2, H3 Heading Tags for SEO and UX

Semantic HTML is the basis of a well structured website. With the proliferation of visual web page building tools, it can be easy to use headings for presentation insured of structure. There are pragmatic reasons to focus on creating websites and web pages that are both semantic and HTML valid according standards of the World […]

Continue Reading

Ordered Lists With A Different Color For Numbers

In HTML, there are two types of lists: ordered and unordered (ol and ul). Ordered lists have numbers for each list-item (li), while unordered lists do not have numbers. Unordered lists are generally used for many different things, like site navigation, widgets with links, bullet-point lists, or any place a set of links might show […]

Continue Reading

Styling the Select Element Consistently in HTML

Getting different web browsers to show the same element the same way can be tricky, especially when it comes to form inputs. One of the most finicky HTML elements to style consistently across different browsers is the select element. Here are some tips for styling the select element to make it look the same from […]

Continue Reading

Webkit Bug Fix: Slider Causes Font Weights To Change On Page

Every browser has it’s own idiosyncrasies. A browser quirk I found in Safari is directly related to pages with a slider located on the page. Specifically, when the slides animate, font weights of various HTML elements somewhere else on the page change when the slides animate. Weird, right? It turns out this is a bug […]

Continue Reading

Add A HTML Sitemap To Your WordPress Site

Most of you reading this already understand the impact of search engine rankings. If you can rank high in Google, more potential customers find your business. The more prospective customers that find you, the more paying customers you should have. Except most of you are frustrated by search engine optimization (or SEO). There are actually […]

Continue Reading

Fix Contact Form 7 Configuration Errors

WordPress site admins who use Contact Form 7 may have noticed configuration errors in Version 4.4. You’re not mistaken when you’re wondering if these errors weren’t there before. The most common misconfiguration error warning triggers if you are using a To or From email in your contact form with a domain name than your website. […]

Continue Reading