Monday, 26 February 2018

Migrating HTTP to HTTPS: A step-by-step guide

On February 8th 2018 Google announced that, beginning in July of this year, Chrome will now be marking all HTTP sites as ‘not secure’, moving in line with Firefox, who implemented this at the beginning of 2017.

This now means that the 71% of web users utilizing either browser will be greeted with a warning message when trying to access HTTP websites.

Security has always been a top priority for Google. Back in 2014 they officially announced that HTTPS is a ranking factor. This was big, as Google never usually tells us outright what is or isn’t a ranking factor, for fear of people trying to game the system.

In truth, every website which stores user data shouldn’t need an extra incentive to prioritize security over convenience. In a previous article for Search Engine Watch, Jessie Moore examined the benefits and drawbacks of migrating your website to HTTPS, and determined that on net, it is well worth making the move.

However, if you are yet to make the switch, and nearly 50% of websites still haven’t, we’ve put together this guide to help you migrate to HTTPS.

1. Get a security certificate and install it on the server

I won’t go into detail here as this will vary depending on your hosting and server setup, but it will be documented by your service provider. Let’s Encrypt is a great free, open SSL certificate authority should you want to go down this route.

2. Update all references to prevent mixed content issues

Mixed content is when the initial page is loaded over a secure HTTPS connection, but other resources such as images or scripts are loaded over an insecure HTTP connection.

If left unresolved, this is a big issue, as HTTP resources weaken the entire page’s security, making it vulnerable to hacking.

Updating internal resources to HTTPS should be straightforward. This can usually be done easily with a find-and replace database query, or alternatively using the upgrade-insecure-requests CSP directive, which causes the browser to request the HTTPS version of any resource called on the page.

External resources, plugins and CDNs will need to be configured and tested manually to ensure they function correctly.

Should issues arise with external-controlled references, you only really have three options: include the resource from another host (if available), host the content on your site directly (if you are allowed to do so) or exclude the resource altogether.

3. Update redirects on external links

Any SEO worth their salt will have this at the top of their list, but it is still incredible how often this gets missed. Failure to update redirects on external links will cause every link acquired by the domain to chain, where the redirect jumps from old structure to new, before jumping from HTTP to HTTPS with a second redirect.

Each unnecessary step within a sequence of redirects allows Googlebot more of a chance to fail to pass all the ranking signals from one URL to the next.

We’ve seen first-hand some of the biggest domains in the world get into issues with redirect chains and lose a spectacular amount of visibility.

If you haven’t already audited your backlinks to ensure they all point to a live page within a single redirect step, you can get some big wins from this activity alone.

First, make sure you have all your backlink data. Do not rely on any single tool; we tend to use a minimum of Majestic, Ahrefs and Google Search Console data.

Next, run all referred pages through Screaming Frog to check the page still loads and do the following depending on the situation:

  • Any ones which return a 4XX will need to be mapped to the secure version of the most relevant page still active on site.
  • Any ones which go through multiple steps before resolving to a page will need the redirect updated to just point to the secure version of the destination page.

Finally, any which are working will be handled by the global HTTP to HTTPS redirect so do not require additional action.

4. Force HTTPS with redirects

Again, this will vary wildly depending on your setup. CMS’s such as WordPress and Magento will handle this for you automatically within the admin panel. Otherwise, you may need to update your .htaccess or webconfig files with a rule redirect, but this will be well documented.

One common issue we see with rule redirection is separate rules for forcing HTTPS as for forcing www. This will cause chains where first www. is added to the URL then HTTPS is forced in a second step.

Ensure you update any rule redirects to point to HTTPS as the destination to prevent this issue.

5. Enable HSTS

Using redirection alone to force HTTPS can still leave the system vulnerable to downgrade attacks where hackers force the site to load an unsecure version. HTTP Strict Transport Security (HSTS) is a web server directive which forces all requests for resources to be loaded through HTTPS.

You will need a valid SSL certificate, which must be valid for all subdomains. Providing you’ve do this, you’ll then need to add a line of code to your .htaccess or webconfig file.

6. Enable OCSP

Online certificate status protocol improves upon the certificate revocation list (CRL). With the CRL, browsers had to check the CRL for any issues with the server’s SSL certificate, but this meant downloading the entire list and comparing, which is both inefficient from a bandwidth and an accuracy perspective.

The OCSP overcomes these inefficiencies by only querying the certificate in question, as well as allowing a grace period should the certificate have expired.

7. Add HTTP/2

Hypertext transfer protocol is the set of rules used by the web which governs how messages are formatted and submitted between servers and browsers. HTTP/2 allows for significant performance increases due, in part, to the ability to process multiple requests simultaneously.

For example, it is possible to send resources which the client has not requested yet, saving this in the cache which prevents network round trips and reduces latency. It is estimated that HTTP/2 sites’ load times are between 50%-70% improved on HTTP/1.1.

8. Update XML sitemaps, Canonical Tags, HREF LANG, Sitemap references in robots.txt

The above should be fairly explanatory, and probably would have all been covered within point two. However, because this is an SEO blog, I will labor the point.

Making sure XML sitemaps, canonical tags, HREF LANG and sitemap references within the robots.txt are updated to point to HTTPS is very important.

Failure to do so will double the number of requests Googlebot makes to your website, wasting crawl budget on inaccessible pages, taking focus away from areas of your site you want Googlebot to see.

9. Add HTTPS versions to Google Search Console and update disavow file and any URL parameter settings

This is another common error we see. Google Search Console (GSC) is a brilliant free tool which every webmaster should be using, but importantly, it only works on a subdomain level.

This means if you migrate to HTTPS and you don’t set up a new account to reflect this, the information within your GSC account will not reflect your live site.

This can be massively exacerbated should you have previously had a toxic backlink profile which required a disavow file. Guess what? If you don’t set up a HTTPS GSC profile and upload your disavow file to it, the new subdomain will be vulnerable.

Similarly, if you have a significant amount of parameters on your site which Googlebot struggles to crawl, unless you set up parameter settings in your new GSC account, this site will be susceptible to crawl inefficiencies and indexation bloat.

Make sure you set up your GSC account and update all the information accordingly.

10. Change default URL in GA & Update social accounts, paid media, email, etc.

Finally, you’ll need to go through and update any references to your website on any apps, social media and email providers to ensure users are not unnecessarily redirected.

It does go without saying that any migration should be done within a test environment first, allowing any potential bugs to be resolved in a non user-facing environment.

At Zazzle Media, we have found that websites with the most success in migrating to HTTPS are the ones who follow a methodological approach to ensure all risks have been tested and resolved prior to full rollout of changes.

Make sure you follow the steps in this guide systematically, and don’t cut corners; you’ll reap the rewards in the form of a more secure website, better user trust, and an improved ranking signal to boot.



from https://searchenginewatch.com/2018/02/26/migrating-http-to-https-a-guide/

source https://kateninablog.tumblr.com/post/171319355794

Are keywords still relevant to SEO in 2018?

What a useless article! Anyone worth their salt in the SEO industry knows that a blinkered focus on keywords in 2018 is a recipe for disaster.

Sure, I couldn’t agree with you more, but when you dive into the subject it uncovers some interesting issues.

If you work in the industry you will no doubt have had the conversation with someone who knows nothing about SEO, who subsequently says something along the lines of:

SEO? That’s search engine optimization. It’s where you put your keywords on your website, right?”

