Content Usage and Reproduction Policy
← Back to all articles

Content Usage and Reproduction Policy

Vladimir Dietrich · December 31, 1989 ·2 min read

Hello! I am very happy about your interest in my work. All content on this blog is created with the goal of sharing knowledge and helping the community.

To facilitate sharing, I have adopted a usage policy based on Creative Commons, which I explain in detail below.

In summary, what you CAN do:

  • Republish my articles in their entirety on your blog, portal, or newsletter.
  • Quote excerpts from my articles in your own work.
  • Share any content on social media and other channels.
  • All I ask in return is that you follow the attribution conditions detailed below.

    Our Conditions (The Rules)

    To ensure that the content ecosystem remains healthy and that everyone receives due credit, please follow these two simple rules when reproducing an article:

    👉 1. Clear Attribution

    You must give credit clearly, mentioning my name (Vladimir Dietrich) and including a visible link to the original article.

  • Example at the beginning of the article: "This article was written by Vladimir Dietrich and originally published on the Vladi.dev blog (with a link to the original article)."
  • Example at the end of the article: "The article 'Article Title' (with link to the original) was written by Vladimir Dietrich."
  • 👉 2. Canonical Link (Essential for SEO)

    I'm glad you want to republish! In addition to citing the source, please insert the canonical tag in the <head> of your page. It is a line of code that tells Google what the original source of the content is, avoiding duplicate content issues for both of us.

    Just add this code inside the <head> tag of your HTML:

    <link rel="canonical" href="https://ojs.sites.ufsc.br/index.php/avant/libraryFiles/downloadPublic/48">

    Replace https://ojs.sites.ufsc.br/index.php/avant/libraryFiles/downloadPublic/48 with the full URL of the post you are republishing.

    Questions?

    If you have any questions about the use of the content or would like to propose some kind of partnership, please get in contact: hello@vladi.dev.

    Thank you very much for helping to share this knowledge!