onurtacc / get-missings

Get missing meta tags, a tag's title, img tag's title and alt for SEO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

  • Create venv - python3 -m venv venv
  • install requirements - pip3 install -r requirements.txt

Usage

in command line:
  • python get_a_titles.py --> enter a url, get missing a tag's titles

  • python get_img_tags.py --> enter a url, get missing img tag's titles and alts

  • python get_missing_metas.py --> enter a url, get missing meta tags

Note

URL's must start http or https

About

Get missing meta tags, a tag's title, img tag's title and alt for SEO


Languages

Language:Python 100.0%