others

Things You Should Do After Installing WordPress

Little tweaks with a big impact, first and foremost, are those little annoying tweaks that are left undone now, can have repercussions later. These are presented in no particular order since I make sure all are done before installing plugins or starting posting.

  1. Update Your User Profile: I say this one is first because some of the other steps below will require you to log back in, and who can remember that crazy randomly generated bit of garbage they call a password? Dashboard | Users | Your Profile Change the password to something you stand a chance of remembering before you do anything else. Then, when you get kicked off (and you will need some of these settings), you can get back in without referring to the email they sent you.Wordpress
  2. Change Your Blog Tagline: Yes, it true. If you leave it as WordPress creates it, you are branded as a noobie from the word *go*. By default, WordPress inserts *Just another WordPress Blog* as the tagline. Change it.You should be stating your purpose, provoking thought, asking a question – anything but *Just another WordPress Blog*. Dashboard | Settings | General Be creative; this is one of the first things your visitors see.
  3. Permalink Structure: Right out of the box, WordPress will display a link structure something like this for your posts: YourDomain.com/?p=101, which means absolutely nothing to you, your visitors, or Google. Could you get rid of it?Dashboard | Settings | Permalinks There are five different options there, and while this post isn’t about a best SEO practice, I will mention that using either Day and Name or Month and Name does nothing for you from an SEO standpoint. I hope I don’t have to say that the Numeric option doesn’t either. I use a custom structure that lets me benefit from the category name (as a part of the URL) and the Post Name. It looks like this: /%category%/%postname%/
  4. Decide on WWW or not: Again, by default, WordPress includes your blog’s domain name here. If you plan to give out your link as MyDomain.com, you should change it now on your blog. Since this affects your tracking analytics, it’s best to do it upfront. Dashboard | Settings | General Please note, doing this will log you out. Just log back in with your handy new password.
  5. Discussion Settings: Boy, we could write a whole book on this topic, but let me just hit the highlights. You want folks to comment on your blog. You don’t want the pill pushers and porn queens to have the run of the place. I set up comment moderation with 3 or more links (I use CommenLuv, which inserts one link, their web URL is the second link, so 3 would be if they included a link to their comment. If you don’t plan to use CommentLuv, change this to 2). You can also include a list of words that are *iffy* in the box below this setting. Any comment with that word would *trigger* moderation. (Moderation holds the comments until you stop by and approve or trash the comments). The Comment Blacklist box is where I spend my time. I include a list of words that I really don’t want on my site, such as viagra, penis, enlarge, and the names of several popular drugs. I have nothing against the 60-something-year-old man who wants to improve performance; my site is not the place to promote that. I also include words of a sexual nature, including rape, porn, xxx, sex, virgin, lesbian, gay, etc. Trust me, this helps.
  6. Activate (Turn On) Akismet: This often overlooked step can mean the difference between 384 spam messages a day or not. Akismet is one of the very best *anti-spam* plugins and comes preinstalled with WordPress.Use it. However, one note: WordPress requires an API key, something you can only get by registering on the WordPress.com site (profile only, no blogs required). Once you register, they will send an email with your API key. Insert that in the appropriate place in your Dashboard. (Once you activate Akismet, it will be at the top of every Dashboard page until you activate it).
  7. Turn Off Post Revisions: Post revisions are a great idea that WordPress takes to an extreme (in my mind, you might disagree). The basic premise is this. Every X seconds, WordPress will create a backup of your post. Great, right? Here’s the rub. Each *revision* it saves creates a new record in your database (making it bigger), and WordPress has the annoying habit of displaying a complete list of every revision you ever made in your life when you go in to edit a post. If you are like me and blog via a Desktop Client, you already have a backup of your post. So, to turn off this annoying feature, open your wp-config.php file in Notepad or something similar and add this line somewhere near the other define you find in there. define(‘WP_POST_REVISIONS’, false);
  8. Setup Categories: At least one. No, you don’t have to know the entire category structure at this point, but it is helpful to have at least an idea of the categories you will use most often. Once you have created your most often used category, change the default category to this. Dashboard | Settings | Writing Change the default post category to your newly created category. While you are on this page, here’s a Bonus Tweak: Change the Size of the post box from 10 to 20. By default, WordPress will create the “post body” box to be 10 rows high. I don’t know about you, but this feels a little crowded to me.Installing
  9. Setup Ping Services: This one isn’t strictly a *do-it-before-you-do-anything-else* kind of tweak but will go a long way to getting you that coveted traffic. By default, WordPress added one ping server to the list of possible servers you can use. (Just one?) So, I went out and found some of the best servers. I copy the list into the area for other update services. Rather than include them all within the body of this post, I am attaching a text file you can download and copy from. Dashboard | Settings | Writing Copy the list (or select the ones you want) from the List of Ping Servers that can be found on my blog
  10. Install Google XML Sitemaps Google XML Sitemaps generates a compliant XML-Sitemap for your site, allowing the major search engines (Google, Yahoo, Ask, MSN) to index your site easily. Every time you edit or add a post, the sitemap will modify itself unless you tell it differently (see below). This part is optional but highly recommended! Go to Google Webmaster Central and log in with your Google Account (you do have a Google Account, right?). On the first page, there will be a link to “Verify” your site. Follow the instructions there. Once that’s done, you can then click the *Add Sitemap* link from the first page and put in the URL to your sitemap, which will be something like this (non-working) link: YouDomain.com/sitemap.xml.
  11. Install A Database Backup Plugin: WordPress is software that is driven by a database. All your posts, pages, and links are stored in the database. If it crashes, your entire *blog* could be lost, so take a minute and install a backup plugin to protect yourself. I have tried three or four, but the one I like best (and make sure is on all my blogs now) is the WP-DBManager Plugin. Once installed and activated, go to Dashboard | Database (it’s on the bottom) and select DB Options. Select the maximum number of backups to keep on hand (mine is 10) and set up the auto-email feature. This will send a zipped copy of your database backup to your email address. Sweet, huh?
  12. Change Media Settings: WordPress will (somewhat) auto-size your content based on when and where you insert it into a post. If your theme allows 400px for the content width, and your max-width for a large picture is 1024, you have a problem. You can manually resize any photo, but taking the time to update these media values before you get started is a real-time saver. Dashboard | Settings | MediaAdjust according to *taste*, but make sure your large size is no wider than your post content area as defined by your theme. For example, mine is 580px to fit in this area.
  13. Change Plugin and Theme Location: Okay, don’t be scared, but moving a little towards the advanced side. First, the logic behind this…WordPress is open-source software. It is maintained by a whole team of community-minded folks who constantly improve it and add new features. As a result of all this busy activity, you will have to upgrade your WordPress software (and yes, it’s still free). However, the upgrade process (without the proper plugin) can be a little scary and a bit tedious. To prevent accidentally overwriting your plugins, themes, or special settings, there is a way you can move your static (unchanging) files to a different location. It can be anywhere on your web server. To implement this strategy, all you have to do is copy the entire directory (wp-content) to another location and then tell WordPress where it can find those files. Like we did to turn off revisions, edit the wp-config.php file to include the defined statement shown below. Define (‘WP_CONTENT_DIR,’ ‘labnol.org/assets/wp-content’ ); (I had to remove the first part of the domain name that would normally appear in the address base – be sure to put it back). Don’t forget to upload it back to your blog’s root folder.
  14. Prevent Visitors From Browsing Your WordPress Folders: Okay, there are the curiosity seekers, and there are hackers. I don’t want either one accidentally wandering around my WordPress installation for ANY reason. There are a couple of ways you can prevent this. One is simple; one is not so simple. Select the method you are most comfortable with.
  15. Make It Harder To Hack Your Site: Along those same lines, I want to make it a bit harder for the hackers to find weaknesses in my installation. Knowing my WordPress version can provide them with enough information to attack me, I remove the temptation. (And no, it doesn’t happen often, but yes, it does happen). I remove the little snippet of code that is present in almost every theme out there. And while that’s almost enough to discourage most, you can completely remove the feature from WordPress by adding this line to your theme’s function.php file.
  16. Change The Location Of Your Upload Folder: By default, WordPress will put any photos you upload to a directory called wp-content/uploads. First and foremost, uncheck the “Organize my uploads into month and year-based folders.” It makes absolutely no sense in the real world, and we like working in the real world. Dashboard | Settings | Miscellaneous You can optionally tell WordPress to use any folder on your web server for the default location, but if you plan to do this, include the *path* to your folder and the full URL as well. (i.e., *path* would be../../images if you want the photo’s to go to MyDomain.com/images/ The../ tells WordPress to move up one directory))
  17. Add Your RSS Feed To Feedburner: Yes, you can use the built-in RSS feed that WordPress installs, but Feedburner is such an excellent feed content delivery and tracking system; why would you want to? Burn your feed with Feedburner, and then either install a Feed plugin that will force all your feeds to your Feedburner account URL or update the theme header.php file to add the following line:
  18. Activate Your Analytics: Keep track of your users and traffic; there’s a lot you can learn from who visits, how they found you, and where they go from your place. I recommend Google Analytics, Woopra, Firestats, and Psychic Search. Other good analytic services available include Mint and StatCounter. You have a couple of options here. The first is plugins (always recommended for the value they add to your blog) or manual theme edits. For example, Google will provide you with a little code snippet. Just open the footer.php file, and, just above the closing body tag, add the chunk of code. I prefer a good plugin like Ultimate Good Analytics. Both Psychic Search and Firestats are plugins as well. Woopra is a service that also offers a plugin (optional).things
  19. Custom 404 Page: It happens, people make mistakes… they type the address wrong, or you move a page. They land from the search engines from a link that no longer exists. Bam! 404 Error. (A fancy-non-geek-way of saying the dang thing is just gone). Now, you can hope it doesn’t happen (it will), or you can plan on it now and get the most use out of that page. Do you offer a product? Place a mini-sales letter on your 404 Page Template with a link to the full letter. Add things like your Top Posts or Most Actively Discussed Items to the 404 page to give them options to consume your content. A 404 page doesn’t have to be a death sentence. Give the visitor options, and she won’t leave your blog just yet.
  20. Help Google Love Your Blog: Sadly, most bloggers don’t do this step until they have been blogging a while and realize there are things they should optimize for the search engines. You can be ahead of the game if you install Headspace2 or All In One SEO right away and start completing the extra fields they give you. I won’t go into detail here (that’s a whole ‘another post), but each offers fields for Title, Description, and Keywords on the New Post screen. You should complete all three. Make sure you use your primary keyword for the post at least once in the title and description, and place 1-5 keywords in the keyword field.
  21. Create a Contact Me Page: Do not overlook this important step. You want to be accessible. You want them to feel you are a real person they can reach out to. If you don’t provide a way to connect* *, they won’t. And they will wander off, never to be seen or heard from again.
  22. Create a Visitor Site Map: This is different than the one you created for the search engines... this is a page that provides a quick overview of everything on your site.Please don’t assume your navigation is working for your visitors (it might not be). The more ways you provide for them to find your valuable content, the more they will. Suppose your theme doesn’t include an archives.php file to allow this.