Skip to content

simodepth96/URL-Normalizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

URL-Normalizer

This Streamlit app returns an array table with normalized URLs based on the provided XLSX or CSV file.

Requirements

Ensure your file includes as the only header:

  • URL
  • Features

    Leverages the Python-based Courlan library for NLP normalization. Refer to the main repository to get more from this library designed to ease your efforts with data cleaning

      1. Removes ID session attributes
      2. Removes UTM parameters
      3. Removes hashbangs (fragments)

    Use Cases

    Mapping out canonical URLs to hand over to developers for implementation.

    Useful Links

    1. You can access the app here
    2. Find more at my SEO Toolstation

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages