Skip to content

YiraBot 1.0.8

Compare
Choose a tag to compare
@OwenOrcan OwenOrcan released this 02 Feb 17:08
· 37 commits to master since this release

yirabot_favicon_bigger

YiraBot Release Notes: Version 1.0.8

Upgrade YiraBot using pip:

pip install --upgrade yirabot

Overview

YiraBot 1.0.8 introduces a significant focus on SEO analysis. The enhanced SEO command incorporates comprehensive features to streamline and optimize your website's SEO performance.

Enhanced SEO Analysis Command

The updated seo command (formerly check) now includes extensive features for a thorough SEO assessment:

  • Title and Meta Description Length Analysis: Analyzes and compares the length of titles and meta descriptions against SEO standards, offering tailored feedback.
  • Keyword Extraction: Identifies the most prominent keywords used on the page, aiding in content optimization strategies.
  • Heading Hierarchy Analysis: Evaluates the heading structure and provides feedback on any header usage errors or inconsistencies.
  • Mobile Responsiveness Check: Assesses the website's mobile compatibility, a crucial aspect of modern SEO.
  • Social Media Integration Discovery: Identifies and displays the website's connections with various social media platforms.
  • Website Language Identification: Detects the primary language of the website, essential for targeted SEO tactics.

Screenshot 2024-02-02 at 12 39 22 PM

Command Renaming for Improved User Experience

For better clarity and user experience, we have renamed the following commands:

  • check is now seo
  • crawl-content has been updated to scrape

Example Usage

For SEO analysis using the new seo command

yirabot seo <url>

Developer Side Changes

To enhance the YiraBot's performance and code maintainability:

  • Code Organization: The codebase has been restructured, segregating different functionalities into multiple files for improved organization and scalability.