Hey there, I’m JL
I’m a WordPress SEO Consultant specializing in website maintenance, technical SEO, and streamlining WordPress solutions for local SEO agencies and their clients. As the founder of Small Business Fanatics, we focus on optimizing websites for speed, security, and ease of management.
Find me online: LinkedIn | Twitter | Bluesky | Facebook | Instagram | IMDb | Semrush | Bay Area Search
Tags / Topics
5xx status codes
AMP pages
blocked external resources
Bluesky plugins
broken external images
broken external links
broken internal links
canonical tags
chrome extensions
code snippets
DNS resolution issues
duplicate H1 and title tags
hreflang and lang attributes
HTTPS compatibility
HTTP URLs in sitemap
images without alt tags
low text to HTML ratio
malware removal
minify CSS files
minify HTML
more than one H1 tag
not enough text in title tags
orphan pages
orphan pages in sitemap
pages without doctype
pages without H1
pages with redirects
pages with temporary redirects
Semrush site audit tips
SEO tips
SEO tools
server status codes
sitemap not found
title tags with too much text
too many on-page links
uncompressed CSS files
uncompressed JavaScript files
underscore in URL
web dev tools
website maintenance
website security
web tools
without character encoding
without meta descriptions
WordPress plugins
Chrome Extensions
/by JL FaverioA curated list of Chrome extensions that actually help web developers and pros alike work smarter, not harder.
❤️ WordPress Code Snippets
/by JL FaverioStatic code is often lighter and more secure than plugins, delivering the same functionality without the extra bloat. Below are some of my most commonly used code snippets for WordPress sites. I update this list often so don’t be surprised […]
Affordable WordPress Maintenance – Starting at $25/mo
/by JL FaverioLet me handle the website maintenance for you. You’ll get regular updates, security patches, backups and more.
How to fix: Resources formatted as page link
/by JL FaverioIssue: Using <a href> tags to link to resources (like images) instead of pages can confuse search engines, leading them to interpret resource links as webpage links. This may signal poor site structure. Fix: Replace <a href> links with the […]
How to fix: Links with no anchor text
/by JL FaverioIssue: Links with no anchor text, raw URLs, or symbols provide no context about the target page. This affects user experience and search engine indexing, missing an opportunity to optimize the linked page’s performance in search results. Fix: Add clear, […]
How to fix: URLs with a permanent redirect
/by JL FaverioIssue: Permanent redirects (301/308) are useful but can waste crawl budget if overused. Too many redirects can also confuse users and slow down their browsing experience. Fix: Review your permanent redirects and replace them with direct target URLs wherever possible. […]
How to fix: Issues with broken external JavaScript and CSS files
/by JL FaverioIssue: Broken external JavaScript or CSS files hosted on another site can prevent your webpages from rendering properly. This impacts user experience and may harm your search rankings. Fix: Contact the owner of the external site to fix the broken […]
How to fix: Issues with blocked external resources in robots.txt
/by JL FaverioIssue: External resources (e.g., CSS, JavaScript, or images) hosted on another website and blocked by their robots.txt file can prevent search engines from rendering your pages correctly, potentially harming your rankings. Fix: If the blocked resources are critical for your […]
How to fix: Pages blocked by X-Robots-Tag: noindex HTTP header
/by JL FaverioIssue: Pages blocked by the X-Robots-Tag: noindex HTTP header can’t be crawled or indexed by search engines, preventing them from appearing in search results. Fix: Check your HTTP headers to ensure that valuable content isn’t accidentally blocked by the X-Robots-Tag: […]
How to fix: Orphaned pages (in sitemap)
/by JL FaverioIssue: Orphaned pages in your sitemap.xml are not linked internally, making them harder for users to find and potentially wasting your crawl budget. Search engines may still crawl these pages, even if they’re outdated or unimportant. Fix: Review orphaned pages […]