Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Web Scraping for SEO with Python
Web Scraping for SEO with Python
Web Scraping for SEO with Python
Ebook56 pages21 minutes

Web Scraping for SEO with Python

Rating: 0 out of 5 stars

()

Read preview

About this ebook

This document in electronic format is a compilation of the project "Web Scraping for SEO with Python" from my blog https://evginformatica.com

This project is a step-by-step guide to the development of a real project in the Python programming language and where several aspects of the language will be seen as well as its execution in different development environments.

LanguageEnglish
Release dateMay 27, 2020
ISBN9780463111055
Web Scraping for SEO with Python
Author

Enrique Vicente

My name is Enrique Vicente and I am an IT Engineer.I already have many years of experience in developing programs in different areas of technology.I am an expert in industrial control systems and industrial plant automation.I dominate numerous programming languages such as C, C ++, C #, Visual Basic, SQL, JavaScript, PHP, etc.I am passionate about computer science and Information Technology in general and I would like to infect many people with this passion.In my blog https://evginformatica.com you can find online courses, tutorials, ebooks about programming.

Read more from Enrique Vicente

Related to Web Scraping for SEO with Python

Related ebooks

Programming For You

View More

Related articles

Reviews for Web Scraping for SEO with Python

Rating: 0 out of 5 stars
0 ratings

0 ratings0 reviews

What did you think?

Tap to rate

Review must be at least 10 words

    Book preview

    Web Scraping for SEO with Python - Enrique Vicente

    Presentation of the project

    This project consists of given the direction of a website analyze its content to obtain information to improve SEO positioning of the website.

    Within this project, we will see tasks such as:

    . Get the content of a web page

    . Get internal links of the website

    . Get the metatag title of each page

    . Get the metatag description

    . Get the metatag h1

    . Save the results in a file for your query (txt, excel ..)

    . Analyze if the website complies with the recommended SEO premises

    As python is an interpreted language, we can implement the solution continuously, first doing a basic version and refining the program until we find the final solution to the problem.

    We will implement the program step by step until we have implemented the functionalities that we require.

    The course is organized in classes to follow the development of the project step by

    Enjoying the preview?
    Page 1 of 1