Extended dramatic sigh. Potentially a hint of aloof eye rolling.

It is worth noting that when we mention ‘keywords’ we are referring to exact match keywords, usually of the short tail variety and often high-priority transactional keywords.

To set the scene, I thought it would be useful to sketch out a polarized situation:

Side one:

Include your target keyword as many times as possible in your content. Google loves the keywords*. Watch your website languish in mid table obscurity and scratch your head wondering why it ain’t working, it all seemed so simple.

(*not really)

Side two:

You understand that Google is smarter than just counting the amount of keywords that exactly match a search. So you write for the user…..creatively, with almost excessive flair. Your content is renowned for its cryptic and subconscious messaging.

It’s so subconscious that a machine doesn’t have a clue what you’re talking about. Replicate results for Side One. Cue similar head scratching.

Let’s start with side one. White Hat (and successful) SEO is not about ‘gaming’ Google, or other search engines for that matter. You have to give Doc Brown a call and hop in the DeLorean back to the early 2000s if that’s the environment you’re after.

Search engines are focused on providing the most relevant and valuable results for their users. As a by product they have, and are, actively shutting down opportunities for SEOs to manipulate the search results through underhanded tactics.

What are underhanded tactics? I define them by tactics that don’t provide value to the user; they are only employed to manipulate the search results.

Here’s why purely focusing on keywords is outdated

Simply put, Google’s search algorithm is more advanced than counting the amount of keyword matches on a page. They’re more advanced than assessing keyword density as well. Their voracious digital Panda was the first really famous update to highlight to the industry that they would not accept keyword stuffing.

Panda was the first, but certainly not the last. Since 2011 there have been multiple updates that have herded the industry away from the dark days of keyword stuffing to the concept of user-centric content.

I won’t go into heavy detail on each one, but have included links to more information if you so desire:

Hummingbird, Latent Semantic Indexing and Semantic Search

Google understands synonyms; that was relatively easy for them to do. They didn’t stop there, though. Hummingbird helps them to understand the real meaning behind a search term instead of the keywords or synonyms involved in the search.

RankBrain

Supposedly one of the three most important ranking factors for Google. RankBrain is machine learning that helps Google, once again, understand the true intent behind a search term.

All of the above factors have led to an industry that is focused more on the complete search term and satisfying the user intent behind the search term as opposed to focusing purely on the target keyword.

As a starting point, content should always be written for the user first. Focus on task completion for the user, or as Moz described in their White Board Friday ‘Search Task Accomplishment’. Keywords (or search terms) and associated phrases can be included later if necessary, more on this below.

Writing user-centric content pays homage to more than just the concept of ranking for keywords. For a lot of us, we want the user to complete an action, or at the very least return to our website in the future.

Even if keyword stuffing worked (it doesn’t), you might get more traffic but would struggle to convert your visitors due to the poor quality of your content.

So should we completely ignore keywords?

Well, no, and that’s not me backtracking. All of the above advice is legitimate. The problem is that it just isn’t that simple. The first point to make is that if your content is user centric, your keyword (and related phrases) will more than likely occur naturally.

You may have to play a bit of a balancing act to make sure that you don’t up on ‘Side Two’ mentioned at the beginning of this article. Google is a very clever algorithm, but in the end it is still a machine.

If your content is a bit too weird and wonderful, it can have a negative impact on your ability to attract the appropriate traffic due to the fact that it is simply too complex for Google to understand which search terms to rank your website for.

This balancing act can take time and experience. You don’t want to include keywords for the sake of it, but you don’t want to make Google’s life overly hard. Experiment, analyse, iterate.

Other considerations for this more ‘cryptic’ content is how it is applied to your page and its effect on user experience. Let’s look at a couple of examples below:

Metadata

Sure, more clickbait-y titles and descriptions may help attract a higher CTR, but don’t underestimate the power of highlighted keywords in your metadata in SERPs.

If a user searches for a particular search term, on a basic level they are going to want to see this replicated in the SERPs.

Delivery to the user

In the same way that you don’t want to make Google’s life overly difficult, you also want to deliver your message as quickly as possible to the user.

If your website doesn’t display content relevant to the user’s search term, you run the risk of them bouncing. This, of course, can differ between industries and according to the layout/design of your page.

Keywords or no keywords?

To sum up, SEO is far more complex than keywords. Focusing on satisfying user intent will produce far greater results for your SEO in 2018, rather than a focus on keywords.

You need to pay homage to the ‘balancing act’, but if you follow the correct user-centric processes, this should be a relatively simple task.

Are keywords still relevant in 2018? They can be helpful in small doses and with strategic inclusion, but there are more powerful factors out there.



from https://searchenginewatch.com/2018/02/26/are-keywords-still-relevant-to-seo-in-2018/

source https://kateninablog.tumblr.com/post/171319355269

Friday, 23 February 2018

15 Ways to Use Snapchat for Your Business

The days of Snapchat being used solely for sending pictures between friends are over.

This social media platform has evolved. Your company can’t afford to ignore the impact this marketing channel can have on your business.

It’s an absolute necessity if you’re focusing on Generation Z as your target market. That’s because 71% of Gen Z use Snapchat as part of their daily routines. Plus, 51% of this group use Snapchat roughly 11 times each day.

While Snapchat is known for its popularity with teens, its market penetration is starting to hit young adults and older generations as well.

image1 4

Snapchat is a viable marketing channel if your current target market falls anywhere between the ages of 12 and 34. But keep an eye on these trends as older generations may continue adapting to this platform.

In Q4 of 2017, Snapchat hit 187 million active daily users. The platform has seen more than an 18% growth rate in terms of daily users in the last year.

There is no sign of a slow down, and I expect these marketing trends to continue in the future.

What exactly does this mean for your business?

It’s great news. You now have another viable marketing channel to engage with your customers.

But this may be intimidating or confusing if you’ve never used Snapchat before and don’t know how to apply it to your business.

Fortunately, you’re in luck. I’ll show you the top 15 ways to use Snapchat for your business.

1. Post to your story often

Once you’ve created a Snapchat account, you need to make sure it’s active. The best way to approach this is by adding content to your story on a daily basis.

Anything you post on Snapchat will disappear after 24 hours. Posting content often will keep your brand fresh in the minds of your followers.

Just don’t go overboard. Posting 20 times in one day isn’t effective.

That’s because people will skip over your posts. Depending on how many people a user follows on Snapchat, they’ll have lots of stories to view each day.

But that doesn’t mean they are going to watch every single post in its entirety.

According to a study conducted by Snaplytics, engagement drops by 36% once users reach the fourth snap of a story. They also discovered that roughly 80% of your followers will see your post about 4 or 5 hours after it’s been added to your story.

What does this mean for you?

Based on these numbers, I’d recommend updating your Snapchat story about three times per day, every four or five hours.

This will help keep your engagement high and prevent your followers from skipping over your content.

2. Promote your Snapchat account on other marketing channels

For your Snapchat strategy to be successful, you need followers.

Rather than trying to conjure up followers out of thin air, try to target users following your business accounts on other platforms.

Look at how People Magazine uses this strategy in their Instagram bio:

image5 4

This is really important for you, especially if you just created a Snapchat account for your company. Nobody’ll know you have an account unless you tell them.

In addition to Instagram, you can promote it on your Facebook and Twitter accounts. You can even work this promotion into your YouTube videos.

