Mobile app version of vmapp.org
Login or Join
Phylliss660

: Will HTML that is in fact text have an impact on SEO? My website's dreadful search performance has always been a mystery. It could just be short, concise content but I believe it's something

@Phylliss660

Posted in: #Html #Seo

My website's dreadful search performance has always been a mystery. It could just be short, concise content but I believe it's something bigger.

My site is a crowdsourced map - people contribute images and add a short description.
I noticed though that the html of the description is not contained in any html tags. For example:

<!-- start report description -->
<div class="report-description-text">
<h5>Description</h5>
Welcome to Ushahidi. Please replace this report with a valid incident
<br/>
</div>


The example description here is the sample report that comes with the platform that I use. It could be an oversight but surely the text "Welcome to Ushahidi. Please replace this report with a valid incident" should be in a <p> element.

Most of the content on the website is made up of hundreds of pages with these short descriptions. But if they are not contained in any html tags will that impact things?

Attached is a screen shot of how Google Chrome's inspect element sees the html - simply as plain text.



Does having "HTML" of this nature impact search?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Phylliss660

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sherry384

I do not think this is your problem exactly. I remember reading somewhere that Google, while parsing HTML, makes the assumption that text in your case is a paragraph. However, I would bracket the text with HTML anyway. Google likes valid HTML because it is hard to parse otherwise. I would fix the HTML to be as HTML 4 compliant as possible at least.

We do know that Google does somewhat grade the HTML structure of a page. What the effect is, I am not entirely sure. It is rather fuzzy because Google's seems so forgiving. People swear by certifying a pages HTML. I am sure this is a factor to a point, but I have seen many high performing websites with pages that would not pass certification and contain a lot of room for clean-up. Google does say, as long as it is valid HTML 4 code, it will figure things out okay and not to worry.

Having said that, I would look at the Headline Read Order. This is: inbound backlinks, page title tag, page description meta-tag, first H1 (and only one) header tag, and first paragraph. Make sure that your most important keywords are reflected through all of these and that supporting keywords are reflected in the description meta-tag and first paragraph. Make sure that the description meta-tag and H1 header tag support the title of the page. And last, make sure that inbound backlinks vary as much as you have control over, and that they support all of your keywords. Remember that this is on a page by page basis. This means that titles should be unique, though they can be similar. The unique keywords of each page should be used in your title first if possible. Also, make sure that the remaining header tags are in sequence, H1, H2, H3, etc. And you are done. There is actually more, but this is the bulk of SEO basics.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme