Category: Technical SEO
-
Should I create a table of contents server-side or with JavaScript? SEO effects?
“`markdown Should You Generate a Table of Contents with JavaScript or Server-Side Rendering? SEO Considerations I recently developed a script in JavaScript that extracts H-tags to create a table of contents on a webpage. I’m curious to know if generating the table of contents in this manner could negatively impact SEO. Would it be more…
-
Are Two Redirects per URL Acceptable?
“`markdown Encountering Dual Redirects on a Single URL Hello everyone, I have an intriguing situation to share—has anyone else encountered two different types of redirects on the same URL? I’m genuinely not making this up! On our site, we have: A 301 redirect for GET requests A 307 redirect for POST requests I thought I’d…
-
Connecting organic traffic to conversions for tracking purposes
How to Connect Organic Traffic to Conversions for Tracking As the title implies, I’m looking to establish a method for linking conversions to analytics effectively. Could anyone guide me on the steps I need to take to achieve this? I’m focusing specifically on an e-commerce platform (Shopify) where, after a purchase, the customer is redirected…
-
How does server-side rendering for bots and client-side for humans influence crawling and indexing?
Optimizing Website Performance: Utilizing SSR for Bots and CSR for Humans In our listing site, we’ve encountered performance issues due to the server-side rendering (SSR) of millions of pages, especially during peak traffic times. To address this, we’re considering a conditional rendering approach. Here’s how we plan to implement it: Conditional Rendering Strategy Server-Side Rendering…
-
Is it wise to roll out a website redesign during a Google Core Update?
Should You Roll Out Website Redesign and Architecture Updates During Google’s Core Update? We’ve been working on some significant backend changes for a client’s website, aimed at enhancing its overall functionality. These updates include upgrading the CMS, migrating to Next.js, switching to a different CDN, and modifying URLs across multiple languages, which has introduced some…
-
Proper Use of Schema AggregateRating for Web Applications and Feasibility of Review Rich Snippets
“`markdown Correct Use of Schema AggregateRating for WebApplication and Achieving Review Rich Snippets Hello there, This topic has been discussed quite a bit over the years, but I’m facing challenges locating the right advice for my specific situation. I’m sharing this in hopes of receiving some guidance. Background I’m currently working on a SaaS brand’s…
-
What Tool is Best for Detecting INP Issues?
Which Tool is Best for Detecting INP Issues? I’m experiencing Interaction to Next Paint (INP) mobile issues on my Google Search Console Core Web Vitals (GSC-CWV), with results showing “longer than 200ms.” I’m on a mission to pinpoint the source of these problems. I’ve been testing various tools such as PageSpeed Insights, the Web Vitals…
-
Should a subdomain operate with its own sitemap and GSC separate from its main domain?
Should a Subdomain Have a Separate Sitemap and Google Search Console Account? We’re in the process of launching a specialized version of our website dedicated exclusively to our products, using a subdomain format like “products.domain”. Is it necessary to set up an individual Google Search Console account and craft a separate sitemap for this subdomain?…
-
Are there any free Technical SEO courses?
“`markdown Free Technical SEO Courses: Are There Any Available? Are you looking for a course that teaches you how to address technical SEO issues? Many discussions outline the challenges, but rarely focus on the solutions. It would be beneficial to learn about the specific code changes needed to resolve these errors and understand where these…