topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 10:07 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Sitemap-video.xml seems to have problems with Multiple Videos on common webpage  (Read 3074 times)

OptimalDesigns

  • Supporting Member
  • Joined in 2018
  • **
  • Posts: 68
  • (retired) Mathematical Engineer
    • View Profile
    • Calculus (level) Problem Solving; Examples & Compiler
    • Read more about this member.
    • Donate to Member
My webpage html has several ID tags for various MP4 video files.  My sitemap.xml for one MP4 video is as follows:

  <url>
    <loc>http://goal-driven.net/videos/index.html#FC-Compiler</loc>
       <video:video>
       <video:thumbnail_loc>http://goal-driven.net/image/fc-compiler-icon.png</video:thumbnail_loc>
       <video:title>Shows how to use and code the FC-Compilerâ„¢ App</video:title>
       <video:description>FC-Compilerâ„¢ application is a (free) Calculus-level Compiler that simplifies Tweaking parameters in ones math model.  FC solves Algebraic through Ordinary Differential Equations Equations; Laplace transforms; etc. FC is based on Automatic Differentiation that simplifies computer code to an absolute minimum; i.e., a mathematical model, constraints, and the objective (function) definition.</video:description>
       <video:content_loc>http://goal-driven.net/videos/FC Class.MP4</video:content_loc>
   <video:duration>600</video:duration>
   </video:video>
  </url>
The <loc>http://goal-driven.net/videos/index.html#FC-Compiler</loc> line seems to be the problem.  "#FC-Compiler" refers to an ID tag on my web page ... <h3 id="FC-Compiler">.  Am I doing something wrong here or on my Sitemap.xml file?