How to Generate PDF Documents in Python
February 24, 2021
Experience of Doubletapp backend developer in working with utilities for creating PDF documents.
Join us
So, your site is ready. You can finally show it to the world and wait for the first users ... That not exactly true! Experience shows that before a product launches, everyone is so excited about the release that they miss out on a few important details. Therefore, we decided to dress up in the costume of the Captain of Obviousness and made a checklist, running through which, you can make sure that nothing important is missing.
These three parameters can be divided into two groups: required for pages and required for images. Let's start with the pages and make sure to set the following parameters correctly.
Title
This is the SEO tag for the page. As the name suggests, it describes the title of this page. The tag can be the only one per page. Why is it so important?Because, firstly, Title is what the user sees in the browser bookmarks and in the control panel.
Secondly, this is the tag that users see in search engines.
And, of course, links to external sites. Title is visible when placing a link to the site in social networks, on profile portals or when sending to private messages.
Hopefully, doubts about the importance of the Title tag have cleared. And now, briefly about how to work with it. Three short rules apply here:
Description
Like the Title tag, Description is needed to optimize the site's performance. He is responsible for the description of the page. On the page, unlike Title, it does not show itself in any way. Description generates snippets of search engines.
Also, the tag is displayed when posting links to external portals.
Description is used by search engines when indexing and ranking pages in the SERP.
It is recommended to use 140 to 200 characters for Description
Do not copy it from Title and use a unique description on each page
Use keywords at the beginning of the description
Alt
Alt tag is needed to describe the image, if the image is not displayed, and for search engines. Always describe images honestly, do not use descriptions longer than 200-250 characters.
And while we are talking about displaying links on external portals: be sure to check that for each page you have an image that is pulled from the site.
The files were parsed, the tags were parsed. Phew! What great fellows we are.
There's just a little more left, I promise.
Three points are also fundamentally important for search engines:
The files were parsed, the tags were parsed. Phew! What great fellows we are. There's just a little more left, I promise.
Three points are also fundamentally important for search engines:
That's all. It turned out 11 points, if not guaranteeing a successful release, then at least reducing unexpected "surprises". It remains to check, tweak and send for release.
Discuss article on social media
Similar news
February 24, 2021
Experience of Doubletapp backend developer in working with utilities for creating PDF documents.
February 5, 2021
A first-person perspective on the start-up of Doubletapp
April 14, 2020
We organized a test task, built the process of preparing for lectures and homework assignments, transferred classes from offline to online.