Tell your email subscribers to follow you on Snapchat and pitch it on your website too.

The more channels you promote it on, the greater the chance of getting more followers you’ll have.

3. Create a sponsored lens

People love to use Snapchat filters and lenses.

It’s estimated that sponsored filters are seen by 16 million users each day. These filters are a way for people to take creative photos.

Snapchat has plenty of them built directly into their platform. Instead of posting a basic selfie, users can make the image black and white, apply a filter to make their eyes abnormally large, or make their nose disappear.

Some filters for video snaps can even change the pitch of your voice.

All of these were created to make users have more fun. They’ll send a snap to their friends with one of these filters because it’s entertaining and often humorous.

But now businesses can create a sponsored filter as well. Gatorade used this strategy during Super Bowl 50, and it turned into one of the most successful Snapchat campaigns on record.

If you’ve ever watched the Super Bowl, you know it’s tradition for the winning coach to get Gatorade dumped on his head by the players. So Gatorade created a sponsored filter during the game that would simulate Gatorade getting dumped on the user’s head.

The filter had more than 165 million views and increased their purchase intent by 8%.

Here’s another example from Taco Bell to show you what these filters look like:

image6 4

As you can see, the filters themselves are silly, but they create brand awareness and help you create engagement.

The only problem with this strategy is that it’s expensive. If you want to create a filter during a holiday or special event, such as the Super Bowl, you have to be ready to dish out between $100,000 and $750,000.

That cost will keep your filter active for 24 hours. But if you can afford it, the return on your investment can be huge.

The Taco Bell filter above was viewed 224 million times. The average user spent 24 seconds playing with the lens before sharing it with friends.

4. Let social influencers take over your account

Another great way to get more followers and increase engagement is through social proof.

Celebrities and other influencers already have a steady following on social media. Take advantage of that.

If you allow someone else to take over your Snapchat account, you can expose your brand to a much wider audience. Some of these people may not even know your company existed until they saw an influencer talking about it.

You may need to pay the influencer to do this unless you have some kind of other mutual agreement or common interest in whatever you’re promoting.

Here’s a great example of what I’m talking about from iHeartRadio:

image8 2

They allowed singer Hailee Steinfeld to take over their account. As a result, she promoted the takeover to her fans on social media.

Hailee has over 933k followers on Twitter and more than 8 million Instagram followers. This is great brand exposure for iHeartRadio, especially because she is directly related to their industry.

That’s important for you to keep in mind as well. You may find a professional basketball player with 10 million Instagram followers, but if sports aren’t related to your industry, their followers may not be relevant to your company.

5. Feature user-generated content

Ask your followers to send you pictures and videos of them interacting with your brand or using your products.

You can repost this content on your Snapchat story.

A great way to encourage user-generated content is by running contests and similar promotions.

GrubHub used this strategy on Snapchat a few years back. Their campaign was a huge success.

They ran a contest called “SnapHunt,” which lasted for a week. Every day they posted a new challenge. A winner was selected for each challenge and won a $50 gift card.

During this contest, GrubHub’s followers grew by 20%. Furthermore, 30% of their followers participated in this contest.

It’s safe to say engagement was high.

6. Offer discounts and promo codes

Not sure what to post on your story?

When in doubt, give your followers something they can actually use. Send out discounts and other promotional offers via Snapchat.

This strategy will also help you drive sales and increase conversions. KIND used this strategy to offer their Snapchat followers 15% off a purchase.

image4 4

When you’re posting on Snapchat, keep the overall goal of your company in mind. Don’t get distracted with all the other bells and whistles.

You want sales.

Offering discounts is a great way to accomplish this.

7. Take over another account

Earlier we talked about letting someone else take over your Snapchat account. But another effective strategy is taking over another account yourself.

When someone else takes over your account, you’re relying on that person’s followers to add you on Snapchat to view your content.

But when you take over an account, the audience won’t have to do anything. It will be your job to convince them they should be following your brand.

Make sure your content is engaging.

Even if they don’t add your Snapchat account, you’ll still be able to create brand awareness with a new audience.

8. Promote a new product

Keep your followers up to date with any exciting news from your brand. A new product launch is definitely worth mentioning.

Even if your product hasn’t launched yet, you can build hype and anticipation—consumers will be ready for it when your product finally gets released.

Here’s something to take into consideration. How often do people visit your website? I’m willing to bet that the average consumer isn’t checking your website on a daily basis for any updates.

But they are checking Snapchat every day.

Just because you’re promoting a new product launch on your website doesn’t mean that people will see it. That’s why you’ve got to take advantage of other marketing channels.

Here’s an example of a new product promotion via Snapchat from McDonald’s:

image7 4

Try to follow their lead the next time you want to tell your followers about a new product or service.

9. Provide exclusive access

It’s obviously unreasonable to let your social media followers to walk right into your office and check things out.

But with Snapchat, you can give them that same exclusive feeling by providing them with behind-the-scenes content. Show your followers what it’s like in your office or production facility.

If you’re at an event, take snaps of some of the action backstage.

This type of content will keep your followers engaged because it makes them feel as if they are getting VIP treatment.

10. Reply to your followers

The majority of your Snapchat strategy should be focused on uploading content to your story. However, that’s not the only way to engage with your audience.

Followers may reply to your story and send you direct messages as well.

On other social media platforms, like Facebook, Instagram, or Twitter, everyone can see whether you’re responding to followers or not.

But on Snapchat, only you and the person sending the message know whether you’re responding. So it’s easy for companies to ignore comments on Snapchat.

But you should still make an effort to reply to your followers.

Getting a personal response from a brand will make the user feel special. Ignoring their message shows them you don’t care about what they have to say.

68% of customers say the reason why they stop using a particular brand is if they don’t think the company cares about them.

You can easily avoid this by simply responding to those private messages.

11. Post relevant content

Your snaps shouldn’t be mindless images of your products. You can use this platform to show your audience your brand is aware of various topics.

You could talk about charities or any other type of social involvement of your business.

Here’s an example from Dove. They used their platform to discuss self-esteem issues:

image2 4

Their Snapchat story featured interviews with 30 women and various psychologists. They wanted to have an open discussion about self-esteem issues to help women enhance their self-images.

As a result, the campaign had more than 130,000 views.

Just make sure you tread carefully when you’re approaching something like this. It’s best for businesses to stay away from issues involving race, religion, politics, and other controversial topics.

12. Promote an upcoming event

If your company is hosting or attending some kind of meeting or event, tell your audience about it.

Depending on what kind of event it is, you could even try to get your followers to come and show their support.

67% of people are more likely to purchase tickets to an event after watching a similar event on a live video stream.

While Snapchat technically isn’t live video, it’s pretty close. You can assume the percentage of people interested in the event will be similar.

13. Drive traffic to your website

Snapchat recently introduced a new feature that allows you to add links to your story. To do this, simply take a photo or video using their camera as you normally would.

Then click the paperclip icon before adding it to your story.

image3 4

Now you can add a link to your post. Users will have access to the link if they follow the prompt at the bottom of your story to “swipe up.”

This is a great way to increase your website traffic.

14. Inform your followers about an important milestone

Keep your Snapchat audience informed about important dates for your company.

Is it your 10th anniversary? Is it your CEO’s birthday?

You can even talk about other milestones, like getting your 10,000th follower on a certain social media platform.

All of these are great excuses to post on Snapchat. It’s a nice break from the same boring posts that get shared on a daily basis.

15. Mix it up

This piggybacks on my last point. You don’t want your content to be boring.

Lots of the tips we’ve discussed so far are definitely useful and should be applied to your Snapchat marketing strategy. But with that said, don’t just pick one or two and use the same ones every day.

You’ve got to keep things interesting.

If your followers aren’t entertained, they’ll stop following you. Once that happens, it won’t be easy for you to market to those people again.

You can avoid this by keeping your content fresh.

Conclusion

Snapchat is growing in popularity. If your company doesn’t have a Snapchat account, you need to create one ASAP.

But once your account is active, you need to get followers and keep them engaged.

Overall, you want to make sure your Snapchat marketing strategy makes your business better. In addition to creating brand awareness, you want to drive sales as well.

Whether Snapchat is new for you or you’re looking for a fresh insight to spice up your existing Snapchat marketing campaign, the tips I’ve outlined above are a great place to start.

Use this guide as a reference for increasing engagement on Snapchat.

What tactics are you using to connect with your followers on Snapchat?



from http://feedproxy.google.com/~r/Quicksprout/~3/J2kvUgfguj0/

source https://kateninablog.tumblr.com/post/171209160219

Thursday, 22 February 2018

The SEO’s essential guide to web technology

As an SEO professional, your role will invariably lead you to interactions with people in a wide variety of roles including business owners, marketing managers, content creators, link builders, PR agencies, and developers.

That last one – developers – is a catch-all term that can encompass software engineers, coders, programmers, front- and back-end developers, and IT professionals of various types. These are the folks who write the code and/or generally manage the underlying various web technologies that comprise and power websites.

In your role as an SEO, it may or may not be practicable for you to completely master programming languages such as C++ and Java, or scripting languages such as PHP and JavaScript, or markup languages such as HTML, XML, or the stylesheet language CSS.

And, there are many more programming, scripting, and markup languages out there – it would be a Herculean task to be a master of every kind of language, even if your role is full-time programmer and not SEO.

But, it is essential for you, as an SEO professional, to understand the various languages and technologies and technology stacks out there that comprise the web. When you’re making SEO recommendations, which developers will most likely be executing, you need to understand their mindset, their pain points, what their job is like – and you need to be able to speak their language.

You don’t have to know everything developers know, but you should have a good grasp of what developers do so that you can ask better questions and provide SEO recommendations in a way that resonates with them, and those recommendations are more likely to be executed as a result.

When you speak their language, and understand what their world is like, you’re contributing to a collaborative environment where everyone’s pulling on the same side of the rope for the same positive outcomes.

And of course, aside from building collaborative relationships, being a professional SEO involves a lot of technical detective work and problem detection and prevention, so understanding various aspects of web technology is not optional; it’s mandatory.

Web tech can be complex and intimidating, but hopefully this guide will help make things a little easier for you and fill in some blanks in your understanding.

Let’s jump right in!

The internet vs. the World Wide Web

Most people use these terms interchangeably, but technically the two terms do not mean the same thing, although they are related.

The Internet began as a decentralized network of independent interconnected computers.

The US Department of Defense was involved over time and awarded contracts, including for the development of the ARPANET (Advanced Research Projects Agency Network) project, which was an early packet switching network and first to use TCP/IP (Transmission Control Protocol and Internet Protocol).

The ARPANET project led to “internetworking” where various networks of computers could be joined into a larger “network of networks”.

The development of the World Wide Web is credited to British computer scientist Sir Tim Beners-Lee in the 1980s; he developed linking hypertext documents, which resulted in an information-sharing model built “on top” of the Internet.

Documents (web pages) were specified to be formatted in a markup language called “HTML” (Hypertext Markup Language), and could be linked to each other using “hyperlinks” that users could click to navigate to other web pages.

Further reading:

Web hosting

Web hosting, or hosting for short, are services that allow people and businesses to put a web page or a website on the internet. Hosting companies have banks of computers called “servers” that are not entirely dissimilar in nature to computers you’re already familiar with, but of course there are differences.

There are various types of web hosting companies that offer a range of services in addition to web hosting; such services may include domain name registration, website builders, email addresses, website security services, and more.

In short, a host is where websites are published.

Further reading:

Web servers

A web server is a computer that stores web documents and resources. Web servers receive requests from clients (browsers) for web pages, images, etc. When you visit a web page, your browser requests all the resources/files needed to render that web page in your browser. It goes something like this:

Client (browser) to server: “Hey, I want this web page, please provide all the text, images and other stuff you have for that page.”

Server to client: “Okay, here it is.”

Various factors impact how quickly the web page will display (render) including the speed of the server and the size(s) of the various files being requested.

There are three server types you’ll most often encounter:

  1. Apache is open-source, free software compatible with many operating systems such as Linux. An often-used acronym is “LAMP stack” referring to a bundling of Linux, Apache, MySQL (relational database) and PHP (a server-side scripting language).
  2. IIS stands for “Internet Information Services” and is proprietary software made by Microsoft. An IIS server is often referred to as a “Windows Server” because it runs on Windows NT operating systems.
  3. NGINX – pronounced “Engine X”, is billed as a high-performance server able to also handle load balancing, used as a reverse proxy, and more. Their stated goals and reason for being include outperforming other types of servers.

Further reading:

Server log files

Often shortened to “log files”, these are records of sever activity in response to requests made for web pages and associated resources such as images. Some servers may already be configured to record this activity, others will need to be configured to do so.

Log files are the “reality” of what’s happening with a website and will include information such as the page or file requested, date and time stamp of the request, the user agent making the request, the response type (found, error, redirected, etc.), the referrer, and a few other items such as bytes served and client IP address.

SEOs should get familiar with parsing log files. To go into this topic in more detail, read JafSoft’s explanation of a web server log file sample.

FTP

FTP stands for File Transfer Protocol, and it’s how you upload resource files such as webpages, images, XML Sitemaps, robots.txt files, and PDF files to your web hosting account to make these resource files available and viewable on the Web via browsers. There are free FTP software programs you can use for this purpose.

The interface is a familiar file-folder tree structure where you’ll see your local machine’s files on the left, and the remote server’s files on the right. You can drag and drop local files to the server to upload. Voila, you’ve put files onto the internet! For more detail, Wired has an excellent guide on FTP for beginners.

Domain name

A domain name is a string of (usually) text and is used in a URL (Uniform Resource Locator). Keeping this simple, for the URL https://www.website.com, “website” is the domain name. For more detail, check out the Wikipedia article on domain names.

Root domain & subdomain

A root domain is what we commonly think of as a domain name such as “website” in the URL https://www.website.com. A subdomain is the www. part of the URL. Other examples of subdomains would be news.website.com, products.website.com, support.website.com and so on.

For more information on the difference between a domain and a subdomain, check out this video from HowTech.

URL vs. URI

