So I was wondering how I can analyze the on-page SEO of my website pythonology.eu and obviously there were tens of SEO analyzers out there! So, I thought about how I can make my own! Apparently, there is already a Python library called pyseoanalyzer, but I started to make my own using BeautifulSoup. You can find the details on my website PYTHONOLOGY.
Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
More from this blog
Code Documentation: An Ignored Skill
I have taken quite a few courses on Programming in general and Python in particular. One of the things that I have noticed is the lack of a section how to document your code by providing good documentation. Python comes with the PyDoc module built-in...
Is Thonny the best IDE for Python beginners?
What Is Thonny? Thonny is a Python IDE (Integrated Development Environment) designed for beginners. It is written in Python and designed for the Python programming language. It provides an easy-to-use interface and a variety of features such as synta...
What Is Syntax In Programming?
As a Linguist (Ph.D. in Linguistics), I DO NOT get asked this question enough by programmers! Apparently, everyone knows what it is. So, why bother writing about it? Syntax is one of the most important areas in Linguistics or the scientific study of ...