The age old question: Can Google "see" discover, crawl, index my ecom category pages client side JS content? Hey Folks, part time lurker, first time poster 🤣 Background: I am looking to build out my testing, knowledge of JS client side render pages so I can say with 86% (old dev joke, sorry) actually more like 95-100% certainty (or at least better then "it depends") that Google is crawling, indexing the content, and following all of the links on the pages. The Why: Specifically we have ecommerce pages and we want to make sure Google is getting all the JS content and links from the pages as that content only shows Further Questions: Can I show you the URLs? Ummm nope, apologizes for the vagueness. Why don't you prerender the whole page or hybrid render? DEV wants proof that there is business impact and that Google is not getting the pages. Thus the Request: Do you have processes, links, favorite tools, for validating Google is getting all the content out of the JS client side rendered pages? >> So, links to current posts on validating client side JS. >> My current tool box/Processes for checking: Visual Check - I turn off JS - I use Chrome Extension to turn on/off JS 'Disable JavaScript' -- This is a quick visual to see what is there on the first pass Visual Check - I have used Onely's WWJD - https://lnkd.in/dcNTAAJM - This is cool and also shows what doesn't show. Visual/indexing Check - I select a piece of JS client side content from the page and on Google.com . Google will gives mixed results sometimes showing the content is indexed on one ecom page from one country and then not indexed on another ecom page. My rough hypothesis is Google will index all the content client side JS included the very popluar/high traffic pages. Visual Check - On GSC Live check Google does see the content, but then I go back tests with #3 and the content is not "indexed". Tools - We have Semrush so we can run the Audit, so any suggestions to make it return that one screenshot/report that says this content will not be seen by Google and just render it with hybrid, server side, or paid service. Tools - https://ziptie.dev/ I am thinking of running the 14 day free trial just to see what it could return a small section of pages. Side Question: Does everyone feel that Google/Search Engines is getting all your client side JS content? #sem #seotips #web #ppc #googleads #digitalmarketingtips #startup #marketingagency #webdesigner #webdeveloper #websitedevelopment #seoservices #bhfyp #b #smo #facebook #content #internetmarketing #seoexpert #onlinebusiness #searchenginemarketing #seoagency #marketingonline #digitalagency #digitalmarketer #logo #technology #html #dise #digitalmarketingservices
Muhammad Hamid’s Post
More Relevant Posts
-
More reasons for every SEO to have this tool!
We’re delighted to announce that Screaming Frog SEO Spider version 20.0 is now available 🐸 Buckle up, it's a big one! https://lnkd.in/eYBZrZJE 🧙♂️ Custom JavaScript You’re now able to execute custom JavaScript while crawling. This means you’re able to manipulate pages or extract data, as well as communicate with APIs such as OpenAI’s ChatGPT, local LLMs, or other libraries. You can do things like: - Use AI to generate alt text for images. - Trigger mouseover events. - Scroll a page (to crawl some infinite scroll set ups). - Download and save various content locally (like images, or PDFs etc). - Sentiment, intent or language analysis of page content. - Connect to SEO tool APIs that are not already integrated, such as Sistrix. - And more! 🤖 Crawl with ChatGPT You can select the ‘(ChatGPT) Template’ snippet, open it up in the JavaScript editor, add your OpenAI API key, and adjust the prompt to query anything you like against a page while crawling! The possibilities are endless. Setup your own snippets, which will be saved in your own user library, and then export/import the library as JSON to share with colleagues and friends. 📱 Mobile Usability You are now able to audit mobile usability at scale via the Lighthouse integration. There’s a new Mobile tab with filters for common mobile usability issues such as viewport not set, tap target size, content not sized correctly, illegible font sizes and more. 🔑 N-grams Analysis You can now analyse phrase frequency using n-gram analysis across pages of a crawl, or aggregated across a selection of pages of a website. This analysis can help improve on-page alignment, identify gaps in keywords and also provide a new way to identify internal link opportunities. Using n-grams you’re able to highlight a section of a website and filter for keywords in ‘Body Text (Unlinked)’ to identify link opportunities. 🌳 Carbon Footprint The SEO Spider will now automatically calculate carbon emissions for each page using CO2.js library. Alongside the CO2 calculation there is a carbon rating for each URL, and new ‘High Carbon Rating’ opportunity under the ‘Validation’ tab. And lots more. Take a look at our release notes for a full list. Enjoy! #seo #technicalseo #seocrawler #ai #chatgpt #screamingfrog
To view or add a comment, sign in
-
𝗦𝘁𝗼𝗽 𝗢𝘃𝗲𝗿𝘂𝘀𝗶𝗻𝗴 <𝗱𝗶𝘃>❌ :𝗜𝘁'𝘀 𝗧𝗶𝗺𝗲 𝗳𝗼𝗿 𝗦𝗲𝗺𝗮𝗻𝘁𝗶𝗰 𝗧𝗮𝗴𝘀 💡 As front-end developers, we often rely too much on <div>, but did you know SEO can’t recognize class names? Using <div> everywhere means search engines might not understand your content's structure! 🧐 𝗦𝗼, 𝗪𝗵𝗮𝘁 𝗔𝗿𝗲 𝗦𝗲𝗺𝗮𝗻𝘁𝗶𝗰 𝗧𝗮𝗴𝘀? Semantic tags are HTML5 elements that clearly describe their meaning to browsers and developers. Unlike generic <div> tags, semantic tags like <header>, <article>, and <footer> convey clear information about the content’s role. While we shouldn’t eliminate <div>, we should aim to minimize its use by opting for more meaningful semantic tags 𝗪𝗵𝘆 𝗦𝗲𝗺𝗮𝗻𝘁𝗶𝗰 𝗧𝗮𝗴𝘀 𝗠𝗮𝘁𝘁𝗲𝗿: • SEO Boost: Tags like <article>, <header>, and <nav> help search engines understand your content, leading to better rankings. 📈 • Accessibility: They improve navigation for screen readers, enhancing the user experience for everyone. • Code Clarity: Tags like <main> and <figure> make your code cleaner and more maintainable. 𝗞𝗲𝘆 𝗦𝗲𝗺𝗮𝗻𝘁𝗶𝗰 𝗧𝗮𝗴𝘀: 🔹 <header>: Defines the header for a page or section. 🔹 <nav>: Marks the navigation bar. 🔹 <section>: Organizes content into thematic sections. 🔹 <article>: Ideal for standalone content like blog posts. 🔹 <aside>: Perfect for sidebars or related content. 🔹 <figure>: Links media (like images) with captions using <figcaption>. 🔹 <footer>: Marks the footer for a page or section. 🔹 <main>: Defines primary content (used once per page). 𝗞𝗲𝘆 𝗦𝗲𝗺𝗮𝗻𝘁𝗶𝗰 𝗧𝗮𝗴𝘀: You can combine tags for better structure: • Place <nav> inside <header>. • Use <article> inside <section>. You can repeat all tags throughout your webpage, except for <main>, which should appear only once. 𝗙𝗶𝗻𝗮𝗹𝗹𝘆, The way you organize your content is essential—not just for search engines, but for everyone interacting with your site. 💡 Now have you started using semantic tags in your projects? Share your experiences or questions in the comments below! Let’s learn together! 💬 #SemanticHTML #WebDevelopment #FrontEndDevelopment #SEO #Accessibility #CleanCode #HTML5
To view or add a comment, sign in
-
This is a major step for this amazing tool. Few things left to hard implementation can now be accurately redone. I have indeed to look into this custom JavaScript execution.
We’re delighted to announce that Screaming Frog SEO Spider version 20.0 is now available 🐸 Buckle up, it's a big one! https://lnkd.in/eYBZrZJE 🧙♂️ Custom JavaScript You’re now able to execute custom JavaScript while crawling. This means you’re able to manipulate pages or extract data, as well as communicate with APIs such as OpenAI’s ChatGPT, local LLMs, or other libraries. You can do things like: - Use AI to generate alt text for images. - Trigger mouseover events. - Scroll a page (to crawl some infinite scroll set ups). - Download and save various content locally (like images, or PDFs etc). - Sentiment, intent or language analysis of page content. - Connect to SEO tool APIs that are not already integrated, such as Sistrix. - And more! 🤖 Crawl with ChatGPT You can select the ‘(ChatGPT) Template’ snippet, open it up in the JavaScript editor, add your OpenAI API key, and adjust the prompt to query anything you like against a page while crawling! The possibilities are endless. Setup your own snippets, which will be saved in your own user library, and then export/import the library as JSON to share with colleagues and friends. 📱 Mobile Usability You are now able to audit mobile usability at scale via the Lighthouse integration. There’s a new Mobile tab with filters for common mobile usability issues such as viewport not set, tap target size, content not sized correctly, illegible font sizes and more. 🔑 N-grams Analysis You can now analyse phrase frequency using n-gram analysis across pages of a crawl, or aggregated across a selection of pages of a website. This analysis can help improve on-page alignment, identify gaps in keywords and also provide a new way to identify internal link opportunities. Using n-grams you’re able to highlight a section of a website and filter for keywords in ‘Body Text (Unlinked)’ to identify link opportunities. 🌳 Carbon Footprint The SEO Spider will now automatically calculate carbon emissions for each page using CO2.js library. Alongside the CO2 calculation there is a carbon rating for each URL, and new ‘High Carbon Rating’ opportunity under the ‘Validation’ tab. And lots more. Take a look at our release notes for a full list. Enjoy! #seo #technicalseo #seocrawler #ai #chatgpt #screamingfrog
To view or add a comment, sign in
-
screaming Frog update!!!! So many new options here that I can't wait to dig into, especially AI integrations for chatGPT and alt text and the new mobile usability feature! #seo #screamingfrog #sitehealth
We’re delighted to announce that Screaming Frog SEO Spider version 20.0 is now available 🐸 Buckle up, it's a big one! https://lnkd.in/eYBZrZJE 🧙♂️ Custom JavaScript You’re now able to execute custom JavaScript while crawling. This means you’re able to manipulate pages or extract data, as well as communicate with APIs such as OpenAI’s ChatGPT, local LLMs, or other libraries. You can do things like: - Use AI to generate alt text for images. - Trigger mouseover events. - Scroll a page (to crawl some infinite scroll set ups). - Download and save various content locally (like images, or PDFs etc). - Sentiment, intent or language analysis of page content. - Connect to SEO tool APIs that are not already integrated, such as Sistrix. - And more! 🤖 Crawl with ChatGPT You can select the ‘(ChatGPT) Template’ snippet, open it up in the JavaScript editor, add your OpenAI API key, and adjust the prompt to query anything you like against a page while crawling! The possibilities are endless. Setup your own snippets, which will be saved in your own user library, and then export/import the library as JSON to share with colleagues and friends. 📱 Mobile Usability You are now able to audit mobile usability at scale via the Lighthouse integration. There’s a new Mobile tab with filters for common mobile usability issues such as viewport not set, tap target size, content not sized correctly, illegible font sizes and more. 🔑 N-grams Analysis You can now analyse phrase frequency using n-gram analysis across pages of a crawl, or aggregated across a selection of pages of a website. This analysis can help improve on-page alignment, identify gaps in keywords and also provide a new way to identify internal link opportunities. Using n-grams you’re able to highlight a section of a website and filter for keywords in ‘Body Text (Unlinked)’ to identify link opportunities. 🌳 Carbon Footprint The SEO Spider will now automatically calculate carbon emissions for each page using CO2.js library. Alongside the CO2 calculation there is a carbon rating for each URL, and new ‘High Carbon Rating’ opportunity under the ‘Validation’ tab. And lots more. Take a look at our release notes for a full list. Enjoy! #seo #technicalseo #seocrawler #ai #chatgpt #screamingfrog
To view or add a comment, sign in
-
We’re delighted to announce that Screaming Frog SEO Spider version 20.0 is now available 🐸 Buckle up, it's a big one! https://lnkd.in/eYBZrZJE 🧙♂️ Custom JavaScript You’re now able to execute custom JavaScript while crawling. This means you’re able to manipulate pages or extract data, as well as communicate with APIs such as OpenAI’s ChatGPT, local LLMs, or other libraries. You can do things like: - Use AI to generate alt text for images. - Trigger mouseover events. - Scroll a page (to crawl some infinite scroll set ups). - Download and save various content locally (like images, or PDFs etc). - Sentiment, intent or language analysis of page content. - Connect to SEO tool APIs that are not already integrated, such as Sistrix. - And more! 🤖 Crawl with ChatGPT You can select the ‘(ChatGPT) Template’ snippet, open it up in the JavaScript editor, add your OpenAI API key, and adjust the prompt to query anything you like against a page while crawling! The possibilities are endless. Setup your own snippets, which will be saved in your own user library, and then export/import the library as JSON to share with colleagues and friends. 📱 Mobile Usability You are now able to audit mobile usability at scale via the Lighthouse integration. There’s a new Mobile tab with filters for common mobile usability issues such as viewport not set, tap target size, content not sized correctly, illegible font sizes and more. 🔑 N-grams Analysis You can now analyse phrase frequency using n-gram analysis across pages of a crawl, or aggregated across a selection of pages of a website. This analysis can help improve on-page alignment, identify gaps in keywords and also provide a new way to identify internal link opportunities. Using n-grams you’re able to highlight a section of a website and filter for keywords in ‘Body Text (Unlinked)’ to identify link opportunities. 🌳 Carbon Footprint The SEO Spider will now automatically calculate carbon emissions for each page using CO2.js library. Alongside the CO2 calculation there is a carbon rating for each URL, and new ‘High Carbon Rating’ opportunity under the ‘Validation’ tab. And lots more. Take a look at our release notes for a full list. Enjoy! #seo #technicalseo #seocrawler #ai #chatgpt #screamingfrog
To view or add a comment, sign in
-
🤖 Elevate your SEO game with AI! Embrace automation and optimise your SEO tasks effortlessly. 🚀Explore the latest AI features in @ScreamingFrog and other SaaS solutions. 📩 Reach out to us for tailored SEO strategies! #ai #seo #automation #seoaudit #seooptimisation
We’re delighted to announce that Screaming Frog SEO Spider version 20.0 is now available 🐸 Buckle up, it's a big one! https://lnkd.in/eYBZrZJE 🧙♂️ Custom JavaScript You’re now able to execute custom JavaScript while crawling. This means you’re able to manipulate pages or extract data, as well as communicate with APIs such as OpenAI’s ChatGPT, local LLMs, or other libraries. You can do things like: - Use AI to generate alt text for images. - Trigger mouseover events. - Scroll a page (to crawl some infinite scroll set ups). - Download and save various content locally (like images, or PDFs etc). - Sentiment, intent or language analysis of page content. - Connect to SEO tool APIs that are not already integrated, such as Sistrix. - And more! 🤖 Crawl with ChatGPT You can select the ‘(ChatGPT) Template’ snippet, open it up in the JavaScript editor, add your OpenAI API key, and adjust the prompt to query anything you like against a page while crawling! The possibilities are endless. Setup your own snippets, which will be saved in your own user library, and then export/import the library as JSON to share with colleagues and friends. 📱 Mobile Usability You are now able to audit mobile usability at scale via the Lighthouse integration. There’s a new Mobile tab with filters for common mobile usability issues such as viewport not set, tap target size, content not sized correctly, illegible font sizes and more. 🔑 N-grams Analysis You can now analyse phrase frequency using n-gram analysis across pages of a crawl, or aggregated across a selection of pages of a website. This analysis can help improve on-page alignment, identify gaps in keywords and also provide a new way to identify internal link opportunities. Using n-grams you’re able to highlight a section of a website and filter for keywords in ‘Body Text (Unlinked)’ to identify link opportunities. 🌳 Carbon Footprint The SEO Spider will now automatically calculate carbon emissions for each page using CO2.js library. Alongside the CO2 calculation there is a carbon rating for each URL, and new ‘High Carbon Rating’ opportunity under the ‘Validation’ tab. And lots more. Take a look at our release notes for a full list. Enjoy! #seo #technicalseo #seocrawler #ai #chatgpt #screamingfrog
To view or add a comment, sign in
-
We love the name and the updates. Screaming Frog is an industry-standard software for SEO work. It crawls your website and allows us to understand elements on a page-by-page basis (and at a larger holistic level). Now... like magic, it also includes more sophisticated toolsets to be more efficient with Javascript and AI integrations. Have you ever seen me light up when talking about n-Grams in PPC? If not, you are missing out. But the same thing happens when I study them in SEO. All this sound pretty much like geek and nerd speak? That's okay. Just know we love our work and how working with the best tools makes your digital marketing more effective and brings you more of the right customers.
We’re delighted to announce that Screaming Frog SEO Spider version 20.0 is now available 🐸 Buckle up, it's a big one! https://lnkd.in/eYBZrZJE 🧙♂️ Custom JavaScript You’re now able to execute custom JavaScript while crawling. This means you’re able to manipulate pages or extract data, as well as communicate with APIs such as OpenAI’s ChatGPT, local LLMs, or other libraries. You can do things like: - Use AI to generate alt text for images. - Trigger mouseover events. - Scroll a page (to crawl some infinite scroll set ups). - Download and save various content locally (like images, or PDFs etc). - Sentiment, intent or language analysis of page content. - Connect to SEO tool APIs that are not already integrated, such as Sistrix. - And more! 🤖 Crawl with ChatGPT You can select the ‘(ChatGPT) Template’ snippet, open it up in the JavaScript editor, add your OpenAI API key, and adjust the prompt to query anything you like against a page while crawling! The possibilities are endless. Setup your own snippets, which will be saved in your own user library, and then export/import the library as JSON to share with colleagues and friends. 📱 Mobile Usability You are now able to audit mobile usability at scale via the Lighthouse integration. There’s a new Mobile tab with filters for common mobile usability issues such as viewport not set, tap target size, content not sized correctly, illegible font sizes and more. 🔑 N-grams Analysis You can now analyse phrase frequency using n-gram analysis across pages of a crawl, or aggregated across a selection of pages of a website. This analysis can help improve on-page alignment, identify gaps in keywords and also provide a new way to identify internal link opportunities. Using n-grams you’re able to highlight a section of a website and filter for keywords in ‘Body Text (Unlinked)’ to identify link opportunities. 🌳 Carbon Footprint The SEO Spider will now automatically calculate carbon emissions for each page using CO2.js library. Alongside the CO2 calculation there is a carbon rating for each URL, and new ‘High Carbon Rating’ opportunity under the ‘Validation’ tab. And lots more. Take a look at our release notes for a full list. Enjoy! #seo #technicalseo #seocrawler #ai #chatgpt #screamingfrog
To view or add a comment, sign in
-
Screaming Frog has just rolled out one of its biggest updates yet, now featuring seamless ChatGPT integration. Web scraping, alt text, and meta description generation just got a whole lot easier with the power of AI at your fingertips. #ScreamingFrog #SEO #DigitalMarketing #AI
We’re delighted to announce that Screaming Frog SEO Spider version 20.0 is now available 🐸 Buckle up, it's a big one! https://lnkd.in/eYBZrZJE 🧙♂️ Custom JavaScript You’re now able to execute custom JavaScript while crawling. This means you’re able to manipulate pages or extract data, as well as communicate with APIs such as OpenAI’s ChatGPT, local LLMs, or other libraries. You can do things like: - Use AI to generate alt text for images. - Trigger mouseover events. - Scroll a page (to crawl some infinite scroll set ups). - Download and save various content locally (like images, or PDFs etc). - Sentiment, intent or language analysis of page content. - Connect to SEO tool APIs that are not already integrated, such as Sistrix. - And more! 🤖 Crawl with ChatGPT You can select the ‘(ChatGPT) Template’ snippet, open it up in the JavaScript editor, add your OpenAI API key, and adjust the prompt to query anything you like against a page while crawling! The possibilities are endless. Setup your own snippets, which will be saved in your own user library, and then export/import the library as JSON to share with colleagues and friends. 📱 Mobile Usability You are now able to audit mobile usability at scale via the Lighthouse integration. There’s a new Mobile tab with filters for common mobile usability issues such as viewport not set, tap target size, content not sized correctly, illegible font sizes and more. 🔑 N-grams Analysis You can now analyse phrase frequency using n-gram analysis across pages of a crawl, or aggregated across a selection of pages of a website. This analysis can help improve on-page alignment, identify gaps in keywords and also provide a new way to identify internal link opportunities. Using n-grams you’re able to highlight a section of a website and filter for keywords in ‘Body Text (Unlinked)’ to identify link opportunities. 🌳 Carbon Footprint The SEO Spider will now automatically calculate carbon emissions for each page using CO2.js library. Alongside the CO2 calculation there is a carbon rating for each URL, and new ‘High Carbon Rating’ opportunity under the ‘Validation’ tab. And lots more. Take a look at our release notes for a full list. Enjoy! #seo #technicalseo #seocrawler #ai #chatgpt #screamingfrog
To view or add a comment, sign in
-
The best tool in an SEO’s toolbox just got better!
We’re delighted to announce that Screaming Frog SEO Spider version 20.0 is now available 🐸 Buckle up, it's a big one! https://lnkd.in/eYBZrZJE 🧙♂️ Custom JavaScript You’re now able to execute custom JavaScript while crawling. This means you’re able to manipulate pages or extract data, as well as communicate with APIs such as OpenAI’s ChatGPT, local LLMs, or other libraries. You can do things like: - Use AI to generate alt text for images. - Trigger mouseover events. - Scroll a page (to crawl some infinite scroll set ups). - Download and save various content locally (like images, or PDFs etc). - Sentiment, intent or language analysis of page content. - Connect to SEO tool APIs that are not already integrated, such as Sistrix. - And more! 🤖 Crawl with ChatGPT You can select the ‘(ChatGPT) Template’ snippet, open it up in the JavaScript editor, add your OpenAI API key, and adjust the prompt to query anything you like against a page while crawling! The possibilities are endless. Setup your own snippets, which will be saved in your own user library, and then export/import the library as JSON to share with colleagues and friends. 📱 Mobile Usability You are now able to audit mobile usability at scale via the Lighthouse integration. There’s a new Mobile tab with filters for common mobile usability issues such as viewport not set, tap target size, content not sized correctly, illegible font sizes and more. 🔑 N-grams Analysis You can now analyse phrase frequency using n-gram analysis across pages of a crawl, or aggregated across a selection of pages of a website. This analysis can help improve on-page alignment, identify gaps in keywords and also provide a new way to identify internal link opportunities. Using n-grams you’re able to highlight a section of a website and filter for keywords in ‘Body Text (Unlinked)’ to identify link opportunities. 🌳 Carbon Footprint The SEO Spider will now automatically calculate carbon emissions for each page using CO2.js library. Alongside the CO2 calculation there is a carbon rating for each URL, and new ‘High Carbon Rating’ opportunity under the ‘Validation’ tab. And lots more. Take a look at our release notes for a full list. Enjoy! #seo #technicalseo #seocrawler #ai #chatgpt #screamingfrog
To view or add a comment, sign in
-
#SEO 2024 - Screaming Frog SEO Spider version 20.0 is now available!! 🐸 "You’re now able to execute custom JavaScript while crawling. This means you’re able to manipulate pages or extract data, as well as communicate with APIs such as OpenAI’s ChatGPT, local LLMs, or other libraries. You can do things like: - Use AI to generate alt text for images. - Trigger mouseover events. - Scroll a page (to crawl some infinite scroll set ups). - Download and save various content locally (like images, or PDFs etc). - Sentiment, intent or language analysis of page content. - Connect to SEO tool APIs that are not already integrated, such as Sistrix. - And more! " #MarketingDigital #DigitalMarketing #MarketingDigitale
We’re delighted to announce that Screaming Frog SEO Spider version 20.0 is now available 🐸 Buckle up, it's a big one! https://lnkd.in/eYBZrZJE 🧙♂️ Custom JavaScript You’re now able to execute custom JavaScript while crawling. This means you’re able to manipulate pages or extract data, as well as communicate with APIs such as OpenAI’s ChatGPT, local LLMs, or other libraries. You can do things like: - Use AI to generate alt text for images. - Trigger mouseover events. - Scroll a page (to crawl some infinite scroll set ups). - Download and save various content locally (like images, or PDFs etc). - Sentiment, intent or language analysis of page content. - Connect to SEO tool APIs that are not already integrated, such as Sistrix. - And more! 🤖 Crawl with ChatGPT You can select the ‘(ChatGPT) Template’ snippet, open it up in the JavaScript editor, add your OpenAI API key, and adjust the prompt to query anything you like against a page while crawling! The possibilities are endless. Setup your own snippets, which will be saved in your own user library, and then export/import the library as JSON to share with colleagues and friends. 📱 Mobile Usability You are now able to audit mobile usability at scale via the Lighthouse integration. There’s a new Mobile tab with filters for common mobile usability issues such as viewport not set, tap target size, content not sized correctly, illegible font sizes and more. 🔑 N-grams Analysis You can now analyse phrase frequency using n-gram analysis across pages of a crawl, or aggregated across a selection of pages of a website. This analysis can help improve on-page alignment, identify gaps in keywords and also provide a new way to identify internal link opportunities. Using n-grams you’re able to highlight a section of a website and filter for keywords in ‘Body Text (Unlinked)’ to identify link opportunities. 🌳 Carbon Footprint The SEO Spider will now automatically calculate carbon emissions for each page using CO2.js library. Alongside the CO2 calculation there is a carbon rating for each URL, and new ‘High Carbon Rating’ opportunity under the ‘Validation’ tab. And lots more. Take a look at our release notes for a full list. Enjoy! #seo #technicalseo #seocrawler #ai #chatgpt #screamingfrog
To view or add a comment, sign in