selfpower-ngo / selfpower.ro

Website Asociatia Selfpower
https://www.selfpower.ro
0 stars 0 forks source link

SEO , TAGS: include blogpost tags in <meta name="keywords"> #18

Closed ionescu77 closed 3 years ago

ionescu77 commented 4 years ago

SEO include blogpost tags in

Intram in partea invizibila SEO.

Tag-urile implementate de dominic sunt importante vizual si ca navigare prin site, dar sunt si mai importante pentru SEO (Search Engine Optimization), pe baza lor crawler-ul google face ranking la pagina, in cazul nostru articol de blog:

<meta name="keywords" content="Selfpower, Blog, Post, Articol, Studiu, Consiliere, Educatie, Dezvoltare, Personala">

ar trebui sa ramana selfpower, blog, post, articol si restul sa fie dinamice, adica tag-urile propriuzise ale blog-post-ului:

Nu am implementarea acum in cap, dar probabil Dom o stie, pt ca a facut implementarea, scriu in pseudocod:

<meta name="keywords" content="Selfpower, Blog, Post, Articol, {% tags list%}">

Unde {% tags list%} e lista tag-urilor post-ului: management, caterinca, etc. si se schimba bineinteles in functie de ce tag-uri are post-ul in baza de date.

blogdetail

https://github.com/selfpower-ngo/selfpower.ro/blob/d91c5bee46de2b76375e68ab9e3b5a3a6fc6a6f6/src/blog/templates/blog_post.html#L7

ionescu77 commented 4 years ago

About 1

https://w3-lab.com/seo/do-meta-tags-matter-seo-2020/

https://github.com/selfpower-ngo/selfpower.ro/blob/d91c5bee46de2b76375e68ab9e3b5a3a6fc6a6f6/src/blog/templates/blog_post.html#L6

About 2

There’s no getting around the fact that meta keywords aren’t the big players they once were in SEO. Most search engines have realized that sites can easily “game” the meta keywords field with black-hat keyword stuffing, so meta keywords are no longer an important part of the Google ranking algorithm. (More attention ought to be paid to Title Tags and Meta Descriptions than to Meta Keywords.) But they can nonetheless still play a small but helpful part in communicating your message and attracting searchers to your site. In the competitive world of search engine marketing, every little bit helps.

https://www.wordstream.com/meta-keyword

https://www.wordstream.com/meta-description