JavaScipt that doesn’t hurt SEO performance — Serge Bezborodov // JetOctopus
Serge Bezborodov
JetOctopus
- Part 1Controlling Googlebot thru Log files analysis — Serge Bezborodov // JetOctopus
- Part 2Interlinking structure’s impact on Googlebot — Serge Bezborodov // JetOctopus
- Part 3 JavaScipt that doesn’t hurt SEO performance — Serge Bezborodov // JetOctopus
Show Notes
-
02:38JavaScript and its implications for SEOJavaScript poses significant challenges for SEOs as they arent always in control of it. Issues include client-side rendering and the struggle with indexation, and the challenges of implementing JavaScript correctly.
-
04:04Identifying and addressing javascript bloat for improved site performanceChrome developer tools help monitor page behavior, Ajax requests, and background activities that impact page size and performance. Identify suspicious external requests, check for JavaScript errors, and review the robots.txt file to ensure it isnt blocking necessary JS files.
-
06:31Leveraging javascript for enhanced SEO performanceIn reality, Javascript is preferred over other languages by developers because it offers higher salaries. As a result, everyone wants to be a Reach, Angular, and other frameworks developer to achieve the associated high salary.
-
07:12Boosting SEO performance without relying on javascriptWhile javascript integration is not an SEOs decision, implementing server-side rendering helps with crawl budget and indexation. Additionally, properly handling content on a page and addressing JavaScript errors can boost SEO performance as well.
-
09:47How to address SEO javascript issues with your development teamBuild a positive and collaborative relationship with your development team. Use a javascript crawler to detect and analyze JavaScript errors, and leverage Google Search Console to identify issues related to javascript-rendered content.
Quotes
-
"Server-side rendering should be implemented. And it helps a lot with crawl budget and with indexation." -Serge Bezborodov, Co-Founder, JetOctopus
-
"Because JavaScript is paid higher for developers, everybody now wants to be a React, Angular, and other framework developer." -Serge Bezborodov, Co-Founder, JetOctopus
-
"Kevin Indig recently conducted research on huge websites that implemented server-side rendering, and their rankings became higher." -Serge Bezborodov, Co-Founder, JetOctopus
-
"If you link iPhones with garden tools, does it make sense if you're going for iPhone? Of course not. But, accessories for the iPhone will. So the page should be from similar thematics." -Serge Bezborodov, Co-Founder, JetOctopus
-
"When you have a huge website, and every page loads in 2.5 seconds, Googlebot can't crawl all your website, and you should not go for internal linking first." -Serge Bezborodov, Co-Founder, JetOctopus
- Part 1Controlling Googlebot thru Log files analysis — Serge Bezborodov // JetOctopus
- Part 2Interlinking structure’s impact on Googlebot — Serge Bezborodov // JetOctopus
- Part 3 JavaScipt that doesn’t hurt SEO performance — Serge Bezborodov // JetOctopus
Serge Bezborodov
JetOctopus
Up Next:
-
Part 1Controlling Googlebot thru Log files analysis — Serge Bezborodov // JetOctopus
Serge Bezborodov, CTO and Co-Founder of JetOctopus, talks about log files and Googlebot. Unlike typical SEO crawlers, Googlebot has the ability to crawl pages that may not be present in your website's existing structure or indexed. What we want to avoid is valuable pages not being crawled and indexed, while Googlebot’s crawl budget is potentially wasted on outdated or low-quality pages. Today, Serge discusses controlling Googlebot through log file analysis.
Play Podcast -
Part 2Interlinking structure’s impact on Googlebot — Serge Bezborodov // JetOctopus
Serge Bezborodov, CTO and Co-Founder of JetOctopus, talks about log files and Googlebot. Effective internal linking plays a vital role in ensuring the crawlability of your website. By strategically placing links between relevant pages, you create a roadmap that search engine bots can follow to discover and index your content more efficiently. Today, Serge discusses interlinking structure’s impact on Googlebot.
Play Podcast -
Part 3JavaScipt that doesn’t hurt SEO performance — Serge Bezborodov // JetOctopus
Serge Bezborodov, CTO and Co-Founder of JetOctopus, talks about log files and Googlebot. Though it’s not usually SEO’s decision, javascript integration becomes inevitable once you have a large website. JavaScript presents several challenges to SEO due to its dynamic nature and potential impact on website crawlability, indexation, and user experience. Today, Serge discusses javascript that doesn't hurt your SEO performance.