Video thread type

briansol

Well-known member
Much like we have Q&A, Article, Discussion thread types, a Video thread type would help sites/threads rank where the main content being posted is a video.

Google does not like to rank attached videos as video threads. All my threads with videos attached show up under:

1726236566779.webp


1726236677243.webp



Suggestion: Incorporate a Video thread type option which puts the video as the key content, improves page meta data / json-ld for video indexing, and treats the 'thread' portion of it as video comments.
1726237528722.webp
= [ ] VIDEO




Related thread: https://xenforo.com/community/threads/media-thread-type.222335/
 
Upvote 2
Yeah, the entire template needs to change to be more video-like (eg, youtube layout).


Additionally, I keep seeing .com/styles/default/xenforo/add_to_home.mp4 show up. I think this is for the PWA helper to install it. It seems to have this blurb of text on every page load. Should be removed and dom-added on-click or something to get it out of the way.

Code:
<hr class="offCanvasMenu-separator" />
</div>
<div class="js-offCanvasNavTarget"></div>
<div class="offCanvasMenu-installBanner js-installPromptContainer" style="display: none;" data-xf-init="install-prompt">
<div class="offCanvasMenu-installBanner-header">Install the app</div>
<button type="button" class="button js-installPromptButton"><span class="button-text">Install</span></button>
<template class="js-installTemplateIOS">
<div class="js-installTemplateContent">
<div class="overlay-title">How to install the app on iOS</div>
<div class="block-body">
<div class="block-row">
<p>
Follow along with the video below to see how to install our site as a web app on your home screen.
</p>
<p style="text-align: center">
<video src="/styles/default/xenforo/add_to_home.mp4" width="280" height="480" autoplay loop muted playsinline></video>
</p>
<p>
<small><strong>Note:</strong> This feature may not be available in some browsers.</small>
</p>
</div>
</div>
</div>
 
Nothing additional to the info given out by Google themselves, e.g.:

Were you able to alter or include meta data that would change Google's analysis of your forum pages with embedded media on it as the first post of a thread?
 
Such thread type would rival media content type. Another idea is to allow other content types (like media) to be in a forum node. I.e. convert a thread to xfmg media but keep it in the forum node.
 
Back
Top Bottom