socialsocialsocialsocialsocialsocial

4 More Ways to Improve Your Blog

07/18/10

DSC_0054

Awhile back I wrote a post called 5 Ways to Improve Your Blog, and because I want YOU to have the most awesome blog EVER, I will share four MORE ways that will help!

1. Improve SEO

You want search engines to find you, love on you, and lavish tons of traffic your way.

Use “pretty” Permalinks
A lot of times you will come across a URL that looks like this: yourdomain.com/?p=146. That gives us no information, doesn’t even LOOK appealing, and rarely will I click on a link that doesn’t have a descriptive title.

In WordPress it’s very simple to change how our permalinks look! I personally go with just the postname.

In your WP dashboard, navigate to settings -> permalinks and change them as such:

permalink settings

Now we have a URL as such: yourdomain.com/awesome-post-of-awesomeness.

Create an Archives Page
This is so easy! You can see how I have my archives page set up.

I use two plugins to achieve it:

I think the best features to have on an archives page are:

  • search bar
  • categories
  • tags
  • organized by month/year

I’m offering up my archives page up for download so you can see how I created mine!

2. Stop with the Sponsored Posts

This may not go over well with some individuals.

It’s one thing to give a specific review that you’ve been paid to do, to wax poetic about the latest and greatest service or product but it’s another to weave it randomly into your post! Here’s an example!

I was baking some cookies today, thinking of their warm, soft baked goodness made me think of diamond wedding rings. They had nuts and chocolate in them. I almost ran out of baking powder *laughs*. Oh well, at least I won’t run out of car transmission parts!

How did that make ANY sense? Weaving the phrase, baby shower invitations, into every other post may give you an extra $3 but at what cost to your readers?

If I come to a blog I want to read about a specific topic or about your personal life. When it’s obvious that you blog only do get those sponsored links in, it’s a big turn off.

Oh and, stop with the sponsored tweets. Seriously.

3. Enhance the Rss Experience

Ah the joys of RSS! Without it I don’t think any of us would be able to keep up with our daily reads!

Get Rid of Partial Feeds
Granted, there will always be the debate between full vs partial RSS feeds. Overall most READERS prefer full feeds. Those who offer up only partial feeds tend to believe that it will encourage click throughs… I feel it only encourages people to unsubscribe.

In your WP dashboard, navigate to settings -> reading and change them as such:

Create a RSS Footer
For this I use the RSS Footer Plugin. This is how I have mine set up:

<div style="border-top: 1px dotted #4f1029; font-size: 11px">
<br />
<img src="http://farm4.static.flickr.com/3232/3130420002_60d2d338e7_t.jpg"
style="float: left; margin-right: 10px;" />
Thank you for subscribing to my RSS feed at %%BLOGLINK%%! I would appreciate
your comments and feedback on the entry you just read, %%POSTLINK%%. If you
write about similar topics, I would also like the opportunity to
<a href="http://onestarrynight.com/elsewhere">link to your blog
</a> or have you <a href="http://www.onestarrynight.com/guest-post-
guidelines/">write a guest blog entry</a>!</div>
<br style="clear:both" />

Don’t go overboard in trying to cram too much information in your RSS footer, on the flip side don’t have it be bland and boring. When I posted about this before in my post, Answers to Your Questions, I saw a few people had added it to their feed however it actually irritated me! Slapping in one line, thanks for subscribing to domain.com’s feed is a waste of space for me. I personally like to see a link to the original post, a call to action (such as asking people to comment on the post), and a recognizable image such as an avatar or logo.

4. Have a Fantastic Comments Page

We love comments don’t we! People have dedicated entire threads on forums to get comments on their post, heck, people have even quit blogging because they don’t feel they get enough comments!

So here are the plugins I use on my comments page:

I know, seems like a lot but they each have their purpose, so I highly recommend playing around with them!

I highly suggest including Gravatars in your comments. These days we tend to be recognized by our photo, our “avatar”. It’s very simple to include in your theme, just add this snippet to where you want the gravatar to be displayed.

<?php echo get_avatar( $comment, $size = '50' ); ?>

Now, I personally do threaded comments because I prefer to respond to each comment individually. This is how I have mine set up.

In my theme’s functions.php file, I created a custom function called osn_comment.

You can download my custom comment function, comments CSS file and the entire comments.php file to see how I have everything set up. Granted I don’t have the cleanest code since well, I code for myself, but still, it might help!

