Affichage des articles dont le libellé est Them. Afficher tous les articles
Affichage des articles dont le libellé est Them. Afficher tous les articles

samedi 12 novembre 2016

15 Most Annoying Things about WordPress and How to Fix Them



Like most things in life, WordPress also has it’s fair share of annoying things. Dealing with these annoyances is very easy with the right system and processes. In this article, we will show you the 15 most annoying things about WordPress and how to fix them.


Fixing the most annoying things about WordPress


1. Setting up WordPress Backup


Setup a WordPress backup


WordPress does not come with a built-in backup system. You are supposed to create your own backups instead of relying on your WordPress hosting company.


Having a regular backup saves you the frustration when something bad happens to your website.


There are plenty of free and paid backup solutions available for WordPress. See our comparison of the 7 best WordPress backup plugins.


2. Deleting the Uncategorized Category


Changing default category


WordPress comes with two built in taxonomies, they are called categories and tags. By default, each new post you create is filed into a built-in category titled Uncategorized.


If you forget to assign the post to a category, then it will be filed under Uncategorized. This looks unprofessional, but you can easily fix it.


See our guide on how to change the default Uncategorized category in WordPress.


3. Changing The Username


Changing username in WordPress


During WordPress installation or at the time of user creation, you can choose a username for the account.


However the problem is that there’s no easy way to change the username once it’s created. This can be extremely annoying.


Thankfully, we have a tutorial that shows you the easy way to change your WordPress username.


4. Adding More Formatting Options to the Post Editor


WordPress visual editor


By default, WordPress comes with two types of writing areas in the post editor. The Visual Editor, which is a WYSIWYG editor, and Text Editor which is a plain text editor.


Switching from Visual to Text and then Back to Visual editor will ruin your formatting. But you need to switch to the text editor if you want to add custom HTML formatting in WordPress.


One easy solution is to stick with the Text editor and learn some basic HTML formatting. However if you want to use Visual editor, then you can use TinyMCE advanced plugin. It extends the default WordPress Visual editor with more formatting options.


See: 14 Tips to Master the WordPress Visual Editor


5. Enabling Shortcodes for WordPress Widgets


Shortcodes allow you to add functionality into WordPress text areas without writing any code. However, shortcodes do not work in WordPress text widgets by default.


Shortcode not working in WordPress text widget


Thankfully, there’s an easy fix for that.


Simply add this code to your theme’s functions.php file or in a site-specific plugin.



add_filter('widget_text','do_shortcode');

If you don’t want to add the code manually, then you can install and activate the Shortcode Widget plugin. It adds a shortcode widget in your WordPress widgets, which is exactly like a text widget but allows you to add shortcodes.


6. Getting Locked Out of WordPress


Sometimes you may end up locking yourself out of the WordPress admin area. Either you forgot your password and unable to recover it, or something broke when you were adding code or a plugin.


We have created a handy guide on what to do when you are locked out of the WordPress admin area. It will help you learn how to fix this in different scenarios.


7. Deactivating All WordPress Plugins


Deactivate all plugins in WordPress


When troubleshooting some problem on your WordPress site, you will be advised to deactivate all WordPress plugins. You can just go to plugins page and deactivate all plugins.


But what if you don’t have access to the WordPress admin area? Here is how you can deactivate all WordPress plugins using FTP.


8. Fixing Common WordPress Errors


Fixing common WordPress errors


WordPress comes with a slight learning curve, and you get to learn things as you go along. Somethings are easier to learn than others.


The most frustrating and annoying thing for beginners are the common WordPress errors.


That’s why we have compiled a list of 14 common WordPress errors and how to fix them.


9. Setting up Automatic Updates for WordPress Plugins


WordPress updates


All good WordPress plugins are regularly updated. If you are using the best WordPress plugins on your website, then chances are that you will be installing updates quite often.


Installing updates take only a few seconds, but it can be distracting to login and find new updates. See our guide on how to automatically install updates for WordPress plugins.


10. Creating Better Image Galleries


Creating image galleries in WordPress


While you can create galleries in the default WordPress installation, it’s not as useful because it lacks features like Albums, tagging, lightboxes, and more.


Thankfully there’s a plugin like Envira Gallery available which allows you to create beautiful image galleries in WordPress without compromising speed.


You can add Albums, watermarks, sell your photos, and more.


11. Delete Hello Dolly Plugin


Hello Dolly


Each WordPress site comes with two default plugins pre-installed. Hello Dolly is one of them. This plugin doesn’t receive any updates and does nothing useful for your site.


Learn more about Hello Dolly plugin and why you should delete it.


12. Customizing WordPress Excerpts


Adding custom excerpts in WordPress


By default, WordPress displays full posts on homepage, archives, and category pages. This not only creates duplicate content on your site, but it also discourages users from viewing the full post and leaving comments. See our guide on full post vs excerpt in your WordPress archive pages


By displaying excerpts on these pages, you can increase your pageviews and user engagement. See our guide on how to customize WordPress excerpts without any coding.


13. Showing Excerpts in RSS Feeds


Summary in RSS feeds


WordPress also shows your full articles in the RSS Feed. This means users reading your posts in a feed reader will have no reason to visit your website.


You can easily change this from WordPress admin area. Go to Settings » Reading page and scroll down to ‘For each article in a feed, show’ option and select Summary. Click on the save changes button to store your settings.


14. Dealing with Comment Spam


Comment spam


Spam comments are one of the most annoying things. WordPress comes with built-in comment moderation to deal with spam comments. However comment spam can quickly grow, and before you know it you will be spending more time moderating comments.


First thing you need to do is start using Akismet. It will catch most spam comments and keep them away from your moderation queue.


You may also want to check out these 12 vital tips and tools to combat comment spam in WordPress.


15. Improving WordPress Search


WordPress search


WordPress comes with a built-in search feature, but it’s not very good. If search is important for your website, then you will need to replace the default search with something better.


Thankfully, there are some great alternatives to improve WordPress search. Check out our list of 12 WordPress search plugins to improve your site search.


We hope this article helped you fix some of the most annoying things about WordPress. You may also want to see our guide on 19 Actionable Tips to Drive Traffic to Your New WordPress Site.


