Forum
Welcome, Guest
Please Login to access forum.
Video sitemap + osyoutube (1 viewing) 
Go to bottom
TOPIC: Video sitemap + osyoutube
#4705
Marcin R
Fresh Boarder
Posts: 7
User Offline
Video sitemap + osyoutube Karma: 0  
Hello I have a problem with generate video sitemap.

I have only links to YT, and plugin os youtube convert to embembed.
Jsitemap dont see this link .. https://mjmartino.eu/index.php?option=com_jmap&view=sitemap&format=videos&xslt=1

dont see on this category k2 https://mjmartino.eu/itemlist/category/32-kursy-video.html


Any solution ?
 
Logged Logged  
  The administrator has disabled public write access.
#4706
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Video sitemap + osyoutube Karma: 79  
Hello,

real videos are not here (only images placeholders) https://mjmartino.eu/itemlist/category/32-kursy-video.html

but here: https://mjmartino.eu/item/284-czy-w-joomla-mozna-zarzadzac-baza-danych-joomla-to-proste-7.html

The crawler needs to find real videos like this in the HTML: <iframe width="600" height="450" frameborder="0" src="https://www.youtube.com/embed/yNgCSVauLTw?wmode=transparent" allowfullscreen=""></iframe>

So ensure that all single K2 links are crawled for videos, eventually use precaching because you have near 300 links.
Also if you have JCH Optimize enabled, try to disable it in the case that videos are not found.
 
Logged Logged  
  The administrator has disabled public write access.
#4712
Marcin R
Fresh Boarder
Posts: 7
User Offline
Re:Video sitemap + osyoutube Karma: 0  
JCH_optimize off But now find only 3 links strange..

In code art. is real video
Code:

<p><div class="video-responsive"><iframe width="600" height="450" frameborder="0" src="https://www.youtube.com/embed/yNgCSVauLTw?wmode=transparent" allowfullscreen></iframe></div></p>
 
Logged Logged  
  The administrator has disabled public write access.
#4713
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Video sitemap + osyoutube Karma: 79  
Yes very strange, all your videos look valid for me.
I analyzed your website a bit deeper and took some tests.

On this page that is missing https://mjmartino.eu/item/284-czy-w-joomla-mozna-zarzadzac-baza-danych-joomla-to-proste-7.html you have:
Code:

<p><div class="video-responsive"><iframe width="600" height="450" frameborder="0" src="https://www.youtube.com/embed/yNgCSVauLTw?wmode=transparent" allowfullscreen></iframe></div></p>
on this page that is found https://mjmartino.eu/component/k2/item/89-samsung-bada-os-20.html you have:
Code:

<!-- JoomlaWorks "AllVideos" Plugin (v4.7.0) starts here --> <div class="avPlayerWrapper avVideo"> <div class="avPlayerContainer"> <div id="AVPlayerID_0_f52ad9729d60c37d8b68c0fa14420338" class="avPlayerBlock"> <iframe src="//www.youtube.com/embed/Kcz65Garcco&amp;NR=1?rel=0&amp;fs=1&amp;wmode=transparent" width="600" height="450" frameborder="0" allowfullscreen title="JoomlaWorks AllVideos Player"></iframe> </div> </div> </div> <!-- JoomlaWorks "AllVideos" Plugin (v4.7.0) ends here -->
but both are valid links to Youtube videos. Indeed testing the code in a sample article both videos are found by the videos crawler. I've no other ideas other than some links not crawled, but if you already used the precaching process all links are analyzed.
 
Logged Logged  
  The administrator has disabled public write access.
#4766
Marcin R
Fresh Boarder
Posts: 7
User Offline
Re:Video sitemap + osyoutube Karma: 0  
Yes. Because I using long time ago allvideos but now prefer osyoutube simpler and more responsive.
Yes I using precaching.
This time found 20 video.. i change:
Code:

Images/Videos sitemap requests limit 100-2min
Still missing videos
 
Logged Logged  
  The administrator has disabled public write access.
#4767
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Video sitemap + osyoutube Karma: 79  
Firstly you should contact me by email, preferred way.
We talked about a video for the presentation and i was awaiting your news if you remember.

About your videos, you must use precaching and set the limit to max 50 links for each step to have videos. using 100 you will get a server timeout and no videos.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top