URL stands for “Universal Resource Locator” (such as https://www.website.com/this-is-a-page) and URI stands for “Uniform Resource Identifier” and is a subset of a full URL (such as /this-is-a-page.html). More info here.

HTML, CSS, and JavaScript

I’ve grouped together HTML, CSS, and JavaScript here not because each don’t deserve their own section here, but because it’s good for SEOs to understand that those three languages are what comprise much of how modern web pages are coded (with many exceptions of course, and some of those will be noted elsewhere here).

HTML stands for “Hypertext Markup Language”, and it’s the original and foundational language of web pages on the World Wide Web.

CSS stands for “Cascading Style Sheets” and is a style sheet language used to style and position HTML elements on a web page, enabling separation of presentation and content.

JavaScript (not to be confused with the programming language “Java”) is a client-side scripting language to create interactive features on web pages.

Further reading:

AJAX & XML

AJAX stands for “Asynchronous JavaScript And XML. Asynchronous means the client/browser and the server can work and communicate independently allowing the user to continue interaction with the web page independent of what’s happening on the server. JavaScript is used to make the asynchronous server requests and when the server responds JavaScript modifies the page content displayed to the user. Data sent asynchronously from the server to the client is packaged in an XML format, so it can be easily processed by JavaScript. This reduces the traffic between the client and the server which increases response time and speed.

XML stands for “Extensible Markup Language” and is similar to HMTL using tags, elements, and attributes and was designed to both store and transport data, whereas HTML is used to display data. For the purposes of SEO, the most common usage of XML is in XML Sitemap files.

Structured data (AKA, Schema.org)

Structured data is markup you can add to the HTML of a page to help search engines better understand the content of the page, or at least certain elements of that page. By using the approved standard formats, you provide additional information that makes it easier for search engines to parse the pertinent data on the page.

Common uses of structured data are to markup certain aspects of recipes, literary works, products, places, events of various types, and much more.

Schema.org was launched on June 2, 2011, as a collaborative effort by Google, Bing and Yahoo (soon after joined by Yandex) to create a common set of agreed-upon and standardized set of schemas for structured data markup on web pages. Since then, the term “Schema.org” has become synonymous with the term “structured data”, and Schema.org structured data types are continually evolving with new types being added with relative frequency.

One of the main takeaways about structured data is that it helps disambiguate data for search engines so they can more easily understand information and data, and that certain marked-up elements may result in additional information being displayed in Search Engines Results Pages (SERPs), such as review stars, recipe cooking times, and so on. Note that adding structured data is not a guarantee of such SERP features.

There are a number of structured data vocabularies that exist, but JSON-LD (JavaScript Object Notation for Linked Data) has emerged as Google’s preferred and recommended method of doing structured data markup per the Schema.org guidelines, but other formats are also supported such as microdata and RDFa.

JSON-LD is easier to add to pages, easier to maintain and change, and less prone to errors than microdata which must be wrapped around existing HML elements, whereas JSON-LD can be added as a single block in the HTML head section of a web page.

Here is the Schema.org FAQ page for further investigation – and to get started using microdata, RDFa and JSON-LD, check out our complete beginner’s guide to Schema.org markup.

Front-end vs. back-end, client-side vs. server-side

You may have talked to a developer who said, “I’m a front-end developer” and wondered what that meant. Of you may have heard someone say “oh, that’s a back-end functionality”. It can seem confusing what all this means, but it’s easily clarified.

“Front-end” and “client-side” both mean the same thing: it happens (executes) in the browser. For example, JavaScript was originally developed as something that executed on a web page in the browser, and that means without having to make a call to the server.

“Back-end” and “server-side” both mean the same thing: it happens (executes) on a server. For example, PHP is a server-side scripting language that executes on the server, not in the browser. Some Content Management Systems (CMS for short) like WordPress use PHP-based templates for web pages, and the content is called from the server to display in the browser.

Programming vs. scripting languages

Engineers and developers do have differing explanations and definitions of terms. Some will say ultimately there’s no differences or that the lines are blurry, but the generally accepted difference between a programming language (like C or Pascal) vs. a scripting language (like JavaScript or PHP) is that a programming language requires an explicit compiling step, whereas human-created, human-readable code is turned into a specific set of machine-language instructions understandable by a computer.

Content Management System (CMS)

A CMS is a software application or a set of related programs used to create and manage websites (or we can use the fancy term “digital content”). At the core, you can use a CMS to create, edit, publish, and archive web pages, blog posts, and articles and will typically have various built-in features.

Using a CMS to create a website means that there is no need to create any code from scratch, which is one of the main reasons CMS’ have broad appeal.

Another common aspect of CMS’ are plugins, which can be integrated with the core CMS to extend functionalities which are not part of the core CMS feature list.

Common CMS’ include WordPress, Drupal, Joomla, ExpressionEngine, Magento, WooCommerce, Shopify, Squarespace, and there are many, many others.

Read more here about Content Management Systems.

Content Delivery Network (CDN)

Sometimes called a “Content Distribution Network”, CDNs are large networks of servers which are geographically dispersed with the goal of serving web content from a server location closer to the client making the request in order to reduce latency (transfer delay).

CDNs cache copies of your web content across these servers, and then servers nearest to the website visitor serve the requested web content. CDNs are used to provide high availability along with high performance. More info here.

HTTPS, SSL, and TLS

Web data is passed between computers via data packets of code. Clients (web browsers) serve as the user interface when we request a web page from a server. HTTP (hypertext transfer protocol) is the communication method a browser uses to “talk to” a server and make requests. HTTPS is the secure version of this (hypertext transfer protocol secure).

Website owners can switch their website to HTTPS to make the connection with users more secure and less prone to “man in the middle attacks” where a third party intercepts or possibly alters the communication.

SSL refers to “secure sockets layer” and is a standard security protocol to establish communication encryption between the server and the browser. TLS, Transport Layer Security, is a more-recent version of SSL

HTTP/1.1 & HTTP/2

When Tim Berners-Lee invented the HTTP protocol in 1989, the computer he used did not have the processing power and memory of today’s computers. A client (browser) connecting to a server using HTTP/1.1 receives information in a sequence of network request-response transactions, which are often referred to as “round trips” to the server, sometimes called “handshakes”.

Each round trip takes time, and HTTPS is an HTTP connection with SSL/TSL layered in which requires yet-another handshake with the server. All of this takes time, causing latency. What was fast enough then is not necessarily fast enough now.

HTTP/2 is the first new version of HTTP since 1.1. Simply put, HTTP/2 allows the server to deliver more resources to the client/browser faster than HTTP/1.1 by utilizing multiplexing, compression, request prioritization, and server push which allows the server to send resources to the client that have not yet been requested.

Further reading:

Application Programming Interface (API)

Application is a general term that, simply put, refers to a type of software that can perform specific tasks. Applications include software, web browsers, and databases.

An API is an interface with an application, typically a database. The API is like a messenger that takes requests, tells the system what you want, and returns the response back to you.

If you’re in a restaurant and want the kitchen to make you a certain dish, the waiter who takes your order is the messenger that communicates between you and the kitchen, which is analogous to using an API to request and retrieve information from a database. For more info, check out Wikipedia’s Application programming interface page.

AMP, PWA, and SPA

If you want to build a website today, you have many choices.

You can build it from scratch using HTML for content delivery along with CSS for look and feel and JavaScript for interactive elements.

Or you could use a CMS (content management system) like WordPress, Magento, or Drupal.

Or you could build it with AMP, PWA, or SPA.

AMP stands for Accelerated Mobile Pages and is an open source Google initiative which is a specified set of HTML tags and various functionality components which are ever-evolving. The upside to AMP is lightning-fast loading web pages when coded according to AMP specifications, the downside is some desired features may not be currently supported, and issues with proper analytics tracking.

Further reading:

PWA stands for Progressive Web App, and it blends the best of both worlds between traditional websites and mobile phone apps. PWAs deliver a native app-like experience to users such as push notifications, the ability to work offline, and create a start icon on your mobile phone.

By using “service workers” to communicate between the client and server, PWAs combines fast-loading web pages with the ability to act like a native mobile phone app at the same time. However, because PWAs are JavaScript frameworks, you may encounter a number of technical challenges.

Further reading:

SPAs – Single Page Applications – are different from traditional web pages which load each page a user requests in a session via repeated communications with the server. SPAs, by contrast, run inside the browser and new pages viewed in a user session don’t require page reloading via server requests.

The primary advantages of SPAs include streamlined and simplified development, and a very fast user experience. The primary disadvantages include potential problems with SEO, due to search engines’ inconsistent ability to parse content served by JavaScript. Debugging issues can also be more difficult and take up more developer time.

It’s worth noting that future success of each of these web technologies ultimately depends on developer adoption.

Conclusion

Obviously, it would require a very long book to cover each and every bit of web technology, and in sufficient detail, but this guide should provide you, the professional SEO, with helpful info to fill in some of the blanks in your understanding of various key aspects of web technology.

I’ve provided many links in this article that serve as jumping off points for any topics you would like to explore further. There’s no doubt that there are many more topics SEOs need to be conversant with, such as robots.txt files, meta robots tags, rel canonical tags, XML Sitemaps, server response codes, and much more.

In closing, here’s a nice article on the Stanford website titled “How Does The Internet Work?” that you might find interesting reading; you can find that here.



from https://searchenginewatch.com/2018/02/22/the-seos-essential-guide-to-web-technology/

source https://kateninablog.tumblr.com/post/171166791879

Three SEO issues that your SEO report needs to include (but you probably overlook)

Good SEO reporting is tough. There’s so much conflicting and outdated advice in our industry that in many cases, SEOs tend to focus on buzz terms rather than good actionable advice.

I’ve seen hundreds of SEO reports throughout the years and I often have hard time walking out with a good plan of further action when it comes to making a website better optimized.

But it’s not the point of this article. What I’d like to start here is an open-ended discussion: Which SEO issues do you include in your SEO audits that others don’t?

Inspired by some recent SEO audits, here are three important SEO issues that I notice are often overlooked:

1. Trailing slash / No trailing slash

One of the most under-estimated issues with structuring URLs is double-checking whether your URLs work with and without a trailing slash at the end.

Read my old article on the issue which, despite being published all the way back in 2009, still holds true.

To summarize:

  • The best practice is to have both versions work properly
  • Google’s official recommendation is 301-redirecting one version to the other, which is something your client wants to do even if both versions work
  • Apart from accidental broken links (e.g. some HTML editors add / at the end of the URL automatically), this could result in lower rankings and lost traffic/conversions (e.g. when other websites link to the broken version of the page)

To diagnose the issue, I tend to use the free website crawler from SEOchat. For some reason it catches these issues more often than other crawlers.

You can also simply run a couple of random URLs through a header checker to see that no link power is being leaked and no users are being lost.

Trailing slash

Further reading: There’s another guide explaining problems and solutions when it comes to a trailing slash.

  • Implement 301 (permanent) redirects from one version to the other through your .htaccess file.
  • If you can’t use permanent redirects, use canonical elements instead – either will reduce the risk of duplicate content [Note: This solution is only valid when both versions actually work, so there will be no broken links]
  • Be consistent with your choice.

2. No H-subheads

A long time ago, we used to call those h2-h3 subheadings “semantic structure”, and we’d recommend using them to give keywords higher prominence.

H1 – H6 tags “briefly describe the topic of the section they introduce”. They can “be used by user agents, for example, to construct a table of contents for a document automatically“.

Other than that there was no obvious tangible benefit to using them.

These days, everything has changed because using H2 tags and including your keyword in them can get you featured!

Image taken from my Featured Snippets FAQ on Content Marketing Institute, where I explain how <h2> tags can help you get a featured snippet

The featured snippet algorithm is being changed daily, so it is going to be harder and harder to get featured. So far, though, they work like a charm and thanks to that, you have a very obvious reason to convince your clients to start using these tags: They can help you get featured!

Netpeak Spider is an excellent tool to diagnose H-structure of the whole website. It gives a detailed report containing content and number of H1-H6 tags, missing tags, and more:

Netpeak Spider

3. Thin content

How do we define thin content?

  • Little original content on the page (usually, just a paragraph or two)
  • Lack of positive signals (links, clicks/traffic, mentions/shares. The latter is mostly an indicator of user engagement)

Everyone talks about thin content in our industry, but an alarming number of SEO reports fail to include it.

Why so? I see two reasons:

  • Thin content is hard to diagnose
  • Thin content is hard to explain (how to convince a client of a 100,000-page website to invest in editing existing content and consolidating lower-quality pages)

When it comes to diagnosing, I’d like to direct you to the awesome audit template from Annie Cushing. It does include thin content diagnostics and even explains how to find it.

As to explaining the issue to clients, the problem with thin-content pages is that it can negatively affect the whole site. If a search crawler finds a high percentage of thin content on a website, it may decide that the whole site is not of much value either. That’s the essence of the Panda update (which is now part of Google’s algorithm).

For more context, check out this video by Jim Boykin:

Whenever your site is affected, almost always the answer is “You have too much thin content”

That being said, thin content may be a reason of your client’s website slowly but surely losing its rankings. It’s very tough to diagnose:

  1. There are no longer thin-content-related updates being announced.
  2. The loss of rankings is very gradual making it hard to pin-point when and why it started
  3. Pages losing rankings may be of better quality than the rest of your website. Thin content may not have ranked for ages. What’s new is that they may now start negatively effect pages that do rank.

Like duplicate content, it’s not right to call this a penalty. Even though thin content may be dragging your site down, it’s not a penalty. It’s part of Google’s effort to keep its results higher-quality.

What other SEO issues do you consider often overlooked in our industry? Share your insights!



from https://searchenginewatch.com/2018/02/22/three-seo-issues-that-your-seo-report-needs-to-include-but-you-probably-overlook/

source https://kateninablog.tumblr.com/post/171166791674

Wednesday, 21 February 2018

Overcoming 4 black hat SEO techniques that spammers and scammers use to harm your search rankings

This might come as an utter shock, but not everyone on the web plays by the rules.

The dark side of SEO can be particularly crippling to a business if they aren’t aware of how to fight back.

All those algorithms Google and other search engines use to identify sites that demonstrate genuine value to its audience – and to reward accordingly with higher search rankings – also include mechanisms to suppress sites that do a poor job at offering relevant, useful information.

Unfortunately, competitors, scammers, and other disgruntled parties that want to digitally damage a business’ reputation have a number of negative SEO techniques at their disposal.

Here are four negative (or black hat) SEO tactics to keep a keen eye out for, and how you can protect your site – and your business – from being a victim.

1) Link farms and spammy backlinks have framed your site as the bad guy