If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.


The post 15 Most Annoying Things about WordPress and How to Fix Them appeared first on WPBeginner.







25 Most Common WordPress Errors and How to Fix Them



While WordPress is really easy to use, there are some common WordPress errors that can make you panic. The good thing is that the WordPress error you are seeing on your site is most likely been reported and resolved by someone before you. At WPBeginner, we have written tutorials on how to fix several popular WordPress errors. In this article, we will cover the 25 most common WordPress errors along with showing you how to fix all of these common WordPress errors.


 Common WordPress Errors and How to Fix Them


Important: Before trying to fix any WordPress error, make sure that you have a complete WordPress backup. You can use BackupBuddy or use this tutorial to manually create a WordPress backup.


In case you are unable to resolve your issue from the steps mentioned in this article, then please contact your WordPress hosting company.


Since this is a lengthy article, we have created a table of contents below for easy navigation.


Table of Contents



  1. How to fix internal server error

  2. How to fix syntax error in WordPress

  3. How to fix the error establishing database connection in WordPress

  4. How to fix WordPress white screen of death

  5. How to fix WordPress posts returning 404 error

  6. How to fix sidebar below content error in WordPress

  7. How to fix white text and missing buttons in WordPress visual editor

  8. How to fix WordPress memory exhausted error by increasing PHP memory limit

  9. What to do when you are locked out of WordPress admin area

  10. How to fix WordPress login page refreshing/redirecting issue

  11. How to fix image upload issue in WordPress

  12. How to fix common image issues in WordPress

  13. How to fix “Are you sure you want to do this” error in WordPress

  14. How to fix briefly unavailable for scheduled maintenance error in WordPress

  15. How to fix WordPress not sending email issue

  16. How to fix WordPress RSS feed errors

  17. How to fix 403 forbidden error in WordPress

  18. How to fix error too many redirects issue in WordPress

  19. How to fix “Upload: failed to write file to disk” error in WordPress

  20. How to fix “This site ahead contains harmful programs” error in WordPress

  21. How to fix missed scheduled post error in WordPress

  22. How to fix fatal error: Maximum execution time exceeded in WordPress

  23. How to fix Facebook incorrect thumbnail issue in WordPress

  24. How to fix WordPress keeps logging out problem

  25. Troubleshooting WordPress errors on your own


  26. Let’s take a look at how to solve the most common WordPress errors (one by one).


    1. How to Fix Internal Server Error


    Internal server error


    Perhaps the most confusing WordPress error that a beginner may come across is “Internal Server Error”, or sometimes “500 Internal Server Error”.


    This error usually appears when there is something wrong, but the server is unable to identify where the problem is. Since the error message does not indicate where you should look for the error, it is pretty much up to you to figure this out.


    We have compiled a list of solutions that you can try and one of them will help you resolve it. [Fix internal server error]


    [Back to top ↑]


    2. How to Fix Syntax Error in WordPress


    Syntax error in WordPress


    This error usually occurs when you are trying to add code snippets into WordPress and have accidentally missed something or the code has incorrect syntax. This will result into a PHP parse error and you will see a notice like:


    Parse error- syntax error, unexpected $end in /public_html/site1/wp-content/themes/my-theme/functions.php on line 278


    The error message would indicate the unexpected thing found in the code and the location of the script where the error occurred with line number. To fix this issue you will have to correct the syntax. Most of the time it is a missing bracket, or some unexpected character in the code. [Fix syntax error in WordPress]


    [Back to top ↑]


    3. How to Fix the Error Establishing a Database Connection in WordPress


    Error establishing database connection


    This error message is clear that your website is unable to connect to the database. However solving this error can be tricky for beginners.


    Usually this occurs when a user has entered or modified their database credentials (database host, database username, and database password) incorrectly. Sometimes your database server could be unresponsive, or your database may have corrupted.


    However, mostly it is incorrect database login credentials. Take a look at common solutions for this problem. [Fix error establishing database connection in WordPress]


    [Back to top ↑]


    4. How to Fix the WordPress White Screen of Death


    White screen of death error in WordPress


    This error usually results into a plain white screen with no error message. This makes it the most puzzling because you have no clue where to look and what to fix.


    Most of the time it is caused when a script exhausts PHP memory limit. It can also happen due to a configuration on the server. It is also possible that a user would only see white screen of death on certain sections of their site. [See how to fix WordPress white screen of death]


    [Back to top ↑]


    5. How to Fix WordPress Posts Returning 404 Error


    WordPress posts returning 404 error


    The symptoms of this error is that when a user visits a single post on their site they get a 404 page – not found error.


    The user can browse all other sections of their site including the admin area. The most common cause of this issue is permalink settings in WordPress. To solve this issue a user would need to reconfigure their permalinks settings or manually update their rewrite rules. [Fix WordPress posts returning 404 error]


    [Back to top ↑]


    6. How to Fix the Sidebar Below Content Error in WordPress


    Sidebar appearing below content


    Another common issue beginners face is when the sidebar appears below the content when it is supposed to appear next to the content. This issue is mostly caused by WordPress themes.


    Sometimes when users are adding code snippets to their site, they may accidentally forget to close an html div tag or add an extra closing div which may result into breaking the theme layout. Another common cause is using disproportionate width in CSS or not clearing float properly. [Fix sidebar appearing below content error in WordPress]


    [Back to top ↑]


    7. How to Fix White Text and Missing Buttons in WordPress Visual Editor


    Missing buttons in WordPress TinyMCE visual editor


    Sometimes buttons from WordPress visual editor may disappear or start showing blank white spaces instead of buttons.


    This problem may occur when concatenated JavaScript is not working. It may also caused by missing or corrupt TinyMCE files, or conflict with some other plugin that modifies or extends the TinyMCE shipped with WordPress. [Fix white text and missing buttons in WordPress visual editor]


    [Back to top ↑]


    8. Fix: WordPress Memory Exhausted Error – Increase PHP Memory


    Memory size error


    Indications of this error could be a white screen of death, or an error message like this one:


    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2348617 bytes) in /home/username/public_html/site1/wp-includes/plugin.php on line xxx


    This error occurs when a WordPress script or a plugin exhausts the default allocated memory size limit. [Fix WordPress memory exhausted error]


    [Back to top ↑]


    9. What To Do When You Are Locked Out of WordPress Admin (wp-admin)


    Locked out of WordPress admin area


    Sometimes you may find yourself locked out of the WordPress admin area. This could happen if you forgot your password and don’t have to access to password recovery email.


    A plugin or code that incorrectly tries to make some changes into admin section can also lock you out. You may also lose access to admin area due to a hacked WordPress site. [Fix locked out of WordPress admin issue]


    [Back to top ↑]


    10. How to Fix WordPress Login Page Refreshing and Redirecting Issue


    WordPress login redirect error


    Symptoms of this issue are that when a user attempts to login to the WordPress dashboard, they are redirected by WordPress back to the login page.


    Most of the time it happens due to incorrect values for site url and home url fields in WordPress options table. It can also be caused by poorly configured permalink settings or redirects setup in the .htaccess file. [Fix WordPress login page refreshing and redirecting issue]


    [Back to top ↑]


    11. How to Fix Image Upload Issue in WordPress


    WordPress image upload issues


    Sometimes a user would suddenly notice that all the images from their site are gone and are showing broken image placeholders. When the user tries to upload an image to a post using the media uploader, it results into an error.


    All these files in the media library will appear as broken. This error occurs due to incorrect file and directory permissions in a WordPress installation. A number of factors may cause this issue. [Fix image upload issues in WordPress]


    [Back to top ↑]


    12. How to Fix Common Image Issues in WordPress


    Common image issues in WordPress


    Uploading images to a WordPress site can be confusing for someone new to WordPress. A user may be unable to find out how to align images, resize or crop them, or display them in a gallery format.


    This is not an error or issue in WordPress. You just need to familiarize yourself with how WordPress handles media. [Fix common image issues in WordPress]


    [Back to top ↑]


    13. How to Fix “Are You Sure You Want to Do This” Error in WordPress


    Are you sure you want to do this error in WordPress


    Users may come across this error in WordPress admin area. The most common cause of this error is a plugin or theme failing to use Nonce properly.


    Nonce are special security keys which may be appended to URLs when performing an admin action in WordPress. Sometimes a plugin or theme may use it incorrectly which may result into users seeing this error. [Fix are you sure you want to do this error in WordPress]


    [Back to top ↑]


    14. How to Fix Briefly Unavailable for Scheduled Maintenance Error in WordPress


    WordPress unavailable for maintenance error


    Sometimes due to an unfinished or interrupted WordPress update, you might see “Briefly Unavailable for Scheduled Maintenance” error in WordPress.


    What happens there is that WordPress puts your site in maintenance mode during an update. If for some reason the update is interrupted, then WordPress does not get the chance to put your site out of the maintenance mode. This error would lock down your entire site and make it unavailable for admins as well as visitors. [Fix briefly unavailable for scheduled maintenance error]


    [Back to top ↑]


    15. How to Fix WordPress Not Sending Email Issue


    Fixing WordPress not sending email issue


    The most common symptom of this problem is not receiving any contact form or WordPress notification emails from your site.


    This issue is usually caused because most shared hosting providers disable or limit the module used for sending emails to prevent their servers from abuse. [Fix WordPress not sending email issue]


    [Back to top ↑]


    16. How to Fix WordPress RSS Feed Errors


    Fixing RSS feed errors in WordPress


    Most WordPress RSS feed errors are caused by poor formatting. You may see errors like these:


    XML Parsing Error: XML or text declaration not at start of entity
    Location: http://example.com/feed
    Line Number 2, Column 1:


    Depending on what browser you are using, your RSS feed error message may vary. You can also see this error message when visiting your feed in a browser.


    Warning: Cannot modify header information – headers already sent by (output started at /home/username/example.com/wp-content/themes/twentysixteen/functions.php:433) in /home/username/example.com/wp-includes/pluggable.php on line 1228


    WordPress outputs RSS feeds in XML which is a strict markup language. A missing line break or an extra tab can break your RSS feed. [Fix WordPress RSS feed errors]


    [Back to top ↑]


    17. How to Fix 403 Forbidden Error in WordPress


    403 Forbidden error


    403 Forbidden error code is shown when your server permissions don’t allow access to a specific page. This is why the error is usually accompanied by the text:


    403 Forbidden – You don’t have permission to access ‘/’ on this server.
    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.


    There are different scenarios when you can see this error. Incorrect file permissions, poorly coded security plugins, or server configuration are the most common culprits. [Fix 403 Forbidden error in WordPress]


    [Back to top ↑]


    18. How to Fix Error Too Many Redirects Issue in WordPress


    Too many redirects error in WordPress


    This error usually occurs due to a misconfigured redirection issue. As you know that WordPress has SEO friendly URL Structure which uses the redirect function. Several other popular WordPress plugins also use the redirect functionality as well.


    Due to a misconfiguration in any of these redirection tools, your site may end up redirecting users to a URL that is actually redirecting them back to the referring URL. In that case the user’s browser is trapped between two pages causing a redirect loop. [Fix too many redirects issue in WordPress]


    [Back to top ↑]


    19. How to Fix “Upload: Failed to Write File to Disk” Error in WordPress


    Upload failed error in WordPress


    This error can occur due to a number of reasons. However, the most common one is incorrect folder permissions.


    Each file and folder on your website has a set of permissions. Your web server controls access to the files based on these permissions. Incorrect permissions to a folder can take away your ability to write files on server. This means your web server cannot create or add new files to that particular folder. [Fix Upload: Failed to write file to disk error]


    [Back to top ↑]


    20. How to Fix “This site ahead contains harmful programs” Error in WordPress


    Harmful programs error in Google Chrome


    Google marks a website with this warning if they find any suspicious code that could be a malware or trojan. Sometimes the reason for this is that your website is hacked and is now used to distribute malicious code.


    Another common reason for this error is showing ads from low quality advertising networks. These networks may sometime display ads linking to websites distributing malicious code. [Fix site ahead contains harmful programs error in WordPress]


    [Back to top ↑]


    21. How to Fix the Missed Schedule Post Error in WordPress


    Missed post schedule


    WordPress has this wonderful feature that allows you to schedule posts to be automatically published at a specified time. Most bloggers rely on the future to manage their publishing schedule.


    However, sometimes WordPress can miss scheduled posts due to a number of reasons. If this has happened to you more than a few times then you need to address this issue. [Fix missed schedule post error in WordPress]


    [Back to top ↑]


    22. How to Fix Fatal Error: Maximum Execution Time Exceeded in WordPress


    Maximum execution time error in WordPress


    WordPress is coded mainly in PHP programming language. To protect web servers from abuse, there is a time limit set for how long a PHP script can run.


    Some WordPress hosting providers have set this value to a higher level while others may have set it to a lower level. When a script reaches the maximum execution time limit, it results into maximum execution time exceeded error. [Fix maximum execution time exceeded error in WordPress]


    [Back to top ↑]


    23. How to Fix Facebook Incorrect Thumbnail Issue in WordPress


    Setting Facebook thumbnail in WordPress using Yoast SEO


    There are many reasons that can prevent Facebook from correctly guessing the right thumbnail image. One of the most common reason is having multiple images set in the og:image tag where your featured image is smaller than rest of the images.


    Facebook uses Open Graph (og) tags, and plugins like Yoast SEO automatically adds them to your site to prevent missing thumbnail issue. [Fix Facebook incorrect thumbnail issue in WordPress]


    [Back to top ↑]


    24. How to Fix WordPress Keeps Logging Out Problem


    WordPress keeps logging out


    WordPress sets a cookie in your browser to authenticate a login session. This cookie is set for the WordPress URL stored in your settings section. If you are accessing from a URL that does not match the one in your WordPress settings, then WordPress will not be able to authenticate your session. [Fix WordPress keeps logging out problem]


    [Back to top ↑]


    25. Troubleshooting WordPress Errors on Your Own


    We have covered some of the most common WordPress errors in this article. However, the real power of WordPress comes from thousands of plugins and themes that you can use on your site. Any plugin or theme installed on your site can cause errors.


    It could become really hard for beginners to find out what is causing the problem on their site and how they can fix it.


    We have compiled complete step by step guide on troubleshooting WordPress errors for beginners. It will help you learn how to diagnose WordPress issues and how to fix them like a pro.


    [Back to top ↑]


    That’s all, we hope that this guide helped you find and fix the WordPress error that you were encountering.


    If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.


    The post 25 Most Common WordPress Errors and How to Fix Them appeared first on WPBeginner.







