-->

All-in-One Blog Sitemap Generator & SEO Toolkit

Atom.xml Generator and Site Speed Checker

Atom.xml Generator and Site Speed Checker

Enter your blog URL (e.g., http://site.blogspot.com):




Site Speed (Google PageSpeed Insights):

Wait for the site speed test

Generate Sitemap and Check Site Speed


This function, "generateSitemapAndCheckSpeed()", serves as the heart of the Atom.xml Generator and Site Speed ​​Checker. It combines two crucial tasks. Firstly, it generates the content for the "robots.txt" file, which is essential for instructing web crawlers about what parts of a website should be crawled and how frequently. The generated content includes user-agent rules, a crawl delay setting (defaulting to 10 seconds), and a link to the Atom.xml sitemap. This content is displayed within the "robotsTxt" textarea. Additionally, this function utilizes Google PageSpeed ​​Insights to measure the site's speed. It queries the Google PageSpeed Insights API with the provided blog URL and fetches data regarding the website's performance. The resulting site speed, presented as a percentage, is shown in the "siteSpeed" textarea. 

 Copy Robots.txt Content Function

The "copyRobotsTxt()" function offers a handy feature for users to effortlessly copy the generated "robots.txt" content to their clipboard. When the user clicks the "Copy robots.txt" button, this function takes action. It selects the content residing within the "robotsTxt" textarea, effectively copying it to the clipboard. Notably, the function goes a step further by altering the color of the button, serving as a visual indicator that the copy operation has been successfully executed.

Copy Search Console Sitemap URL Function

The "copySearchConsoleSitemap()" function is designed to streamline the process of copying the Search Console Sitemap URL to the user's clipboard. Upon clicking the "Copy Search Console Sitemap" button, this function triggers. It selects the URL within the "searchConsoleSitemap" textarea and efficiently copies it to the clipboard. As with the "Copy robots.txt" function, this function also updates the button's color to signal the successful copy operation. These functions collectively create a user-friendly interface for generating essential SEO-related files, checking site speed, and simplifying the process of copying important data for webmasters and bloggers.

Wait for code

Post a Comment

Contact Form