In this particularly infuriating technique, bad actors will use link farms to direct high volumes of spam-quality links to your site. The attacker’s goal here is making it look like your site is trying to cheat the algorithms with a horrendously executed link-building campaign. Yes, it’s a digital frame job.

The malicious party will likely repeat content associated with the backlinks across a range of sites that themselves have negative reputations. By doing so, the search algorithms are certain to flag your site as engaging in bad SEO practices, and you will be penalized accordingly.

Checking for potential spammy backlinks

Your solution: Link monitoring and reporting

Up-to-date and accurate knowledge of where your website’s traffic is coming from is critical to stopping this. Recognizing a negative SEO backlink campaign in its earliest stages will help mitigate its detrimental effects.

Allowing it to proceed unchallenged for even a few weeks can result in significant damage to your site’s reputation that will be much more difficult to repair.

Active link monitoring is also a good habit to get into to proactively combat link farms and nefarious backlinks. When bad links point to your site, submit a list of the domains through Google Search Console and disavow these backlinks. Do this regularly to ensure that any spam links from unscrupulous domains do not influence your search rankings.

2) Someone is duplicating your original content and spreading it with link farms

High-quality content takes a good deal of effort to create, so perhaps it’s no surprise that other sites might be tempted to copy it from yours and present it as their own.