20 Grammar Mistakes and How to Fix Them



alt="20 Grammar Mistakes and How to Fix Them" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2012/05/writing--500x266_c.jpg" />

id="floatright">alt="Grammar Guides" src="http://www.webhostingsecretrevealed.net/images/2012/0507-4.jpg" />

Most online marketing advice focuses on the content of your message: your vocabulary, what information you should include, and how to communicate with your clients and customers. What is just as important, and often overlooked, is how you communicate those messages: namely, your grammar. Presentation has just as much impact on your readers as the content itself, and bad grammar will not help your company’s reputation. Here are 20 of the most common grammar mistakes, and how to fix them.

1. They’re/their/there

These three words are confusing, because in spoken English they sound exactly the same, however they have very different meanings. They’re is a contraction of they and are: “They’re going to the cinema”. Their refers to ownership: “They lost their ball”. There refers to a place: “Jill was standing over there”.

2. Your/you’re

Like the trio they’re, their and there, your and you’re are homonyms, meaning they sound the same but have different meanings. Your is the possessive form of “you”, meaning it implies ownership: “Your grammar is improving”. You’re is similar to they’re: it’s a contraction of you and are: “You’re looking very well today”.

3. Apostrophes

Apostrophes are one of the most misused elements of grammar, however they are easy to get right once you know the rules. Most apostrophes appear in two situations: when indicating a possessive, and when indicating missing letters. An example of a possessive is: “Doreen’s house is lovely,” or “The dog’s bone had disappeared”. Apostrophes that indicate missing letters are found in “you’re” and “they’re” as above, and in words like “don’t” and “can’t”.

4. Its/it’s

The difference between “its” and “it’s” is an exception to the apostrophe rules above, and it’s easy to confuse them. “Its” indicates a possessive: “The dog had eaten its bone”, while “it’s” is used in place of “it is”: “It’s getting windy outside”.

5. Then/than

Then and than sound similar and only differ by one letter. Then has multiple meanings, and can refer to time: “Back then, things were different”, “Then, I went to the store”; or a result: “If you go now then you won’t be back in time for dinner.” Than is used in comparisons: “I’m taller than you”.

6. Which/that

That” is always used to introduce necessary information, while “which” is used after a comma to introduce extra information that could be left out without changing the meaning of a sentence. For example “People that enjoy books read a lot” suggests that not everybody reads a lot – just people who like books. In the sentence “My pen, which is green, is my trusty companion”, the important information is that the pen is the writer’s trusty companion: the fact that it is green is an additional detail.

7. Effect/affect

Effect is a noun: “The effect of this dreadful news was too much for him to bear”, while affect is a verb: “The news affected him in a way he could not bear”.

8. May/might

May implies permission, while might suggests a possibility. “We may go to the movies” means we’re allowed to go to the movies, while “We might go to the movies” implies that film-watching is a possibility.

9. Lose/loose

One letter makes all the difference, as demonstrated by lose and loose. “Lose” is a verb meaning to have misplaced or ceased to have something “I lose my keys every day”, while “loose” has two meanings. As an adjective (a describing word), it means not firmly fixed in place, and as a verb it means to set free: “His clothes had a loose fit”, “Loose the dragons!”

10. Principal/principle

It’s easy to get principal and principle the wrong way around. “Principle” is a noun, and is a fundamental law or opinion. “Principal can be a noun or a verb and has many different meanings. A Principal is someone who runs a school, while “her principal interest” describes the interest that is most important to her.

11. Farther/further

Farther” describes literal distance (remember it contains the word “far”), while “further” describes abstract or metaphorical distance. So if you were in a meeting, you might say “Before we go any further, I want to agree some ground rules”, while if you were on a hike, you might ask “How much farther before the next stop?”

12. Could of/could have

This is an easy one: it is always could have, as “could of” doesn’t exist. The same principle applies to “should have” and “would have”.

13. Try and/try to

This rule is also simple: “try to” is always correct, while “try and” is always incorrect.

14. Who/whom

Knowing when to use “who” and “whom” correctly requires some technical grammar knowledge. In short, you use “who” when the person you’re referring to is the subject of a sentence, and “whom” when they are the object. The subject of a sentence is the person or thing who is doing the action, and the object is the person or thing receiving the action or having it done to them. Therefore, “Who am I?” is correct, as is “To whom do I address this letter?”

15. Me vs. I

Whether to use “me” or “I” in a sentence also depends on the subject and object. We use “I” when we are the subject, and “me” when we are the object. For example, “Joe and I went to the cinema” is correct, because, if Joe were removed from the equation, we would say “I went to the cinema”, rather than “me went to the cinema”. Equally, “Samantha told Joe and me to go to the cinema” is also correct, because Samantha is now the subject of the sentence, and “Joe and me” is the object. If Joe were removed from the equation again, the sentence would read “Samantha told me to go to the cinema”.

16. Practise/Practice

Practise is a verb (a doing word), while practice is a noun (a thing). One way to remember which is which is that practice – the noun – ends in “ice”, which is also a noun. For example “She was practising her yoga postures”, “Her yoga practice was going well”.

17. Different than/Different from

Different from is always correct, as the word “different” is used to evoke a distinction between two things. Therefore, you always need to use “from”, in a similar way to “separate from”. For example, “My job at Macy’s was different from my role at Borders.”

18. Lay/Lie

Lay and lie are commonly confused, and you need to understand the grammar behind these two words to use them correctly. The verb “to lay” is a transitive verb. This means it needs to go with a direct subject, and one or more objects. In this context, “lay” is the present tense, and “laid” is the past tense. An example would be “I lay the book down on the chair”, where the object is the book.

To lie” is an intransitive verb. The present tense is “lie” and the past tense is “lay”, which is what makes these two verbs so confusing. Intransitive verbs don’t need an object, for example “I lay down”, or “The river lies between 18th Avenue and 20th Street”. In these sentences, there is no object directly following the verb “lie”.

19. Alot/a lot

“Alot” isn’t a real word. Instead “a lot” as two separate words is always correct.

20. Whether/if

Whether and if don’t mean the same thing, and are used in different contexts. Whether is used when you’re talking about a situation with two or more alternatives, whereas if is correct when describing a condition with no alternatives. For example, “I don’t know whether it will rain today” is correct, as is “I’ll only stay in at the weekend if it rains”.


Page 24 – Web Hosting Secret Revealed




Headlines that Suck and What You Can Learn from Them



alt="Headlines that Suck and What You Can Learn from Them" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/03/catchy-headlines-500x748_b.jpg" />

The href="http://www.poynter.org/archived/20596/welcome-to-eyetrack-iii/" target="_blank">Poynter Institute, Eyetools Inc. and the Estlow Center for Journalism and New Media used eye tracking equipment to study the way people read webpages and came up with some interesting information to help website owners and bloggers everywhere. The study, called href="http://www.poynter.org/uncategorized/24963/eyetrack-iii-what-news-websites-look-like-through-readers-eyes/" target="_blank">Eyetrack III, studied 46 people for an hour as they read online. They found that a headline that is dominant will draw the eye and even more so if they are located in the upper left corner of the page.

In addition, a headline that has specific wording, such as some of the examples Jerry Low provides in his article titled href="http://www.webhostingsecretrevealed.net/blog/inbound-marketing/headlines-writing-guides/" target="_blank">Write Headlines Like Brian Clark, Neil Patel, and Jon Morrow: 35 Headline Samples From The A-List Bloggers, will grab a reader’s attention.

One of the best ways to learn what you should do when writing a headline is by looking at headline fails. By studying what doesn’t work, you’ll learn what not to do when writing your own headlines.

What Makes a Headline Suck?

There are some very specific things that make headlines suck. Sometimes, you just don’t realize something sucks until you read it and realize how bad it is, though.

Too Short

You’ve probably heard the advice to “K.I.S.S.” (Keep It Simple, Sweetie), but even good things can be taken too far. Although a headline shouldn’t be three lines long, it also shouldn’t be so short that the reader only has an extremely broad sense of the topic. You want the reader to know exactly what your article is about when she starts to read it.

Let’s use this article as an example. My headline is “Headlines that Suck and What You Can Learn from Them”. Hopefully you know you’re going to learn about what not to do in a headline and get some instruction in writing better ones.

What if I’d used a different headline that wasn’t as clear? What if I went with:

“That Sucks!”

While that might grab your attention for a second, you would have no idea what my article was about. I could be writing about anything

Too Long

On the opposite end of the spectrum is the headline that is far too long. Like a crazy run-on sentence, it keeps going and going and going.

href="http://gothamist.com/2013/05/18/is_this_the_longest_ny_post_headlin.php" target="_blank">Gothamist points to a New York Post headline as possibly one of the longest ever. On May 18th, 2013, Josh Saul’s column went up with the following headline:

Gospel singer suing McDonald’s after she allegedly bit into piece of glass while eating chicken sandwich, which she claims ruined her voice

Wow! That wouldn’t even make a good sentence, much less a headline. This headline could be fixed by focusing on the key points:

Gospel Singer Suing McDonald’s for “Ruining her Voice”

Here is another href="http://www.freerepublic.com/focus/f-chat/2543487/posts" target="_blank">headline that sucks because it is far too long:

Woman in sumo wrestler suit assaulted her ex-girlfriend in gay pub after she waved at man dressed as a Snickers bar

Okay, I kind of understand why the reporter wanted to use all that in an attempt to grab the reader’s interest, but it was just too much. Instead, better to write something shorter like this:

Woman Assaults Ex-Girlfriend; Snickers Bar Involved

id="attachment_11940" style="width: 260px" class="wp-caption alignright">class="wp-image-11940" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/stupid-headline-300x290.jpg" alt="stupid headline" width="250" height="241" srcset="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/stupid-headline-300x290.jpg 300w, http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/stupid-headline.jpg 349w" sizes="(max-width: 250px) 100vw, 250px" />class="wp-caption-text">href="https://www.flickr.com/photos/36016146@N04/7861291298/">Ludie Cochrane via href="http://compfight.com">Compfight

Too Ridiculous

There are times when a headline is so crazy and ridiculous that it fails to entice the reader to peruse its pages. After all, if the headline sounds insane, then the article probably is, too.

Ridiculous headlines usually occur when the writer either exaggerates or fails to use the proper punctuation.

According to the href="http://www.huffingtonpost.com/2011/10/27/funny-headlines_n_1033170.html" target="_blank">Huffington Post, the following headline appeared in the Petersburg Progress-Index, a Virginia newspaper:

Skydiver lands on beer vendor at women’s cole slaw wrestling event

While that most definitely qualifies as ridiculous, I’d probably read that article. What is more concerning are the headlines where incorrect grammar changes the meaning of the headline. If you are going to double and triple check your grammar anywhere, do so in your headlines!

They may be talking about golf in the following headline, but how can you be sure? I mean, ouch! Poor grandchild. She must not have liked that one.

Grandmother of Eight Makes Hole in One – href="http://www.slinkycity.com/funny-newspaper-headlines.html" target="_blank">Slinky City

When writing headlines, keep in mind any double meanings the reader may get from that headline.

Grammar errors might be something that some of your readers never notice, but if you forget to use commas appropriately, etc., some of your readers WILL notice and it will drive them insane. Think about some of the examples you’ve seen online, such as:

We’re eating Grandpa.

That’s horrible! Is your family cannibalistic? Remember to use commas.

We’re eating, Grandpa.

The main way to avoid these issues is to be aware of your headlines and perhaps have a second set of eyes look headlines over to make sure they aren’t ridiculous.

Too Manipulative

Some headlines try to manipulate the reader into reading the article. While you can “entice” the reader, you don’t want her to feel manipulated. She will resent your site for manipulating her, particularly if you get her there under false pretenses and then the article fails to deliver.

Example:

Read This Article Right Now if You Want to Survive Another Night

I don’t know about you, but that sounds almost threatening. I likely wouldn’t bother to read it and would chalk it up to a sensationalist journalism approach.

Too Spammy

For years now, readers have gotten spam in their inboxes and looked at subject headings that are spam in themselves. They are familiar with click-bait type headlines that simply seek to get clicks because the headline is shocking or provocative. Readers avoid these headlines.

Words to avoid in headlines

id="attachment_12002" style="width: 760px" class="wp-caption aligncenter">class="size-full wp-image-12002" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/headlines-guide-from-outbrain.jpg" alt="Outbrain's data demonstrates that readers are becoming more savvy to the spammy tactics used by some advertisers. According to their study, titles with the following words (Free, easy, etc) get lower engagement." width="750" height="328" srcset="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/headlines-guide-from-outbrain.jpg 750w, http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/headlines-guide-from-outbrain-300x131.jpg 300w" sizes="(max-width: 750px) 100vw, 750px" />class="wp-caption-text">Outbrain’s data demonstrates that readers are becoming more savvy to the spammy tactics used by some advertisers. According to their study, titles with the following words (Free, easy, etc) get lower engagement.

According to href="http://www.outbrain.com/blog/2014/05/brainpower-spammy-headlines-insights-on-consumer-response.html" target="_blank">Outbrain, consumers avoid specific words. For example, words like “Magic”, “Free” and “Must” have a negative reader engagement ranking.

Some examples of spammy headlines include:

You Must Read This Article Before Your Next Meal!

I guarantee you that the reader will go ahead and eat dozens of meals and still won’t read your article with a headline like that.

The Magic Formula that Will Earn You ,000 by Tomorrow

How many spam emails have you gotten that are very similar to this? As a reader, would you bother to click on an article headline with this type of lead-in?

Last summer, Facebook changed its news feed algorithms to push spammy headlines with certain keywords down in news feeds. That means that only relevant, well thought out headlines will have decent reach on the social media giant.

Since top-notch headlines are what you should be writing anyway, this simply forces the issue on this platform. It is a positive move by Facebook and has cut much of the spammy headlines that seemed to be overtaking news feeds for a while there.

The Good and the Bad

When writing the perfect headline, you’ll want to consider the examples of good headlines provided by Jerry Low in the article mentioned at the top of this page. However, you’ll also want to weigh the ideas you generate with what you shouldn’t be doing.

By understanding both the elements of a good article title and the elements that drive readers crazy, you’ll have the best chance possible of reaching readers and getting them to click on your title and read more.


Page 16 – Web Hosting Secret Revealed




Top 10 Most Visited Websites and How You Can Benefit from Them



alt="Top 10 Most Visited Websites and How You Can Benefit from Them" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/go-gulf-infographic-500x466_c.gif" />

If you could utilize the ten websites with the most traffic on the Internet, how would that benefit your business? In a report compiled by href="http://www.go-gulf.com/blog/online-time/" target="_blank">Go Gulf Web Technologies from sources such as Nielson, Pew Internet and ComScoreDataMine.com, the most visited web properties were identified. According to info contained in the report:

“US Internet user on average spends 32 hours on internet per month. This is double than the time spent by Global Internet user i.e. 16 hours per month.”

If you could harness just a little bit of that time and filter those people to your website, what kind of impact would it have on your business?

Promotional Benefits of Social Media

id="attachment_8529" style="width: 760px" class="wp-caption aligncenter">class="size-full wp-image-8529" alt="top 10 web properties" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/top-10-web-properties.jpg" width="750" height="898" srcset="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/top-10-web-properties.jpg 750w, http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/top-10-web-properties-250x300.jpg 250w" sizes="(max-width: 750px) 100vw, 750px" />class="wp-caption-text">Full infographic href="http://www.go-gulf.com/blog/online-time/">here.

Kelly Swee takes a look at social media sites in her article on Forbes titled href="http://www.hongkiat.com/blog/top-social-media-sites-how-you-can-benefit-from-them/" target="_blank">Top Social Media Sites & How You Can Benefit from Them. Swee says, “People are interdependent and vital networking with others is definitely an asset.”

Building an online following for your business blog will create two important elements that can help your bottom line.

  1. Staying in touch with current customers and getting a feel for what they want and need from your business.
  2. Posting exciting snippets and content that your current customers will share with potential new customers.

Making sure you have a social media presence does double duty to help you maintain current customers with up-to-date service while also helping you reach new customers and grow your business. The key, however, is knowing which websites to become involved in and where spend your precious resources and time.

Using the Top 10 for Promotion

Google

class="aligncenter size-full wp-image-8530" alt="google plus" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/google-plus1.jpg" width="750" height="345" srcset="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/google-plus1.jpg 750w, http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/google-plus1-300x138.jpg 300w" sizes="(max-width: 750px) 100vw, 750px" />

Google+, like most things google, is quickly taking over some of the social media traffic on the Internet. It really shouldn’t be a surprise that Plus pulls in the most traffic of any of the other sites in this list.

How Your Business Can Benefit

Think of Google+ like a more interactive, better organized Twitter.

  • Post quick updates to your Google+ profile about articles posted on your blog.
  • Let those in your + circle know when your business wins an award or to recognize one of your employees.
  • Post about contests on your + profile page.

Facebook

style="text-align: center;">class="aligncenter wp-image-4740" alt="Facebook Timeline Tools" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2013/06/2.jpg" width="750" srcset="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2013/06/2.jpg 700w, http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2013/06/2-300x134.jpg 300w" sizes="(max-width: 700px) 100vw, 700px" />

It’s little surprise that Facebook makes this list. According to href="http://blog.kissmetrics.com/facebook-statistics/" target="_blank">KissMetrics, Facebook is still the largest ad most active social media network (although Twitter is quickly catching up). They log about 500 million active users on a daily basis.

How Your Business Can Benefit

  • Create a free page for your business to get your presence on Facebook.
  • Post memes or tips and encourage followers to share your posts. This can bring in valuable traffic to your business page.
  • Use Facebook’s paid advertising to target specific groups. Remember to use a specific landing page to help track the effectiveness of the ad and href="http://www.webhostingsecretrevealed.net/blog/inbound-marketing/boost-conversion-rates/" target="_blank">conversion rates.
  • Host a contest or provide a coupon on Facebook.

Yahoo!

class="aligncenter size-full wp-image-8531" alt="YAhoo" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/yahoo1.jpg" width="750" height="300" srcset="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/yahoo1.jpg 750w, http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/yahoo1-300x120.jpg 300w" sizes="(max-width: 750px) 100vw, 750px" />

When you think of Yahoo!, you may first think about e-mail accounts or their search engine. However, there are several ways you can utilize this high traffic site to try to get some mileage for your business.

How Your Business Can Benefit

  • href="http://www.allwebpromotion.com/yahoo-store-benefits.html" target="_blank">All Web Promotion offers some thoughts on using a Yahoo! Storefront for your online presence. The carts is easy, installed for you and gives you the benefit of getting listed on Yahoo! quickly.
  • Connect with some of the writers of the Yahoo! articles you see posted on their various channels. If an article ties into your business expertise, drop the author a note. Let him or her know you enjoyed the piece and that if they need an expert to interview for a future article that you are available.
  • Get involved on href="http://answers.yahoo.com/" target="_blank">Yahoo! Answers. This is a site where people post questions on just about any topic you can imagine and users answer those questions. Be sincere and not self-promoting in your answers and you may gain a few new customers from the experience. At a minimum, you’ll see what people are talking about in your area of expertise and know how to better serve them through your products or services.

MSN/Bing

class="aligncenter size-full wp-image-8532" alt="bing" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/bing.jpg" width="750" height="422" srcset="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/bing.jpg 750w, http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/bing-300x168.jpg 300w" sizes="(max-width: 750px) 100vw, 750px" />

MSN was once a very popular site that fell out of favor, but seems to be making a resurgence now that Bing is in charge. You’ve probably seen the Bing ads on TV and even tried the browser. So have millions of other people and you can take advantage of this fact.

How Your Business Can Benefit

  • href="http://www.bing.com/toolbox/submit-site-url" target="_blank">Submit your website to the Bing search engine.
  • Make sure Bing’s web crawler can find all the important pages on your site by submitting a site map. Fortunately, Bing offers specific instructions for the best way to href="http://www.bing.com/webmaster/help/how-to-submit-sitemaps-82a15bd4" target="_blank">submit your site map to them.
  • Use some of your advertising budget to place href="http://advertise.bingads.microsoft.com/en-us/home" target="_blank">targeted ads that will reach your specific demographic.
  • Check out MSN’s blogs. Comment and share your thoughts. Remember not to be spammy with your comments. No one appreciates that and it is considered rude in cyberspace.

YouTube

class="aligncenter size-full wp-image-8533" alt="YouTube" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/youtube.jpg" width="750" height="516" srcset="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/youtube.jpg 750w, http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/youtube-300x206.jpg 300w" sizes="(max-width: 750px) 100vw, 750px" />

I previously sang the praises of href="http://www.webhostingsecretrevealed.net/blog/socialmedia-marketing/how-to-use-youtube-as-a-free-marketing-tool-for-your-website/" target="_blank">YouTube as a free marketing tool for your website and still believe this is a great place to let your creativity shine and help people discover your business. Tech writer href="http://www.fastcompany.com/3007301/most-innovative-companies-2013/one-billion-people-use-youtube-every-month-says-youtube" target="_blank">Addy Dugdale points out:

“One in every two people on the Internet visits YouTube, and every single firm in Ad Age‘s Top 100 Brands uses the site for its advertising campaigns.”

How Your Business Can Benefit

  • Make how-to videos that will be helpful to your customers. For example, some hairdressers have posted videos on how to do specific hairstyles at home, how to make your own hair mask and so on. What can you offer viewers that is valuable but will still make them want to come in and try your product or service?
  • If you aren’t good with a camera or don’t have time, then take out advertising on YouTube and tag it onto someone else’s popular video for a small fee.
  • You can also plug YouTube videos into your blog and write a short commentary to draw reader interest or for a quick post.

Microsoft

