Effective Blog Post Sculpting with HTML Headings
When it comes to reader engagement, crafting an attention-grabbing headline is not the only thing you should consider. You might even write a great introductory paragraph that will make your readers click the little “read more” link on your blog, but the hard part is drawing their eyes down the page, and keeping them hooked until the final message.
Great content is essential, but it only goes so far. What your readers are looking for is a summary of the main points, in an easy-to-find-and-follow format. Just like reading a magazine, readers want to be able to skim your content and still pick up the essential points.
For this purpose, we have HTML heading tags such as H1, H2, H3, H4, and so on and so fourth. While H1 and/or H2 will be used for your catchy post titles (check out the guide on SEO-friendly headlines), H3 and H4 should be used throughout your post to draw the reader down the page and summarize portions of your content. Either tag has a slightly different purpose, and we’ll discuss how to use them in your posts.
Click here to read the full blog post!
Blog SEO Tips: Top SEO Mistakes to Avoid
If you’re a blogger, by now you have already found out that the majority of your blog’s traffic comes from search engines and social media & bookmarking sites. There is a lot of information available on any of these two traffic sources to help you get started in either optimization you choose to make, although I would suggest you do both, to diversify your incoming traffic.
I know that for many start-up bloggers, the blogs they manage are probably the first contact they had with a website from the role of an administrator, and surely the first contact they had with the concept of SEO (Search Engine Optimization). In terms of blog optimization, I have shared with you a few articles in the past that offer a good range of blog SEO tips, so, in case you need to refresh your memory, feel free to go through them again.
The problem is that even with the available information, those new to the concept of SEO tend to try anything and everything, without taking the time to decide what’s best and what could actually damage their rankings. In what follows I’m going to present a list of the top SEO mistakes you must avoid.
Click here to read the full blog post!
Blog SEO Tips – SEO Friendly Titles (H1, H2, H3)
Another quiet Sunday in the blogosphere, as usual. This morning I thought about writing another link share post or a WordPress theme recommendation, but later I’ve decided to break the pattern (since it’s all so quiet) and make Sundays the host of a blog SEO tips series. In this first post I’m going to talk about the importance of using SEO friendly titles (H1, H2, H3) and the right way to do so.
Usual Coding Patterns in WordPress Themes
If you’re even a bit familiar with the WordPress themes, by now you’ve probably took a look at your theme’s files. Blog pages are rendered through an association of a few PHP files with standard names (index.php, archive.php, single.php) with different templates of the theme, based on the content type.
The index.php file usually stands for your home page, also being capable of replacing any other template that hasn’t been already defined. So, if you don’t have a template for search results (search.php), the index file will take over and render your search results page.
Each of these templates includes smaller pieces of code to build up the final result. The most used are header.php, sidebar.php and footer.php.
For now, we’ll limit our attention to the following files in your theme’s folder:
- header.php
- index.php
- single.php
- page.php (not every theme has it)
- archive.php, search.php (not every theme has them)
Optimizing the Header File
Having your primary keyword present at the top of you page it’s very important.
Considering the fact that most themes come with text based logos instead of graphics, we’ll be looking for the <h1> tag in the header.php file.
Click here to read the full blog post!
