Category: Portfolio
-
Decision Intelligence for Enterprise SEO: Presented at Tech SEO Connect
Below are the recorded live-stream and individual slides for my talk at Tech SEO Connect. Decision Intelligence is a new, exciting field that focuses on merging analytics, machine learning, data science, and other disciplines to help make better decisions with data. “Decision Intelligence for Enterprise SEO” Slides Embedded below is the presentation I…
-
Comparative Analysis: RAG vs Vector Search in Migrations
When handling website migrations, one of the most critical challenges is preserving the SEO value of the original site. I recently faced this exact scenario with a client who needed to migrate their retired blog to a new domain. The legacy blog had accumulated significant traffic and valuable backlinks over the years – assets we…
-
Data Visualization for Local SEO Performance
It’s no secret that there is an abundance of SEO tools across the industry; arguably the minority are more useful than the majority. I’ve recently been curious to find a tool that can easily track Local SEO performance, although many of the mainstream SEO tools fall short. This interest led me to develop a custom…
-
Keyword Cannibalization Tool: Find Competing Pages
Ensuring the pages of your website work harmoniously together is paramount to effective SEO. Keyword cannibalization can impede your site’s performance for a specific topic or subject. Keyword Cannibalization: an SEO issue where multiple pages on a website compete for or target the same keyword(s), collectively harming the performance of both pages. Trying to find…
-
JavaScript Snippets for Fast SEO Analysis
There are times when you want to be able to quickly jump into a webpage and start analyzing the content without the need to rely on a web crawler. This is where JavaScript snippets have a massive advantage. You can save an arsenal of JavaScript snippets locally in your browser and fire them off at…
-
Linux Commands for SEO Image Optimizations
Optimizing images for SEO has become essential for website owners and content creators. Images play a crucial role in enhancing user experience, conveying information, and attracting visitors to your website. One powerful tool that can help you optimize images efficiently on a Linux system is ImageMagick. In this article, we will explore the top Linux…
-
Automate SEO Redirect Mapping with Screaming Frog & Python
In the world of SEO, redirect mapping plays a crucial role in ensuring a smooth user experience and maintaining organic traffic flow. However, manually mapping hundreds, thousands, or hundreds of thousands of redirects can be time-consuming and prone to errors. In this article, we will explore how you can automate the SEO redirect mapping process…
-
Image to Color Palette Generator
Are you a graphic designer who needs some color palette inspiration? This Image to Color Palette Generator creates a unique color palette based on a specific image. Simply upload a photo of your choice and receive a color palette of hex codes to use within your designs. Built using Python Flask, the python package extcolors…
-
Typing Speed Test – WPM App
This type-speed testing application utilizes Python Flask for server-side logic and real-time AJAX dynamic rendering to deliver a seamless user experience. The app presented a few new challenge for me as it involved sending requests back to the server to process real-time information. The app performs the following tasks: For string matching, I utilized the…
-
Image Watermark Generator App
As part of a Python bootcamp, a portfolio builder was to create a a image watermark generator. I wanted to take it one step further and create a modern UI to handle user requests. This project was especially unique because I leveraged Flask’s native ability to process image uploads in addition to processing the image…