Skip to content
Monitor live humans, bots, and datacenters Botcrawl Edge Try Edge Free

Category

Search Engine Optimization

Coverage of search engine optimization, analytics abuse, referrer spam, website security issues, and technical SEO threats. Articles focus on identifying and mitigating traffic manipulation, analytics poisoning, crawler abuse, malicious referrers, and platform misconfigurations affecting search visibility. Content also includes practical guidance for WordPress security, indexing issues, and site integrity rather than growth hacks or ranking tricks.

Search Engine Optimization 3 min read

How To Display Related WordPress Posts Without Plugins

There are many ways to display recent posts on WordPress without using unnecessary recent posts plugins that are notorious for slowing down WordPress websites. In this article we will discuss how to display related posts on a list per category and tag using simple PHP that can be implemented into theme files such as single.php, category.php, and others.

Read article
Search Engine Optimization 2 min read

The Easiest Way To Add Favicons To WordPress Websites

Every WordPress website should have a favicon and luckily adding a Favicon to any WordPress website is incredibly easy. There's no need to install extra plugins that slow your site down, there's no need to "look in your header" file for a link rel attribute because that will make the favicon theme dependent, leaving it vulnerable to upgrades.

Read article
Search Engine Optimization 4 min read

How To Setup An Apple Touch Icon For Your Website And Individual Webpages

The correct way to setup Apple Touch Icons for websites and individual webpages using image titles and link elements. Apple uses Apple Touch Icons on their iOS to represent websites (similar to a favicon). Apple Touch Icons are used with iPads, iPhones, Safari, and in general Mac iOS. Setting up an Apple Touch Icon for your website will over-all “boost” the visual optimization of your website for iOS users, which can be very flattering.

Read article
Search Engine Optimization 1 min read

How To Prevent Outside Users From Browsing Your WordPress Directory Files

When it comes to improving the security of your WordPress website, it is recommended to prevent outside visitors from browsing your WordPress directory files. It is very simple to do using the .htaccess file in the WordPress root directory. The simple line provided will prevent outside visitors from seeing a list of available files in your WordPress directory.

Read article