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
How to fix: Links to external pages or resources returned a 403 HTTP status code
/by JL FaverioIssue: External links on your site return a 403 HTTP status code, meaning access to the linked page or resource is forbidden. This often happens when a server blocks crawlers or restricts access. Fix: Check the availability of the linked […]
How to fix: Pages with only one incoming internal linksource formatted as page link
/by JL FaverioIssue: Pages with only one incoming internal link are hard for users and search engines to find. This reduces their visibility and lowers their chances of ranking in search results. Fix: Add more internal links pointing to these pages from […]
How to fix: Too long link URLs
/by JL FaverioIssue: URLs longer than 2,000 characters may not be supported by some browsers and can cause issues with crawling, potentially being ignored by search engines. Fix: Shorten URLs to below 2,000 characters to ensure compatibility and improve crawlability. How to […]
How to fix: Issues with unminified JavaScript and CSS files
/by JL FaverioIssue: Unminified JavaScript and CSS files are larger than necessary, slowing down page load times, which can negatively impact user experience and SEO. Fix: Minify your JavaScript and CSS files by removing extra spaces, comments, and lines. If using external […]
How to fix: Pages use too many JavaScript and CSS files
/by JL FaverioIssue: Using more than 100 JavaScript and CSS files on a page slows it down because each file requires a separate HTTP request, leading to longer load times, poor user experience, and lower search rankings. Fix: Remove unnecessary JavaScript and […]
How to fix: Pages have a JavaScript and CSS total size that is too large
/by JL FaverioIssue: If your JavaScript and CSS files are too large (over 2 MB total), it can slow down page load times, hurting user experience and potentially lowering search engine rankings. Fix: Remove any unnecessary JavaScript and CSS files. For essential […]
How to fix: Issues with uncached JavaScript and CSS files
/by JL FaverioIssue: Uncached JavaScript and CSS files force browsers to download these resources every time a user visits your page, slowing down page load times and frustrating visitors. Fix: Enable browser caching for JavaScript and CSS files to allow browsers to […]
How to fix: Issues with uncompressed JavaScript and CSS files
/by JL FaverioIssue: Uncompressed JavaScript and CSS files increase your page’s size and slow down load time, negatively affecting user experience and potentially lowering SEO rankings. Fix: Enable compression on your server for JavaScript and CSS files. For external files, contact the […]
How to fix: Issues with blocked internal resources in robots.txt
/by JL FaverioIssue: Blocking internal resources like CSS, JavaScript, or images in your robots.txt file prevents search engines from fully rendering your webpages. This can negatively affect indexing and rankings. Fix: Update your robots.txt file to allow access to essential resources. How […]
How to fix: Uncompressed pages
/by JL FaverioIssue: Uncompressed pages don’t use compression like Gzip or Brotli, making them larger and slower to load. This leads to poor user experience and can hurt search engine rankings. Fix: Enable compression on your web server to reduce page size […]