This is, of course, copyright infringement, and it is bad enough when done just for the benefit of the stolen content itself.

However, black hat SEO types like to take it a step further by scraping content before search engines crawl it. They then duplicate the content across link farms so that confused search engines actually penalize your site for posting spammed blog posts, whitepapers, or whatever great content you created.

Your solution: Report copyright infringement immediately

Again, vigilance is the answer. When you find that your content is being used elsewhere, an appropriate first step is to contact the site and let them know.

Ideally at this point, a known content contributor is responsible and the website’s management was wholly unaware (and will gladly take down what is not rightfully theirs).

If that option is exhausted and you still have an issue, however, the search engines need to be made aware. Use Google’s Online Copyright Infringement form to establish yourself as the rightful owner of the content in question; doing so will protect your site from SEO penalties related to that content.

3) Your site is hacked and content has been altered

Hacking and malware attacks are growing concerns for just about any website today, but the subtle application of these methods to harm your SEO may come as a surprise to many.

This technique is especially dangerous because it may go completely unnoticed: attackers that gain access to your site may target older or less viewed pages, or they might make changes that aren’t apparent on the surface.

A malicious actor with access to your site – perhaps the lifeblood of your business – is a scary prospect. They might fill your site with duplicated, low-quality, or unwholesome content that is sure to be flagged by search engines. Links on your webpages might also be redirected to problematic external sites.

Making matters worse, your content can be altered in several kinds of ways, including at the HTML level where only a careful look at the code can reveal what has actually been done.

Your solution: Site audits and monitoring

A watchful eye on webpage performance across your site can usually expose any anomalies caused by hacked content. For example, traffic spikes on pages with normally consistent traffic, new backlinks to old pages, abnormal backlinks, or ranking increases for abnormal keywords can be telltale signs of subtle content changes that need to be investigated.

Websites should also be sure to take care in controlling access to content. It is not unheard of in these situations that the culprit is actually a former employee or contributor, intent on causing mayhem by using legitimate credentials that should have been revoked when the business (and the site) parted ways with them.

4) Fake reviews are bringing down your company’s reputation

It remains relatively easy to fill review sites such as Yelp, Google, and a host of others with false and/or negative sentiments in an effort to discredit a business. These efforts can absolutely reduce your local SEO, which will almost assuredly hamper web traffic and sales.

Fake reviews can be recognized by a few typical attributes. A sudden spike in negative reviews, with no corresponding event to explain them, should immediately be suspect. Negative reviews all posted in the same window of a few hours or days are worth investigating as well.

Fake reviews tend to be short and not very descriptive, since there’s no actual experience for them to describe. The reviewers’ profiles offer clues as well: if a reviewer lacks a history of posting reviews, it may well be an account created specifically for this negative SEO attack.

Your solution: Report fake reviews

Any business can expect some degree of negative feedback, and most might even view it as useful criticism when appropriate. However, fake reviewers don’t require feedback or courtesy.

Review sites – including Google and Yelp, two of the most important to many businesses and their SEO – usually offer the review subject a mechanism for flagging fake reviews. Protect your site by being diligent in doing so.

The solutions above contain a clear running theme: the price of freedom from negative SEO is constant vigilance. By monitoring key metrics of your site and your digital presence (and taking swift action when necessary), you can keep your site and its standing with search engines safe no matter what black hat SEO types try.

Kim Kosaka is the Director of Marketing at alexa.com, whose tools provide insight into digital behavior that marketers use to better understand and win over their audience.



from https://searchenginewatch.com/2018/02/21/overcoming-4-black-hat-seo-techniques-that-spammers-and-scammers-use-to-harm-your-search-rankings/

source https://kateninablog.tumblr.com/post/171143674234

10 Under the Radar Tactics to Persuade Your Audience to Take Action

To be a successful marketer, you need to come up with ways to engage with your audience.

The goal of every marketing campaign should be to get people to complete a specific action. Some examples of these actions might be:

  • generating a sale
  • getting users to download something
  • adding new subscribers
  • creating social proof of concept
  • driving traffic to a specific landing page

You know what you want your audience to do, but things don’t always go as planned. Sometimes these people need a little extra convincing.

That’s totally OK. Don’t be discouraged if you don’t have high conversion rates right now or if you need a boost in sales.

There is always room for improvement. That’s what inspired me to create this guide.

I want to share with you how you can use persuasion tactics to convince your audience to do something. As a result, you’ll get higher conversions and ultimately increase your profits.

These are the top 10 tactics that can be used to persuade your audience.  

1. Be willing to accept criticism

While it may not initially seem like it, accepting criticism is a valid method of persuasion. You’re not always right. People know that.

If you’re carrying yourself as though every word you write and speak is never wrong, your audience may think you’re arrogant. As a result, they will be less likely to take action.

Instead, show your audience you’re reasonable and open-minded by accepting feedback and criticism.

Here’s an example from a blog post written by Ben Labay at ConversionXL:

image2 1

One of the readers wrote a comment that disagreed with some of the points made in the article. There’s nothing wrong with that.

Some people are afraid to enable comments on their blog posts because they fear criticism. I always welcome comments and respond to them even if I don’t always see eye-to-eye with the writer.

Make sure you digest the opposite side of every argument. You may even realize the other person has valid points.

Now you can spin that criticism and re-position your argument with a positive angle that entices the person to take a specific action.

Live video streaming is another great platform to utilize for this purpose. You can converse with your audience in real time through these channels and have a discussion.

After watching a branded video, 64% of consumers are likely to make a purchase.

Furthermore, 46% of users complete an action after viewing a video advertisement.

Use this information in your marketing campaign. Next time you’re writing a post or streaming a live video, be more receptive to opposing opinions, and leverage that position to persuade your audience.

2. Find ways to get your audience to agree with you

On the other hand, it’s always better if your audience agrees with you. It just involves less work on your end.

But if you’re starting from a clean slate, the first thing you need to do is get people to start nodding their heads.

Make obvious claims or statements they’ll agree with.

Here’s a great example from an article written by Ian Blair at BuildFire:

image4 1

Ian’s persuasion is set up perfectly in the first few lines. These opening statements get the reader nodding their head right off the bat.

  • mobile apps are growing in popularity

  • the development process needs to be optimized

  • it takes a long time and lots of effort to launch an app

Anyone reading the above statements would agree with all of them. Now that the reader is in agreement, Ian offers a solution in the third line.

And the audience is hooked. They’ll continue reading and follow the advice to take specific actions.

This tactic isn’t limited to blogging. You can do this when you’re speaking to someone in person as well.

