Category Archives: SEO

Read More Links or Full Posts?

Don’t you hate it when blogs take forever to load due to the dozen full length posts including images that the person has decided to put on their front page, and every page of their blog? You wonder if it is worth it to stick around to see what they have written.

Or how about when you go to a blog that shows only the title, and the first few sentences, and asks you to click read more on every single post? Feels like you have to jump through hoops just to read their content.

The choice to only show summaries or full posts on your blog can be quite difficult, but each has its advantages and disadvantages. I try to have the best of both worlds.

The Decision

One of the things that I have done here at Xfep is to make sure posts on the front page show the full post, and after they transition to other pages, I only show a summary. I did this for a few reasons, including search engine optimization, and better presentation of my previous work.

People have questioned me about this practice, as I do it on all my blogs.

Why don’t I make all the pages show full content? Well, with having full posts on every page, you begin to delay page loads, and making people wait is a bad idea. Also, most people don’t read past a few paragraphs unless they really enjoy the content.

There are also search engine benefits to limiting your duplicate content as much as possible. If I wanted even more search engine optimization benefits, I wouldn’t show any full articles, except on the single article’s own page.

Doing this has some negatives though, as using a system like mine means that readers are interrupted during their read of an article. They must perform an action to continue to the end of the post, and this turns some people off. Also, we come back to the waiting issue once again, as when people do find the article they want to read, they have to wait for that full page to load.

I find though that the positive aspects of the system that I use outweighs the negatives.

The Steps

If you want to do what I have done, and automate the whole process, I can show you how I do it. It might not be the best way, but it works for me. Please feel free to give me tips or tricks you might have, if you know a better way.

I will assume you are using WordPress to publish your blog. I am sure other systems can do something similar, but this will show how to make pages two to infinity show partial posts, while the main page shows full articles.

Once logged into your WordPress administration panel, go to Presentations and then Theme Editor.

Over in the right hand side, you will see a list of files. We will want to edit the Main Index Template, also known as index.php.

If you are unable to edit the file inside the WordPress administration panel. You will have to FTP into your hosting space and download the index.php file from your theme’s directory.

In this file we are looking for the code that allows us to show the post content.

The line should look something like:
<?php the_content("Continue reading →"); ?>

We want to change this so that we test to see where we are, and that will determine how the content is displayed.

The below basically says that if we are on the home page, page one, the search page, single page, or content page, we should display the full content, otherwise, we should show an except.

<? if (is_home() && (!$paged || $paged == 1) || is_search() || is_single() || is_page()): ?>
<?php the_content("Continue reading →"); ?>
<? else: ?>
<?php the_excerpt(); ?>
<? endif; ?>

Once you update the file with the new code, replacing the old one line content code, your first page should show full articles, while every other page should show only excepts. A great way to boost the search engine optimization of your site, and display teasers to your posts in a quick loading fashion.

Originally posted on August 21, 2007 @ 2:09 am

Using SEO and Marketing Services To Your Advantage

No matter what the content of your website is, it’s not going to do any good unless people see it. And that’s why you always have to pay attention to search engine optimization and digital marketing. These fields can be pretty dense, which is why it’s not unusual to hire a company to help you with this kind of technical work.

Hiring experts in the field is usually going to be your first step in a successful SEO project. Beyond that, you have to understand what search engine optimization is, what the most updated techniques and theories are, and that it’s a changing field, which means you have to adapt and flexible times. Continue reading

Originally posted on November 20, 2017 @ 9:09 am

Social Media Meets SEO: Learning the Basics

It’s a point of frustration for many people that you have the best idea in the world, and you talk about it constantly, consistently, and passionately on social media, but somehow information about your opinion or your product never gets anywhere. This is a very common area of growing pains for people who are trying to find the intersection between social media and search engine optimization.

A few of the ways that you can learn the basics about how those ideas combine is by going to workshops, learning to adapt to algorithms, knowing the difference between real and fake success, and using your knowledge to hack the system. Continue reading

Originally posted on March 8, 2018 @ 2:48 am

SEO Tips For Business Web Design

Search engine optimization is the key to moving your business website from the darkness to the light. Without proper rankings in the SERPs, it is quite difficult to draw any attention to your digital creation.

A business website has got to serve its function of presenting the world with what your organization has to offer, but it has to first find its way into the view of web users. Check out a few pivotal SEO tips that will help you to design a more effective business website. Continue reading

Originally posted on March 19, 2018 @ 9:13 am