Chrome Extensions

A curated list of Chrome extensions that actually help web developers and pros alike work smarter, not harder.

❤️ WordPress Code Snippets

Static 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

Let 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

Issue: 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

Issue: 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

Issue: 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

Issue: 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

Issue: 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

Issue: 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)

Issue: 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 […]