For example, a car salesman may set up a pitch for a certain vehicle by discussing the rising cost of gas. In the very next breath, they’ll show the consumer a hybrid vehicle with great gas mileage.

It’s a simple technique, but it’s extremely underrated. Try to implement this into your marketing strategy.

3. Show them actual evidence

Telling people something isn’t always enough to convince them. This is especially true if they don’t know you personally.

While your closest friends and family members know you wouldn’t lie to them, consumers may be skeptical.

So you’ll need to show evidence to back up your claims.

For example, you could tell your audience people like to use Facebook to get their news. But does that really mean anything if you don’t have any proof?

It’s much more effective to say,

According to a study conducted by the Pew Research Center, 67% of adults in the United States use social media platforms to get news.

image1 1

Show graphs or other data sources as a visual reference for your claims as well. If you’ve been following my blogs for a while, you know I use this technique all the time.

Visual evidence can have a remarkable impact on someone’s ability to retain information.

When information is communicated orally, the listener is only likely to remember 10% of what they heard three days later. But if images are paired with that data, 65% of the information is retained three days later.

You want your audience to take a specific action, but they may not do it right away. Give them some time.

Visual evidence will keep your persuasive voice in their minds even days after they consumed your content.

4. Limit their choices

If you’re trying to get people to buy a product or make a selection, limit their choices.

Marketers make this mistake all the time. They think offering hundreds of choices will appeal to a wider audience, leading to more sales.

The reality is, it has the opposite effect.

One of the best examples of this concept is referred to as the “Jam Study.” Here’s what researchers discovered.

A grocery store had a display table with 24 different types of jam. The table attracted 60% of people shopping in the store.

On average, each shopper sampled 2 flavors of jam, but only 3% of shoppers actually made a purchase.

On a different day in that same grocery store, a smaller display table offered 6 different jams. This time, 40% of shoppers were attracted to this display.

While people still sampled an average only 2 flavors, 30% of shoppers purchased jam.

When consumers had fewer choices, they were 10 times more likely to buy something. It’s known as the paradox of choice.

image6 1

People are indecisive. Giving them too many options will overwhelm them. They can’t make a decision, so they end up getting nothing.

Consumers are also more likely to feel buyer’s remorse if you offer too many options.

They will constantly second-guess their choices and may end up having a negative perception of your brand. Obviously, you don’t want this to happen.

If you’re trying to persuade someone to choose something, narrow down their options, and you’ll have higher conversion rates.

5. Know what your audience wants

It’s important to make sure you know your audience so that you can properly persuade them to do something.

You should know what platforms they are using and how to distribute content to the right audience. For example, research shows that men are more responsive to email, but women respond better to face-to-face interactions.

Find ways to captivate your audience and get their attention. This will make it easier for you to get them to do something.

Let’s say you have a broad target audience of men. What gets their attention? If ads for men’s products include photos and videos of attractive women, it definitely grabs their attention.

6. Focus on repetition

Just because your marketing campaign didn’t work the first time doesn’t mean you should completely trash it. Sometimes it takes a couple of attempts to persuade your audience.

Here’s an interesting psychological concept that shows the importance and relevance of repetition.

Studies show that in a group setting, if one person in the group repeats an opinion, others are more likely to see it as a representation of the entire group.

Still don’t think repetition is important? Let’s see what you think of the following phrases:

  • Just do it
  • I’m lovin’ it
  • 15 minutes could save you 15% or more on car insurance

As you know, those aren’t just random words. Those are recognizable company slogans. I don’t even have to say the names of those companies.

You knew exactly what I was referring to because these slogans have been repeated enough times to become familiar.

Are you experiencing shopping cart abandonment on your ecommerce website? Use the concept of repetition to remind the consumer about your products.

Here’s an email that Office Max sent out after items were left in a shopper’s cart:

image5 1

This reminder improves your chances of persuading the recipient to finalize the purchase.

7. Be clear rather than ambiguous

Get right to the point.

Don’t speak in tongues or in terms unclear to your audience. It’s shady and can make you appear untrustworthy.

If you’re constantly talking in circles, you will confuse people and could make them think you’re trying to trick them or fool them. Don’t be deceptive.

Ambiguous sales techniques are not effective. All it’s going to do is raise the guard of your audience, and they won’t want to follow your advice.

8. Learn how to tell a great story

Rather than just telling someone to take a specific action, you can entice them to do that by telling a captivating story.

The story could even be about a personal experience.

92% of consumers say they want advertisements from brands to feel like a story.

Your stories should trigger an emotional response from your audience. Make sure you’re telling a story they can relate to.

Stories can be shared through multiple distribution channels, such as blogs, social media platforms, or your YouTube channel.

You can even tell stories if you’re speaking to a crowd to keep them engaged.

It’s an effective sales technique. Take a look at this example from the Nutrisystem website:

image7 1

They display success stories of people who have lost weight using their products. After hearing these stories, their audience is more likely to be persuaded to try the product.

This also relates back to a tactic we discussed earlier about showing evidence.

Saying your products can make someone lose weight is much different than showing them actual people who were able to lose weight.

9. Control your body language

Body language says a lot about a person. Look around the next time you’re out in public. It’s easy to tell what kind of mood someone is in just by looking at them.

Something as simple as smiling or laughing can show that someone is happy. But slouching and staring at the ground are both typical signs of being upset.

This may not be applicable if you’re blogging, but you need to be aware of this whenever your audience can see you.

If you’re trying to persuade someone to do something, you should mirror their body language. Psychologically, this strategy helps you establish a rapport with your audience.

For example, let’s say you’re trying to make a sale.

If the consumer scratches their nose, you should do the same. When they cross their legs, you should cross yours. When they lean forward, you need to lean forward as well.

Get it?

Just don’t be obvious. Remember, you’re mirroring them, not mimicking them. These subtle actions can make the consumer trust you more, allowing you to convince them to do something.

Another body language trick is known as The Sullivan Nod.

image3 1

Whenever you’re making a point or creating a sales pitch, you should subtlety nod three times when you’re talking about whatever you’re persuading your audience to do.

So for example, let’s say you’re doing a video review of a few products. When you get to the review of the product you’re trying to sell, nod your head when you’re talking about it.

Studies show this technique can have a 60% success rate.

10. Speak confidently

Confidence goes a long way. If you sound unsure, your audience will pick up on this right away.

How can they believe you if you don’t even believe what you’re saying?

So relax and speak as if you’re an expert. Speak with authority.

You should also speak fast. I’m not saying you should mumble or speak so fast that you can’t be heard. But speaking at a faster pace makes it more difficult for your audience to pinpoint any flaws in your argument.

If they don’t have anything to disagree with, they’re more likely to be persuaded.

Conclusion

Being persuasive is a great skill to have as a marketer, but it’s also something you can use in your everyday life.

The techniques I’ve outlined above can help you in every scenario imaginable.

You’ll be able to persuade people through your blog, website, and social media platforms. You can even use these tactics to persuade someone in a face-to-face conversation.

Some of these tips can be applied to a setting where you are a guest speaker in front of a large audience as well.

Keep these under the radar tactics in mind the next time you’re trying to persuade your audience to take action. You’ll be able to do this with success.

What persuasion tactics are you using to convince your customers to do what you want?



from http://feedproxy.google.com/~r/Quicksprout/~3/5cfh5pPB0uk/

source https://kateninablog.tumblr.com/post/171132110469