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
Ebook52 pages18 minutes

Web Scraping for SEO with Python

Rating: 0 out of 5 stars

()

Read preview

About this ebook

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.
Project index

Class 1: Definition of the problem and Development environment
Class 2: Read content from a web page with urllib
Class 3: Obtain internal links of a web page
Class 4: Decode links and see accents
Class 5: Create list of valid links
Class 6: Search all internal links of the website
Class 7: Get metatag title
Class 8: Get metatag description
Class 9: Task for the student: Get tag
Class 10: Save results in a file
Class 11: Conversion to Python version 3.6
Class 12: Task for the student: Generate HTML file to visualize in internet browser
Class 13: Student task: Rewrite program with Beautiful Soup module
Class 14: Analyze website for SEO
LanguageEnglish
PublisherLulu.com
Release dateNov 8, 2018
ISBN9780359210541
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 step.

    The student will be given the source code of each step to follow.

    At the end of the classes a series of tasks will be proposed to the student to improve the solution and learn other concepts

    At the end the student will be given an Ebook with the content of the course.

    Project index

    Class 1:

    Enjoying the preview?
    Page 1 of 1