Mobile app version of vmapp.org
Login or Join
Lengel546

: Pages with tweet-sized ideas: use title tags or div/span/li for list items? We are working on a website (https://mindool.com/p/583727136028889088/should-vaccines-be-required-for-children) that does not

@Lengel546

Posted in: #Seo

We are working on a website (https://mindool.com/p/583727136028889088/should-vaccines-be-required-for-children) that does not display information in a conventional way in form of text paragraphs but in terms of ideas: one idea at a time of tweet size (lists of tweets).

We want to do SEO and are unsure how we should structure our HTML so that the search engine bots understand what we do. Our problem is, that we have no body text and only titles (H1/H2) on a page (we show the list items as H2).

We wonder if we should use div/span instead. Any suggestions are of course also welcome. We already use schema.org semantic annotations.

Here is a simplified version of a page:

<html><head>...</head><body>

<h1>Should vaccines be required for children?</h1>

<div>
Pros:
<h2>Vaccines have saved millions of lives since 1789.</h2>
<h2>Vaccines save more children from death or illness than it causes.</h2>
<h2>The side effects of vaccines are far less dangerous that the illness that children are exposed to when not vaccinated.</h2>
</div>

<div>
Cons:
<h2>Vaccines can cause serious and in some cases fatal side effects.</h2>
<h2>Parents should be free to decide what their kids should receive.</h2>
<h2>It is not up to the government to impose on parents what to do.</h2>
</div>

</body></html>

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Lengel546

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme