CAll Us: +1 888-999-8231 Submit Ticket

What Is Cloaking And Why Is It Harmful To A WordPress Site’s SEO?

CloakingThis August, the company behind the WordPress security plugin WordFence published a blog post revealing that the popular 404 to 301 plugin injected advertising into pages of the WordPress sites on which it was installed. The advertising was for low-grade and potentially scammy services like payday loan companies and escort agencies.

But if you — or the site’s owners — had visited one of the 70,000 sites using the 301 to 404 plugin, you would have seen no trace of the injected ads. That’s because the plugin’s code was sneakily designed to only show the ads when a search engine crawler loaded the page. This technique is called cloaking and it’s seriously discouraged by Google.

The facts of the 404 To 301 plugin case are interesting and have generated considerable controversy, especially with regard to the way WordFence publicized the behavior before giving the developer a chance to respond — something I find understandable given the scope of the problem and the apparently deliberately malicious ad injection.

However, I’m more interested in the general case: I have come across several WordPress site owners who don’t see the problem with cloaking.

Cloaking works by detecting the user agent of a visitor and programmatically showing or hiding content depending on whether the user is a web browser or a search engine crawler. The idea is to influence search engines — either through links or copy – to rank a page for queries for which it would otherwise not rank. It’s an attempt to trick search engines and spam their indexes.

Needless to say, search engines hate this. They want to accurately understand the contents of a page. Cloaking makes that impossible, which is why it’s against Google’s Webmaster Guidelines. If Google discovers a site engaged in cloaking, it will almost certainly be penalized.

Now, as with all of these SEO rules, site owners are free to ignore them and roll the dice on not getting caught. But if you care about Google traffic and your domain’s reputation over the long term, cloaking and related techniques are best avoided. That’s why site owners are so angry about the secretive cloaking by the 404 To 301 plugin.

What Doesn’t Count As Cloaking?

Many websites show different content to different users. They might change content based on location, audience segmentation for advertising, time of day, the user’s history and various other factors. Google does not consider this behavior cloaking. It’s important to understand that cloaking is a deliberate attempt to deceive search engines. Content personalization is not usually deceptive and almost every large site on the web does it to some degree. You shouldn’t worry that innocent personalization will have a negative impact on SEO.

Posted in:
Content, WordPress

Source link

Matt Mullenweg And The Future Of WordPress

Matt MullenwegMatt Mullenweg was the original developer of WordPress, and, although WordPress has grown way beyond anything a single developer can control, Mullenweg is a lead developer at the WordPress Foundation and CEO of Automattic, the company behind the Jetpack plugin collection and WordPress.com. His words carry a lot of weight in the WordPress community. It’s always worth paying attention to what he has to say about the future of WordPress and its community.

In June, Mullenweg made a speech at WordCamp Europe, in which he discussed where he sees WordPress going over the next few years.

JavaScript Is Here To Stay

With last year’s introduction of the REST API and the release of the Calypso application, along with Mullenweg’s advice that WordPress developers learn JavaScript deeply, it will come as no surprise to anyone that Mullenweg thinks that, in the future, JavaScript will be the language in which WordPress front-ends are written.

WordPress was first created in PHP over 13 years ago, and it has many of the hallmarks of an application from that era. That’s not necessarily a bad thing: WordPress popularity is a testament to its design and ease-of-use. However, with the introduction of server-side JavaScript and huge advances in the tooling, language, and frameworks around JavaScript, it has become the language of choice for both server and client-side applications among web developers.

It’s unlikely that WordPress itself will be rewritten in JavaScript any time soon, but JavaScript will be of increasing importance in the WordPress world.

WordPress vs. The Publishing Platform

I’ve often discussed publishing platforms like Medium on this blog. While they certainly make the process of getting content onto the web painless, they also remove much of a publisher’s control over their content, how it is managed and published, and – possibly most importantly – how it is monetized.

Mullenweg echoes many of the same sentiments. If a publisher is entirely reliant on Medium, then they’re at the mercy of Medium’s decisions about where the platform is going.

“They essentially have outsourced the entire future of their business in many ways to this platform which does not have a business model and is not certain how they’re going to monetize it, if they’re going to monetize it, and what effect that will have on both their readers and publishers.”

Self-hosted WordPress sites, on the other hand, leverage an open-source project and a massive ecosystem of plugins and themes to build a custom site entirely under the control of the site owner.

WordPress As An Operating System

Mullenweg is pitching WordPress as the operating system for the open web. He’s a big believer in the superiority of the open web, and he sees WordPress, especially with its new-found friendship with JavaScript, as the best platform for creating and maintaining an open web in which WordPress becomes the default back-end for the web itself.

“WordPress can be an operating system for the open web… As it grows, we shift the web to be more open, the APIs, everything.”

Under Mulleweg’s leadership, it looks like the WordPress project will continue with the innovative approach to content management that led to its current dominance.

Posted in:
WordPress

Source link