Category: Websites and Blogging

This category will contain any blogging-related posts, that includes platforms such as WordPress and Blogger.

  • How to Change Your Blog’s Permalinks Without Losing Ranking

    How to Change Your Blog’s Permalinks Without Losing Ranking

    There may come a time where you would like to change your blog’s permalinks without losing ranking in the search engines. No longer having your posts appear in search results is probably one of the biggest fears of changing the permalinks for your posts.

    When I started Technically Easy I used Google’s Blogger platform. The Blogger platform had many limitations, with on of the limitations being the structure of the permalinks to the blog posts. The limitation was that the author of the blog couldn’t change the permalink structure. All posts had the same permalink structure: “/year/month/postname”.

    Back then I didn’t really care about the structure of the permalinks to my blog posts, and even when I switched to WordPress about a year later I didn’t think much about the structure.

    Over the past few years, however, I started to think more about my blog posts’ permalinks and whether I should change them to just include the post name and not include the year and month. It wasn’t until recently did I decide to make the permalink change.

    The good news is that once I change the permalinks on my blog, my traffic hasn’t decreased. The best part was changing the post permalink on my blog was actually easy and only took a few moments.

    Below are the steps I took to change the permalinks on my blog. Keep in mind that the original links to my blog were in the form “/year/month/postname”, and if your is different you will need to determine what you changes you will need to make for your blog.

    Change my blog’s permalinks

    Changing my blog’s permalinks required two steps. The first step was setting up a redirect from the old permalinks to the new permalinks for each post. The good news is that this only required me to add one line to my .htaccess file on my Web host.

    The second step was easy, I just had to change the permalink setting from within the WordPress admin site for my blog.

    Let’s look at the first step.

    Redirecting the old links to the new links

    Out of the two steps to change the permalinks on my blog, this step is probably the most complicated. It requires some knowledge of using regular expressions to parse the old permalink to create the redirect to the new permalink.

    To help illustrate how I went about making the change, I will use this post as an example.

    The old permalink looked like the following:

    http://technicallyeasy.net/2016/11/change-blogs-permalinks-without-losing-ranking/

    The new permalink looks like the following:

    http://technicallyeasy.net/change-blogs-permalinks-without-losing-ranking/

    Basically what I want to do is to take the post name, and then just append it after my domain name, and remove both the year and month portions of the link.

    To accomplish this, I added the following line to the end of my .htaccess file on my host:

    RedirectMatch 301 ^/([0-9]{4})/([0-9]{2})/(.+)$  http://technicallyeasy.net/$3

    This will probably look confusing to anyone not familiar with regular expressions, but I will explain what it does.

    RedirectMatch 301
    This is Apache’s command to redirect one URL to another, but unlike the Redirect command, this one uses regular expressions to determine the originating URL. The 301 is the indication that the URL is a permanent move, which will tell search engines that the new URL should always be used.
    ^/([0-9]{4})
    This is the start of the regular expression. The ^ character indicates that the URL will start with the slash followed by 4 numbers – the year. This is indicated by the range [0-9] and the {4}. The parenthesis “( )” around this part of the regular expression allows this match to be used later by specifying $1 . The 1 indicates this is the first match.
    /([0-9]{2})
    This match is very similar to the previous one, with the one difference indicating it will match a 2 digit number – the month. You can see the same range [0-9] is used but this time it indicates only two digits with {2}. Once again, this expression is in a set of parenthesis so it can be remembered as $2.
    (.*)$
    There are three things used for matching in the last part. The first is the .* which will match a single character (.) zero or more times (*), which basically means everything will be matched. This is the actual post name, so any post name will be matched. The next part is to remember the match as $3, since it is surrounded by parenthesis. The $ indicates that only match if the previous is at the end of the string. Since the post name is at the end of the URL, it will be matched.
    http://technicallyeasy.net/$3
    This is where the new permalink is formed. I basically use the domain name of my blog and append the match from the post – the $3 from the previous item – and then append that value to the end of the domain name.

    The above may seem confusing at first, and you are having trouble creating a regular expression for your permalinks, you can use Yoast’s Permalink Tool to help create the regular expression for to redirect your old permalinks.

    Changing the permalink settings in WordPress

    Once the redirect command is in .htaccess all the previous links will now redirect to the new ones, which will return a 404 – Page not found because WordPress is still setup to use the old permalink structure.

    You will now need to fix this through your WordPress admin dashboard. You can use the following steps to change the permalink structure in WordPress:

    1. Log into your WordPress dashboard.
    2. From the options on the left click Settings->Permalinks.
    3. Under Common Settings select a permalink structure or create a custom one. In my case, I just clicked the Post name option.
    4. Click the Save Changes button to use the new permalink structure.

    Once the above steps have been done, you old permalinks should now be redirected to the new permalinks without any issue.

    With one command added to the .htaccess of my blog, and the permalink setting change in WordPress, I no longer have the year in month in my blog post permalinks. It is debatable as to whether this will have an effect on how my posts perform in search results, but regardless, I do like the more compact look of the permalinks.

  • What to Look for in Server Hosting

    What to Look for in Server Hosting

    Getting your business off the ground successfully is an incredibly difficult feat. You need to make sure that you are providing a quality good or service that people need or want. This, obviously, has to be something that people are willing to pay for.

    Then, in this age of the Internet, you have to make sure that your goods and services are superior to your competitors and marketed in such a way that you can stay afloat. It used to be that you only competed with people in your actual physical space.

    If you were selling trainers in Derbyshire, you had to compete with everybody else selling trainers in Derbyshire. Now that most businesses are on the Internet, you have to compete with people selling trainers in London, Winnipeg, Beijing, Los Angeles, and the rest of the world.

    This has made a quality website more important than ever.

    You need a server that is dedicated to your company and a quality host who will make sure that you stay afloat. If your site goes down for an extended period of time, you could lose a lot of customers.

    If someone is looking for trainers but your site is down, they’ll just go to a different site that sells trainers. You could lose those customers forever, so it’s very important to have great hosting.

    Hardware Upgrades

    Dedicated servers are a great way to host a reliable website that serves your needs and the needs of your customers. You also need to make sure that you’re dealing with a company that offers you hardware upgrades.

    In the tech world, it’s often said that technology becomes outdated every six months. So, if you sign up with a company that seems to have top of the line servers but doesn’t offer hardware upgrades, your server will be out of date in six months.

    If you stick with that server for a few years, you could be eight or nine generations behind your competitors. They’ll have faster, more versatile, more responsive websites that are more reliable and innovative. You need hardware upgrades to stay competitive.

    Unlimited Data Transfer

    Some server companies charge for the amount of data being transferred. If you’re not transferring a lot of data, then this is probably your best option. Paying for your transfers could save you money on a low traffic site.

    However, if you have a high traffic site, or if your business involves transferring large amounts of data, you need unlimited data transfer options. You should look for a company that offers this; even if you don’t plan to buy it, it is good to have the option should your company expand quickly.

    24/7 Support

    Now that the marketplace is truly global, it never stops. When it is night-time in your area, it’s the middle of the workday elsewhere. The market never sleeps, so you need a tech support that doesn’t either.

    A good server can be the difference between a successful business on the Internet and one that closes shop.

  • 8 Best WordPress Security Plugins for Your Blog

    8 Best WordPress Security Plugins for Your Blog

    Most of you are already familiar with WordPress and the way its countless plugins make life easier for you, right? But have you ever wondered about the exact number of WordPress plugins populating internet right now?

    This might surprise you, but WordPress hosts about 43,458 WordPress plugins as of now, easing out millions of people in everything from niche blogs to comprehensive eCommerce sites.

    In fact, according to this report by W3Techs, 59.2% of all websites with content management system known to us, use WordPress, which equates to about 26.3% of all websites.

    Despite the entire boom internet is enjoying as a phenomenon right now, online security remains its one of the weakest areas. But the good news is that WordPress is striving hard to cater to the security requirements of billions of its users.

    In this post, I have brought up 8 of the best security plugins you might like to consider safeguarding your WordPress blog. So, here you go:

    1. Wordfence Security

    Also referred to as the most downloaded security plugin on WordPress, Wordfence Security is really best at what it does, occupying the top spot in my list also because it’s totally free and open source.

    Currently, It enjoys over a million active downloads backed with a solid 4.9 out of 5 stars ranking.

    Some of its major features include:

    • It aptly blocks known attackers on real-time basis, automatically updating your WordPress blog/site for any attacker it blocks on some other site it is installed on.
    • It can also secure you by blocking entire malicious networks with the help of firewall, thanks to advanced IP and Domain WHOIS it features.
    • Also offers two-factor authentication, enabling you to sign-in through your cell-phone, which is also referred as ‘cell-phone sign-in’.

    2. iThemes Security (formerly Better WP Security)

    The iThemes Security plugin serves best in protecting your WordPress blog/site by hiding away its critical areas, securing vital files and guarding from forceful login attempts.

    Until now, it’s been downloaded more than 700,000 times, having 4.7 out of 5 stars in ranking.

    It offers some rally amazing security features in its pro version, some of which include:

    • Helps you in tracking activities of users like logging in, logging out and content editing.
    • You also get two-factor authentication feature with it.
    • Assists in saving time when setting up multiple WordPress sites by taking care of import and export actions.
    • Empowers you to manage functions like system scans and user-banning right from your WordPress dashboard.

    3. All In One WordPress Security

    If you want to enhance your WordPress security to the next level, All In One WordPress Security & Firewall plugin is your best bet.

    It not only runs security checks to identify any vulnerability in your site, but also implements and enforces latest security practices and techniques as recommended by WordPress.

    It enjoys over 300,000 active downloads with an astonishing 4.8 out of 5 stars ranking. Some of its major features are:

    • Its Login Lockdown features make sure your blog is protected against ‘Brute Force Login Attack’.
    • Enables you to create strong and secure passwords with its Password Strength Tool.
    • Enables you to view a list of users logged into your site at any particular time.
    • You can ban users by blocking whole IP address ranges.

    4. Sucuri Security

    Offered free to WordPress users, Sucuri Security is a popular WordPress plugin having over 200,000 active downloads with a 4.6 out of 5 stars rating. Its major features include:

    • Auditing all security activity.
    • Monitoring file integrity.
    • Remote malware scanning.
    • Security notifications.
    • Blacklist monitoring.
    • Website firewall (add on).

    5. BulletProof Security

    Want to make sure your WordPress site is protected efficiently? Choose BulletProof Security plugin like 100,000+ WordPress users worldwide, ranking it a handsome 4.7 out of 5 stars because of the value it delivers.

    It has a regular version and a pro version. Major features include:

    • Set it up conveniently with one-click setup wizard.
    • Monitor login security.
    • Enjoy ISL (Idle Session Logout) and ACE (Auth Cookie Expiration).
    • DB backup (full/partial).

    Major features for pro version (in addition to all the features of regular version):

    • ARQ-IDPS (Auto Restore Intrusion Detection & Prevention System).
    • IDPS (Real-time file monitor).
    • IDS (DB Monitor Intrusion Detection System).
    • Heads Up Dashboard Status Display.
    • Comprehensive status and info on all databases.
    • Read-only File Locking.

    6. AntiVirus for WordPress

    If you are concerned about protection of your WordPress blog or website, resort to AntiVirus for WordPress and secure it against security breaches and spam injections.

    More than 100,000 plus active installs stand to the authenticity and protection this plugin offers, backed up with a 4.2 out of 5 stars ranking.

    Major features include:

    • Get notified of virus alerts right in your admin bar.
    • Takes care of cleanup after plugin removal.
    • Multilingual support.
    • Get notified on your email of daily security scans.
    • Get database tables checks + theme templates checks.

    7. Acunetix WP Security

    More than 100,000 plus active downloads with 3.3 out of 5 stars ranking surely reflects how good Acunetix WP Security plugin is in managing security issues related to your WordPress blog/site.

    Oh, and you can get it for free. Have a look at some of its major features:

    • Supports multiple sites.
    • Aids in disaster recovery by backing up WordPress database efficiently and conveniently.
    • Get rid of error-information from your login-page.
    • Removes core update info on non-admin accounts.
    • Removes plugin-update info on non-admin accounts.
    • Reports security overview of WordPress blog after it is scanned.
    • Real-time traffic monitoring on your site with live traffic tool.

    8. WP Security Audit Log

    If you want to keep track and take charge of all under-the-hood changes in your WordPress blog, WP Security Audit Log is the answer to all your prayers, making sure your site remains secure and updated in every manner.

    That’s why it has over 30,000 active installs with 4.6 out of 5 stars rating. Get a security alert when any of the following (and more) happens on your site:

    • When a new user is registered or created by another user.
    • When a user logs in to your site for the first time.
    • When a file is deleted by a user or email/password is changed.
    • When a plugin is installed, uninstalled, activated, deactivated or upgraded by a user.
    • When a new page, post or category is created by a user.
    • When a new theme is installed or activated by a user.

    What’s your say on this?

    Well, this concludes my list of top security plugins to expedite your WordPress blog/site security, but I would love to hear your personal experiences, observations and opinions regarding this in the comment section below.

    Author Bio

    Khawar Zaman is a seasoned ecommerce consultant having years of experience in crafting ecommerce solutions. He is also cofounder of a promising startup named Technorian, specialized in WooCommerce and Magento support services. They also help other businesses by providing dedicated developers to them.

  • 10 Proven Ways to Protect Your WordPress Blog

    10 Proven Ways to Protect Your WordPress Blog

    Knowing how to best protect your WordPress blog is an important aspect of maintaining a blog. It seems that almost on a regular basis a WordPress blog gets compromised by a malicious visitor, who installs malware, deletes files, or simply defaces the blog.

    As I read about how blogs get hacked I also realize that many of these hacks could have been prevented with regular maintenance, or by following stricter security protocols. While you can’t eliminate security holes from being available in code, you can take measures to mitigate the problems security holes can cause to your blog.

    Being reactive to security threats to your WordPress blog is the best defense to ensuring your blog is protected from malicious users. Below are 10 proven ways that you can protect your WordPress blog so you can worry more about the content of your blog, rather than the security from malicious users.

    10 Proven Ways to Protect Your WordPress Blog

    1. Backup your WordPress site

    While backing up your site won’t protect it from malicious visitors, it is one of the most important tasks that you should perform. There are two main reasons you should backup your site:

    1. To have a copy of your site before something goes wrong.
    2. To restore your site when something does go wrong.

    Whenever you are about to make a major change to your site, such as update WordPress, you should always perform a backup. This way if your site has any issues after the change, you can restore your site to how it was before the update by restoring the backup.

    The above statement also holds true for when a malicious user does gain access to your site. You can restore to a previous version of your site from backup to get your site up and running much quicker than if you were to figure out how to undo what the malicious user did.

    I have used two backup plugins with great success:

    • UpdraftPlus Backup and Restoration: This is a free backup/restore plugin that is easy-to-use and allows you to backup to different cloud-storage providers. There is a premium version with additional features.
    • BackupBuddy: This is a premium plugin that can do everything you want in a backup/restore plugin while making it easy to schedule daily backups to a cloud-storage provider of your choice.

    2. Keep WordPress updated

    Many security holes are found after a version of WordPress has been released. When one a security issue is found and fixed, a new version is released and you will be notified on the admin dashboard of your site.

    It is very important that you keep your version of WordPress as up-to-date as possible to fix any security issues. Many WordPress sites have been hacked because the WordPress version was old and malicious visitors have used previously fixed security holes to gain access to the site.

    It may be intimidating to update WordPress because you are worried about something breaking on your site. The best option is to create a local copy of your site on your computer, perform the updated, and everything is working, log into your online site and perform the update.

    3. Manage and update the plugins

    Much like the WordPress core, plugins can also have security holes. Since there are thousands of plugins, and probably the same number of plugin authors, the chances of introducing security holes is much higher than with the WordPress core.

    You should ensure that you update any plugins that have a more recent version available. Doing so will ensure you close any potential security holes introduced by the plugin.

    While you are updating plugins, you should also review the list of plugins installed on your site. If you can uninstall and delete a little used plugin, or replace it with your own code or HTML, then you should remove the plugin completely.

    By removing unused, or rarely needed plugins, you reduce the chances of security holes being found in your site.

    4. Update WordPress themes

    While themes may seem harmless, they do run code like the WordPress core and plugins. While themes aren’t updated as much as the WordPress core, or plugins, you will find that they are updated every month or so. You should also remove any themes that you aren’t using to avoid any security issues, as well.

    5. Use a difficult-to-guess administrative user name

    The administrative user name you use to log into your WordPress site should be difficult to guess. While this isn’t the best way to avoid having someone attempt to login to your site, it does add another layer of complexity.

    When I was monitoring failed login attempts on my blog, the most common ID attempted was ‘admin’. In fact, ‘admin’ was used in over 90% of the failed login attempts, which is why you should definitely avoid using that as your user name.

    Some additional user names to avoid:

    • Your actual name – both first and last name.
    • Any user name you have used online at any site. For example, don’t use the same user name you used to sign up on a forum.

    6. Use a strong administrative password

    Create a strong password for your administrative user name. A strong password will consist of alphanumeric (letters and numbers), and punctuation, and be at least 15 characters in length.

    If you want to get really creative, you can also use the full ASCII character set by pressing and holding ALT and typing in a number from 0 to 255 on your keyboard.

    You can also use a password manager like LastPass to generate a random password and then save it in LastPass so you won’t even need to remember the password.

    7. Enable two-factor authentication

    More and more online sites are enabling two-factor authentication. Two-factor authentication means that after you enter your username and password, you also need to enter additional information that you have on your.

    In other words, you log in with something you know, and something you have.

    There are different ways to enable and use two-factor authentication. The easiest way for me is to use the WordPress plugin Google Authenticator that will require me to enter a six digit code from the free Google Authenticator app (iOS, Android) on my smartphone.

    8. Restrict user access

    If you manage a site that has many users, then you will want to ensure you only provide the level of access that is necessary for them to do their job. In WordPress, user access permissions is managed by a role.

    There are several different roles and capabilities in WordPress, and you should take the time to read through what each roles can do, and then decide what role each user on your site should be assigned.

    9. Install an overall security plugin

    While I did mention managing the number of plugins you have installed as a security measure, there are some plugins that can help protect your site. Some are much easier to use than others, and some have different features.

    I haven’t used too many security plugins, but have used the following:

    • Wordfence: This is a popular security plugin that is easy to setup and use. It provides many alerts through email when an issue is found so you always know when action needs to be taken.
    • Sucuri Security: Another easy to use and setup plugin that provides security notifications via email.
    • Bulletproof Security: This plugin is for the advanced, technical user as it manages to include a layer of security at the .htaccess level. This plugin does require some knowledge of how .htaccess works.

    The list above is in now way an exhaustive list, they are just plugins I have used or continue to use.

    10. Use a strong hosting password

    All of the above tips can be bypassed if a malicious user is able to gain access to your host. Once they gain access to your host, all of your sites are open to anything they choose to do.

    The best security you can put in place is to make it difficult for the malicious user to gain access by creating a strong password for you hosting account, much like your WordPress administrative user.

    The same password rules apply to your hosting account as it does to your WordPress account.

    The 10 tips that I have provided above won’t provide 100% protection, but it will make your blog more difficult to access for malicious visitors.

  • Build Your Brand By Advertising With Pubsio, Google, And Facebook

    Build Your Brand By Advertising With Pubsio, Google, And Facebook

    The secret to business success online is not building a better mousetrap. It’s getting more people to recognize that you’ve done it.

    Using the Pareto 80/20 principle as an illustration, 80% of your success is about using advertising and promotion to build your brand while only 20% is based on creating a superior product.

    Unfortunately, advertising is a two-edged sword. If done right, it can help you carve out a name for yourself. If done wrong, it can cripple your business, seducing you into spending more money than you make.

    Avoid these 2 Common Mistakes

    New business owners often make two mistakes. They prefer free traffic over paid traffic, and they prefer traditional advertising over newer forms of advertising.

    3 Problems with Free Traffic

    It may appear sensible to use free sources like blogging, social media, and forum marketing to get noticed online. After all, since you’re not spending any money, you can’t lose money.

    However, when you look a little deeper into it, this is not a practical way to scale up a business fast. This is because using free traffic generation methods fails for three primary reasons.

    One, these methods are huge time hogs. You have almost no time left in the business day to do anything else.

    Two, these methods take a long time to work. In the meanwhile, your business is earning little to no revenue.

    Three, they force you to work in your business rather than on it. Since you’re spending most of your time on getting traffic, you have no time for business innovation, improving conversions, and increasing customer satisfaction.

    The Problem with Traditional Advertising

    People like traditional advertising methods because they appear to have stood the test of time. However, this is a logical fallacy because advertising is subject to the laws of “psychological entropy.” The longer a form of advertising is used, the less effective it becomes.

    You do yourself a disservice, for example, when you use inexpensive and inefficient advertising like banner advertising and print advertising.

    Banner ads work less efficiently than before. Over time, many people have developed an aversion to even looking at them. Seasoned marketers refer to this as “ad blindness.” Today, other advertising media works much better.

    Print advertising is still effective for brick-and-mortar businesses, but most readers rarely bother to copy a web address they see in a print ad into their computers.

    Where to Advertise

    You can get inexpensive, highly-effective advertising to build your brand and attract traffic by using sources like Pubsio, Google Adwords, and Facebook Ads.

    How to Use Pubsio

    Pubsio offers an advertiser in-site specific display and in-text advertising. As an advertiser, you have the power to leverage advanced optimization technology through total control of your own account. The account management software allows you to make key decisions to drive ad performance. You can access it at any time, get support when you need it, and get comprehensive reports to analyze your income stream in real time.

    You have full control of the many different elements of your campaign. For instance, you can control how often ads are served.

    How to Use Google Adwords

    The mechanics of how to set up your ads are explained by Google, and much useful advice can be gleaned from Google’s blog called Inside Adwords.

    However, a profitable strategy is up to you.

    One excellent strategy is to start with a small budget.

    Using the right keywords and the most relevant ads can limit your budget to $10 or $20 a day.

    If you are spending more than this amount to get results, then you need to research your keywords again or figure out how to make your ads more relevant. Tweak long-term keywords to find those that are customer-focused and industry-specific. The right keywords will give you the highest click through rate and conversions.

    Once you get results with a small budget, scale up your campaign with a larger budget.

    How to Use Facebook Ads

    Facebook ads provide focused consumers. To get the most value for your budget, target specific demographics and reach out to them with relevant ads. Targeting reduces wasting money on consumers who click out of curiosity with no intention of buying.

    Again, you only need a small budget to test out the efficacy of your campaign. A budget from $10 to $20 per day budget is more than enough.

    Quicksprout suggests that you use Facebook ads as a way to build relationships: “Once you have driven all of these fans to your page, it’s equally as important to continue to engage with them. While it may be nice to gain some quick sales with a few advertisements, many sales cycles require more relationship building.”

    Paid Advertising Can Be Free

    Although free advertising costs time and labor, paid advertising can free up time, labor, and dollar costs.

    Although this sounds like a paradox, there is a simple logic to how you can make your paid advertising free.

    First, study the science behind each of these three platforms before you spend a dime.

    Then, only spend a small amount to test the system.

    Finally, when you have reached a point where you earn much more than you spend, then your advertising is free. Advertising can be considered free if it pays for itself and leaves you with much more money than before.

  • The End of The Blog?

    The End of The Blog?

    For the people in the blogging loop, you may know one of the most established bloggers on the net, Andrew Sullivan, hung up his keyboard after 15 years creating one of the biggest blogs the internet has seen. Sullivan, a predominant political British-American commentator, came to the conclusion that his blog had served its time earlier this year. His resignation from blogging triggered a huge online debate in which many commentators declared “the death of blogging“.

    Internet usage has risen steadily since the early ‘90s, however, despite the number of hosting providers out there all offering super simple, and quick to set up blog packages like the one described here, the actual number of independent online blogs has dropped drastically in the past five to ten years. This begs the question – where have all the bloggers gone?

    Social media is continuing to grow and extend its reach into the lives of teenagers and adults alike, with new registrations far outweighing people leaving sites (Facebook is the third most popular site on the internet). This popularity enjoyed by social media is arguably the chief reason for the slump in blog numbers, as people who once sought the refuge of the blogosphere to share their two cents now do so through the medium of social media. In a nutshell, people are consuming the internet differently to how they did ten years ago.

    Phenomena like ‘memes’, ‘gifs’, pictures, videos, tweets and status updates are the primary avenue of self-expression on the internet today – perhaps because the framework of social media encourages this kind of activity and consequently long-winded blogs have been ditched in favour of quick fix 140-character tweets.

    This change in consumption has of course been accommodated by big business. Rather than creating blogs, businesses now opt for creating Facebook pages and mobile phone applications, further contributing to the demise of the blog. The blog is winding down toward becoming an obsolete form of technology, at least in its traditional format.

    However it is not all doom and gloom for bloggers out there. The change in the way people consume information has seen established bloggers dwindle in numbers dramatically, concentrating the power of the blog among just a few busy writers. Social media has arguably trimmed off the fat in a blogging world which was once overrun by illegible pages created by vocal youths on the family computer. What remains now is the meat, meaning, if you can beef up your joint, then blogging can still be a worthwhile means of communication.

  • How to Avoid Common Mistakes as a New Blogger

    How to Avoid Common Mistakes as a New Blogger

    Over the last decade, blogging has taken the Internet by storm. People of all walks of life and in all industries have taken to blogging to share their experiences, promote their business or product, or to generate income via advertising and sponsored posts.

    For some bloggers, it becomes a full-fledged career, while others prefer to keep their blogs personal and for when they have time. Regardless of how you choose to approach blogging there are a host of mistakes new bloggers make. Some of these are simple to correct, yet others require a more mindful approach to blogging and a plan to keep things running smoothly.

    If you’re considering a blog for any reason these are a few of the biggest mistakes new bloggers make and how you can avoid them.

    Pick a Proper Web Host

    If you plan to blog more for fun that possible income, then a simple website creator like WordPress or BlogSpot might be all you need, but if you want to be serious, then you need to research Web hosting sites. You first want to look into a hosting service that offers tiered services. You need minimal bandwidth to start and probably some help designing your blog, but little else.

    The tiered hosting sites help when you start to see growth and need to scale up to accommodate for all the visitors you’re now receiving. One thing to always look for in a good hosting service is the guaranteed uptime; accept no less than 99 percent. It does you no good if you have an article go viral and your site crashes, limiting the revenue you’ll actually earn.

    Create a Library of Content Before You Launch

    Another mistake that new bloggers make is launching and promoting their site before they have content in place to back it up. Simply writing an article or two is not enough. Many experts suggest that you have at least 12 to 14 pieces of content published before you invite the world to view your blog.

    In addition, it’s very wise to set a publishing schedule and stick to it. While three posts per week is sometimes considered the rule, be sure that the schedule you set for yourself is one you can stick with. Not only will a regular publishing schedule keep the Google gods happy, it also gives readers a timeline they can trust when visiting your site.

    Know the Ins and Outs of Plagiarism and Copyright

    Few bloggers intend to plagiarize or break copyright laws, but if you’re new to the game it could happen without your realization. It’s best to start by assuming that everything you see on the Internet is protected by a copyright of some sort and know what type of content you can use and what you can’t.

    Creative Commons is a great way to source photos for your blog posts, but pay attention to the requirements. Some content owners specify that you simply need to credit them, some specify that their work cannot be used for commercial purposes, and some require no attribution at all. Become familiar with the rules, use your own content whenever possible, and understand the legal ramifications of violating copyright.

    Use Keywords to Your Advantage

    In the old days many blog posts were laden with links and keywords that, in some cases, made reading them impossible. Google has changed their algorithms over the years so, thankfully, those awkward keyword days are over, but you should still pay attention to what you’re writing and how it’s placed.

    Depending on the publishing platform you’re using you may be able to work with plug-ins that set up your keywords for you. The most popular of these is Yoast and it can help manage your posts so they’re easily indexed by Google, as well as to ensure that you’re using keywords appropriately.

    Starting your own blog is an exciting venture, and is also one that could prove to be a good source of income. Just be sure to take it slow and avoid these common mistakes and you could be well on your way to blogging success.

  • 13 Must-Have Apps for Bloggers

    13 Must-Have Apps for Bloggers

    Blogging has become an increasingly popular medium for sharing information on the internet. With the advancement of technology, more and more people are now carrying out blogging-related activities on their mobile devices while on-the-go. Therefore, before you start a blog or if you already have one, here are some mobile apps you might want to get familiar with.

    (more…)