According to href="http://mashable.com/2012/07/03/mac-vs-pc-sales/" target="_blank">Mashable, as of 2012, Windows-based computers took up about 78% of the market share. With those kind of numbers, it is little surprise that Microsoft makes the top 10 list. At first glance, you may feel unsure how your business could utilize this site and brand to promote your own product. After all, you can’t really advertise or have a presence on Microsoft. Still it is important to look at this popular site and consider a couple of things.

How Your Business Can Benefit

  • Create free software that can be used by Windows users (not a bad idea to make it available to Apple users as well, though). For example, if you own a golf equipment shop, then create software that allows the user to track and improve his swing.
  • Get involved in the href="http://answers.microsoft.com/en-us" target="_blank">Microsoft community discussions.

AOL

When you think about the Internet, you may think about AOL and the words “you’ve got mail”. Anyone who has been online for more than 10 years, has likely heard that deep, computerized greeting at some point. However, did you know that you can still utilize AOL to promote your business? Even with so many other Internet properties booting AOL out of its once top spot, it is still a popular commodity. You will need an AOL account to utilize these methods.

How Your Business Can Benefit

  • Post in relevant AOL groups. For example, if you’re selling diet products, post in a dieting forum. Again, remember not to just spam the list with something like “buy my great diet product” but to add free information that is helpful without expecting anyone to buy your product. Some may very well become future customers, but your goal is simply to have an online presence at this point.
  • href="http://www.davidandersonwealth.com/traffic/how-to-snag-the-attention-of-aol-customers/" target="_blank">David Anderson suggests: “Another clever way to promote your business is by uploading free articles to the appropriate groups. Write articles that contain information specific to the interests of your target market and include a simple, low-key link to your Web site at the end.” This sounds like a smart tactic for getting your knowledge out there and a little free promotion at the same time.
  • Advertise on href="http://advertising.aol.com/" target="_blank">AOL’s City Guide to reach local customers.

Wikipedia

In a previous article, I discussed how you can href="http://www.webhostingsecretrevealed.net/blog/blogging-tips/using-wikipedia-to-increase-brand-recognition-and-legitimize-your-business/" target="_blank">use Wikipedia to increase brand awareness. However, this is a tricky thing, because if you try to self-promote on Wikipedia, you will more than likely get banned. You really have to go around the back door, get involved in the community, add valuable content and wait for someone else to toot your horn for you. Because it is difficult to utilize Wikipedia effectively for outright promotion, I suggest working on this site only when you have extra time or if you have an employee who can devote some time to the process.

How Your Business Can Benefit

  • Getting listed on Wikipedia means you have a potential reach of href="http://en.wikipedia.org/wiki/Wikipedia:Statistics">116,835,000 visitors. Wow! Of coruse, not all of those millions will visit the page you might be listed on, but some will. It also can help your site ranking.
  • Research blog articles completely. If you can establish yourself as an authority, you are much more likely to be linked to from Wikipedia. I actually have not yet started to work on getting listed on this site and was surprised to find one of my articles linked there. It was due to some specific knowledge I had and nothing I did. So, dig deep and share the things you know that no one else does. Share your unique perspective.
  • Gain a presence on Wikipedia’s sister sites, such as Wikinews and Wikibooks.
  • Spend a little time in the Wikipedia community area and get to know others. If someone knows you have specific knowledge, they are more likely to reference your work.

Apple

As Luke Stangel put it in the href="http://www.bizjournals.com/sanjose/news/2013/06/11/14-eye-popping-apple-statistics-from.html?page=all" target="_blank">Silicon Valley Business Journal:

“Apple tells its story in big numbers: Millions, billions and—in the case of one statistic—trillions.”

Think about the average waiting room or line you are standing in today. What are people doing? That’s right; they are on their iPhones, the kids are playing with the iPads, or they have their iPods out listening to them. Apple products have overtaken nearly every aspect of our lives. According to href="http://techcrunch.com/2013/10/28/apple-q4-2013-iphone-ipad-mac-sales/" target="_blank">Tech Crunch, in the fourth quarter of 2013 (a mere three months), Apple sold 33.8 million iPhones and 14.1 million iPads.

How Your Business Can Benefit

  • Create an iOS-based app easily through a service like href="http://ibuildapp.com/" target="_blank">iBuildApp.com. For example, you can push new coupons to your customers through an app.
  • Create a podcast teaching something related to your business and upload to iTunes. If you own a heating and cooling company, create a podcast that explains how to change your furnace filter, for example or talk about the importance of switching the furnace over to emergency mode in sub-zero weather.

Ask

Ask.com is another website where users can ask questions and seek answers. Although some of their traffic is from students trying to seek answers to tests and homework, there are also questions on just about any other topic you can imagine. Joining the site is free.

How Your Business Can Benefit

  • Answer questions people have and establish yourself as an expert on your topic.
  • See what questions people are asking and create a blog post to answer that question. When it comes up again, their search may just pull up your site.

Is Your Top 10 Different Than These?

class="aligncenter size-full wp-image-8534" alt="website choices" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/website-choices.jpg" width="750" height="300" srcset="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/website-choices.jpg 750w, http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/01/website-choices-300x120.jpg 300w" sizes="(max-width: 750px) 100vw, 750px" />

In previous articles, I’ve talked about some social media specific sites and how you can utilize them to reach customers. In addition to the web properties above, you’ll want to consider having a presence on href="http://www.webhostingsecretrevealed.net/blog/socialmedia-marketing/how-to-use-twitter-for-small-business/" target="_blank">Twitter, href="http://www.webhostingsecretrevealed.net/blog/socialmedia-marketing/using-slideshare-to-reach-new-customers/" target="_blank">SlideShare and href="http://www.webhostingsecretrevealed.net/blog/socialmedia-marketing/get-on-pinterest-to-drum-up-more-interest/" target="_blank">Pinterest.

It is also a good idea to keep an eye on what your competition is up to. If your competitors have a presence on a specific social network or are doing heavy advertising on a website, then you should consider it as well.

Which web properties are the most visited changes almost as quickly as you can find an infographic with the information. While some almost always sit near the top of the list, it is wise to keep your finger on the pulse of the online world and try out new sites as they come and go. Keep your eyes open, be aware of trends and look at creative ways you can get involved as a business.


Page 15 – Web Hosting Secret Revealed