markoroots
Well-known member
Hi there, I have noted that the Tags hx on the threads seems not be fully optimized. This create confusion for the search engines to index better the contents.
Here an example.
In this case about a thread token here for test, this one:
we can see that the tags h"x" are not well optimized. Tags h1, h2, h3, ecc are needed from search engine to understand the content of a page.
So if we have these sequence for the thread above:
H1
H1: XF 2.2 Upgrade Help
H2
H2: 0
H3
H3: Search
H3: Similar threads
H4
H4: Rusty Snippets
H4: Rusty Snippets
H4: Brogan
H4: Mike
H4: Rusty Snippets
H4: Mike
H4: Rusty Snippets
H4: Rusty Snippets
H4: Rusty Snippets
H4: Rusty Snippets
H4: GW2
H4: Rusty Snippets
H5
H5: Active member
H5: Active member
H5: XenForo moderator
H5: XenForo developer
H5: Active member
H5: XenForo developer
H5: Active member
H5: Active member
H5: Active member
H5: Active member
H5: New member
H5: Active member
H6
H6: 0
it create confusion to the crawlers so also not good for the indexing purposes.
The best configuration for a thread is to show only the more relevant informations related to the content of that thread, not else.
This need 2 things: "Title of the thread" and
"Name of the section/node", that is more importat because is rellay descriptive for the content of the threads.
So the best configuration should be this:
H1
Title of the thread
H2
Name of the node
and nothing else.
Because adding all those other information as h3, h4, h5, h6, not related to the content of the thread, saying to the search engines that are relevant things about that, isn't really good.
Here an example.
In this case about a thread token here for test, this one:
Code:
https://xenforo.com/community/threads/upgrade-help.194097/
we can see that the tags h"x" are not well optimized. Tags h1, h2, h3, ecc are needed from search engine to understand the content of a page.
So if we have these sequence for the thread above:
H1
H1: XF 2.2 Upgrade Help
H2
H2: 0
H3
H3: Search
H3: Similar threads
H4
H4: Rusty Snippets
H4: Rusty Snippets
H4: Brogan
H4: Mike
H4: Rusty Snippets
H4: Mike
H4: Rusty Snippets
H4: Rusty Snippets
H4: Rusty Snippets
H4: Rusty Snippets
H4: GW2
H4: Rusty Snippets
H5
H5: Active member
H5: Active member
H5: XenForo moderator
H5: XenForo developer
H5: Active member
H5: XenForo developer
H5: Active member
H5: Active member
H5: Active member
H5: Active member
H5: New member
H5: Active member
H6
H6: 0
it create confusion to the crawlers so also not good for the indexing purposes.
The best configuration for a thread is to show only the more relevant informations related to the content of that thread, not else.
This need 2 things: "Title of the thread" and
"Name of the section/node", that is more importat because is rellay descriptive for the content of the threads.
So the best configuration should be this:
H1
Title of the thread
H2
Name of the node
and nothing else.
Because adding all those other information as h3, h4, h5, h6, not related to the content of the thread, saying to the search engines that are relevant things about that, isn't really good.
Upvote
1