Be Social
I have it set up so that at the end of the post on the comments page, you awesome folks can tweet, share/like on facebook, and even stumble the post. I’ve found this helps reach individuals that normally wouldn’t come across your blog and perhaps even bring in new followers, subscribers, and friends!

Here are the snippets that can work on any WordPress blog, even without the use of plugins!

TweetMeme

<script type="text/javascript">
tweetmeme_url = '<?php the_permalink(); ?>';
</script>
<script type="text/javascript"
src="http://tweetmeme.com/i/scripts/button.js">
</script>

Share on Facebook

<script>var fbShare = {
size: 'small',
}</script>
<script src="http://widgets.fbshare.me/files/fbshare.js">
</script>

StumbleUpon

<script src="http://www.stumbleupon.com/hostedbadge.php?s=1">
</script>

Like on Facebook

<iframe src="http://www.facebook.com/plugins/like.php?href=
<?php echo urlencode(get_permalink($post->ID)); ?>
&amp;layout=standard&amp;show_faces=false&amp;width=450
&amp;action=like&amp;colorscheme=light" scrolling="no"
frameborder="0" allowTransparency="true" style="border:none;
overflow:hidden; width:450px; height:60px"></iframe>

Hopefully those four suggestions will help!

Based on the recommendation of BabyBabyLemon, I created a “Tip Jar”! Feel free to use or not use as you wish

Lastly, a bonus tip, claim your blog on Technorati! For example, my claim code is: J438MBK99B7Z this says that I am the owner of OSN. I think in general it’s just the smart thing to do and can aide in more traffic!

Share in the comments some ways that you’ve improved your blog!


archived under: Blogging





RT & Share






Click to skip down and add your comment


Penny (14 comments)

Ha! Love it. I already used your tip jar, you got that right!??

I pretty much have all of these tips already. Downloaded all those neat counter plugins from your last post.

But now I am off to download the Archive plugins, because my Archive page is awful!!!
shared blog post — Testing WordPress cellphone app




Sarah (3047 comments) twitter: @onestarrynight

I did, thank you so very much!

Oh yes, I think people these days don’t really invest the time into their archives page, which is a shame really!




Catie (36 comments)

I’m definitely one of those people that will unsubscribe if you’ve got a partial feed. I subscribe to save myself loading time! lol. I only ever actually visit a site if there’s a redesign or I feel like commenting.

I have my permalinks set as the date and title right now. I didn’t know you could take the date out… I think I might do that! lol
shared blog post — Pictures




Sarah (3047 comments) twitter: @onestarrynight

Every two weeks I go through and see if I’m somehow subscribed to any partial feeds and UNSUBSCRIBE! So much of the time I only get to read on my iPhone (via the Reeder App) while nursing the sir nummies and to get only a snippet of a post? Frustrates me to no end!

Oh yes! I think having it be JUST the post title (or page title) is a much cleaner look, much more concise link, and just is more awesome!




nimil (18 comments) twitter: @nimil

these tips are really kick ass.. i am trying to use a lot of the stuff you’ve recommended recently in your tutorials and stuff in the new layout i’m working on :D

and ugh.. i hate partial feeds!
shared blog post — nimil doesn’t play– final fantasy xiv beta




Sarah (3047 comments) twitter: @onestarrynight

Thank you!! I can’t wait to see your new layout!




nimil (18 comments) twitter: @nimil

oh.. and i also wanted to say sorry! i’m one of those people who does sponsored tweets.. i’m out of work and these paid advertising gigs are pretty much the only way i make any cash.
shared blog post — nimil doesn’t play– final fantasy xiv beta




Sarah (3047 comments) twitter: @onestarrynight

I think though, in the long run, you lose QUALITY followers and just end up with the spammy majority. If it was an account solely for sponsored tweets that’s one thing but on a personal account it seems to fall into the “spam” area.




nimil (18 comments) twitter: @nimil

i am good at breaking mine up with a ton of regular posts. and i try to actually tweet directly after a paid tweet just to push it on down the line lol. i would make an account for sponsored only but they need an account with a certain number of followers and online for a certain amount of time before you can start posting, so i opted to use my real twitter instead.
shared blog post — nimil doesn’t play– final fantasy xiv beta




Sarah (3047 comments) twitter: @onestarrynight

You are a rarity then, which is great! I found that one of the biggest twitter complaints (for following/unfollowing someone) is sponsored tweets.




Veronica (6 comments)

These are awesome except I use Blogger. Ill make the switch eventually. If I find that I can even keep up with blogging.
shared blog post — Throwback Friday– Pre Mommy Memories




Sarah (3047 comments) twitter: @onestarrynight

A LOT of these tips can apply to blogger as well actually!




Suzanne (32 comments) twitter: @bebehblog

Fantastic, as always. I just changed my permalinks and now I’m going to add the RSS footer. Just like I tell EVERYONE on Twitter ALL THE TIME, you are my WordPress hero. You don’t mind, do you?




Sarah (3047 comments) twitter: @onestarrynight

LOL I don’t mind at all! I’m happy to help!




Dez (21 comments) twitter: @Sirenism

Thanks for including the threaded comments! I was going to ask you tonight for some help but now I don’t have to. You rock!
shared blog post — In The Two Week Wait




Sarah (3047 comments) twitter: @onestarrynight

Thank you, hope it helps!




Anna (23 comments) twitter: @antigone

I use the same RSS Footer plugin that you use (I think I started using it when I saw it pop up on your posts in my feed) and just tried the code you have above but the preview looks wonky. It’s showing the style code and the text is pushed below the picture. Does it just show funky in the preview but show correctly in the feed or should I try and straighten out the code so it looks correct in the preview too?

Thanks for the write up! :)
shared blog post — Questions Answered– AMY!




Sarah (3047 comments) twitter: @onestarrynight

It should show properly in the preview. I had to do extra line breaks because well, the glory of code right so that most likely is what’s causing the issue.




alicia (24 comments)

Great tips. The sponsored posts one made me laugh. You are really making me wish I had already switched to WP.
shared blog post — Families that Play Together Stay Together




Sarah (3047 comments) twitter: @onestarrynight

LOL thank you! I think that was my boyfriend’s favorite part too actually!




Maureen (32 comments)

Awesome tips as always, Sarah! I had most of them but need to learn about the RSS Footer. I used Sexy bookmark before but yours looks so purrty! :D I’ll have to give it a try soon.Thanks for being so awesome and sharing your knowledge.
shared blog post — Weekly Roundup &8211 3rd Week of July




Sarah (3047 comments) twitter: @onestarrynight

Thank you! I don’t like to use plugins so much if I can do it manually, I like to control placement and look as much as possible lol.




Jem (24 comments)

Not doing sponsored posts should be the #1 rule of blogging. :p

I have another post idea for you if you’re interested — a list of all those nifty things you seem to take part in. Wordless Wednesday and all that stuff? I never know about any of that!




Sarah (3047 comments) twitter: @onestarrynight

Oh geez, I agree. I get the POINT of them but either you are a sponsored posts blogger OR a personal (niche) blogger. I don’t like being “tricked” lol.

Oh I really should come up with a list… I should redo my links page for that.




the Grumbles (11 comments)

let me know how the tip jar works out for you. i’ve often thought about adding one but i didn’t want to come off tacky. (i’m not AT ALL saying you’re tacky, i just was worried about asking too much of my readers, and now i’m thinking i don’t ask enough. if you don’t ask you never receive, right?)

anyway, let me know how it goes. great tips, though since i’m on blogger still i’m a no-plugin girl.
shared blog post — THE TRAIN HAS NO WHEELS and yes– im yelling




Sarah (3047 comments) twitter: @onestarrynight

Shockingly, it was a success yesterday! I think having it on that specific PAGE of mine ONLY, eliminates the tacky quality because trust me, that’s how I feel too.




Amanda Broadfoot (1 comments)

I’m so glad I found your blog! I can see that I have some work to do — or at least, my web programmer husband does — at http://www.AmandaBroadfoot.com.




Sarah (3047 comments) twitter: @onestarrynight

Thanks for commenting! I wish I could get my boyfriend to blog more lol I tend to be the “web programmer” of the family!




Nina Amelia (15 comments) twitter: @ninaamelia

Great post, I’ll definitely be looking into some of your tips!
shared blog post — Loosing fur




Sarah (3047 comments) twitter: @onestarrynight

Yay thank you Nina!




liz (35 comments)

I’m heading off to our botanic gardens soon, so I need to come back and read more closely. One thing I DO want for sure is to set up an archiving system for OM. So I may need to pick your brain more on that later. Your posts are always so helpful.




Sarah (3047 comments) twitter: @onestarrynight

By all means email me! Aww thank you, I do try!




Domestic Diva (4 comments)

I loved this post! You offered some really great tips. I’ve been trying to figure out how to make an archive page for a while now with no luck, hopefully your tips will have helped me out (I’m going to try it out this afternoon) and I’ll be able to utilize it correctly. Thanks for the awesome info. Keep ‘em coming!!
shared blog post — Family Movie Night– The Jensen Project TONIGHT 8pm EST on NBC jensenproject




Sarah (3047 comments) twitter: @onestarrynight

Ohh let me know how it turns out!




One Mom (Kristina) (1 comments)

This is excellent information. I didn’t understand 90% of it at first pass but I hope to have time this weekend to work through it! I found your site through a link Melissa (Adventuroo) posted on BlogFrog in a discussion about partial feeds and I’m glad I did!
shared blog post — Bad Storms




Sarah (3047 comments) twitter: @onestarrynight

Thank you! If you have any questions, feel free to ask!




Beth Zimmerman (1 comments)

Great tips … thank you!
shared blog post — She’s a Hot Mess




Sarah (3047 comments) twitter: @onestarrynight

Yay, you are very welcome!




Jennifer Quillen (33 comments) twitter: @therebelchick

This is my first time on your site — it is SO amazing!! I am new to blogging and this post has already helped tremendously. Before I began blogging a few months ago, I had never really even read a blog. Some of your ideas would never even have occurred to me. Thanks for posting!




Sarah (3047 comments) twitter: @onestarrynight

Oh wow, thank you so much! If you have any questions or suggestions or ANYTHING, let me know!




Kimberly (20 comments)

Great post. I tried to set up a permalink, but got an error message “Additionally, a 410 Gone error was encountered while trying to use an ErrorDocument to handle the request.” So I’ll have to ask my web designer about that one.

Sponsored tweets would be tempting if money actually came in, but I think it would be more of an annoyance to my followers than a money maker for me.

Very helpful post. I wish I were a little more savvy with my code, but I’m learning.




Sarah (3047 comments) twitter: @onestarrynight

I would have to take a look to see why it’s acting up for you! If you need any help just let me know!




Mari (25 comments) twitter: @mariadkins

i really need to set my tipjar back up. i had one once and let it go.




Christie (1 comments)

You are awesome. Thank you! This helped me do a lot of things I’ve been meaning to do, though I have to admit I am so lost it’s ridiculous when it comes to formatting our comment section, which desperately needs done.
shared blog post — New ’12 Hour’ Disposable Daytime Diapers Are Kind of Sad




Lauren @ Hobo Mama (26 comments) twitter: @Hobo_Mama

This post is so helpful. I keep coming back to it. :) Thanks for the blogging tips!
shared blog post — I Love ME! Write for Anktangle’s carnival about positive self-image






Commenting Guidelines

Basics

Once your comment is posted it then is the property of OSN. I can edit, format, reuse or delete the comment as I wish, or display it for as long as I wish. I will not necessarily offer reasons or any warning why I have altered or deleted a comment.

Occasionally your comment light be held for moderation, it's not done on purpose, but sometimes WordPress light be confused, I will manually approve your comment as soon as I can, and apologize for the delay.

Email Addresses

Correct email addresses are required. Email addresses will never be published. Email addresses will not be shown in comments. Please leave your correct email address (as in youNOSPAM@domain.com or youREMOVE@domain.com are not correct) it is so I have the ability to reply to your comment via email. I will edit out the NOSPAM or REMOVE in the email field.

What is not acceptable

Profanity, poor spelling and grammar, personal attacks, and off-topic comments.

Avatars

The avatars that are shown are via Gravatar. If you do not have one associated with your email address it will show a default image, however I suggest you sign up to get one since many blogs use this feature!

Commenting Additions You light use the following mark-up within your comments. I only permit XHTML mark-up at this time. Line breaks are converted automatically.
(<em> <del> <strong> <pre> <code> <blockquote>)

Leave a Reply






CommentLuv badge




The Blurb
I'm Sarah, mom of two hardcore boys, Daniel (10yrs) & Tristan (2yrs). I'm passionate about Attachment Parenting & photography. Why don't you learn more about me! Follow me on my private twitter, or my public twitter, stay up to date using the RSS feed or even connect with me on my personal Facebook page or my OSN Facebook page!
The Button
button

Enter your email address to subscribe to OSN and receive notifications of new posts by email.

Join 11 other subscribers

Search Osn



Popular Searches

Recent Posts

Recent Tweets


bloglovin




Random Buttons
The Feminist Breeder Blade and Cauldron Live and Love Out Loud Anywhere Is
I'm Social
socialsocialsocialsocialsocialsocial

OneStarryNight has 207 twitter followers, 561 facebook fans, and 337 rss subscribers!