Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book But i am generating the JSON code dynamically. If there is no video than i hide the VideoObject tag with if statement. Should i just remove the `itemscope itemtype="http://schema.org/VideoObject"` Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book … it self! (hosted on imgur platform) I even added additional Schema video tags but that seems is useless. here is the…;div class="dz-media" itemscope itemtype="http://schema.org/VideoObject"> <?php if (pathinfo($image4, PATHINFO_EXTENSION) === 'mp4… Slaying Unicorns: How Europe Sabotages Its Own Economic Future Community Center by Johannes C. …colonialism** [finally coming to an end](https://africanarguments.org/2023/08/adieu-to-a-post-colonial-bully/), which…I believe that [the social contract](https://en.wikipedia.org/wiki/Social_contract) is what makes Europe great, we are… [regulating the bend of bananas](https://en.wikipedia.org/wiki/Commission_Regulation_(EC)_No._2257/94)** and stay … 'Prepare for the Earliest Possible AGI Deployment Scenario' Community Center by Johannes C. …, she is supporting the development of the [Accelerator](https://researchaccelerator.org/), a new research institute for evidence-based policymaking in collaboration… Re: Improve HAVING BY performance Programming Databases by Dani …://web.dev/learn/performance/why-speed-matters * https://developer.mozilla.org/en-US/docs/Learn/Performance * https://web.dev/explore/fast… Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book BUMP. Anyone can help with this issue ? :/ Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Dani I’ll take a look at this tomorrow. I’m currently in bed :) Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Dani You have the itemtype set to a VideoObject but, as you point out, only sometimes is there actually an .mp4 file. The rest of the time, it's a static image such as a png, jpg, or jpeg. Google probably doesn't trust your meta tags since they are inaccurate half the time. Re: Mastodon Community Center Geeks' Lounge by Dani I just stumbled upon this and had no idea that Mastodon was even a thing 6 years ago, pty! I first became aware of them back when Elon bought Twitter (ahem, X) and everyone fled ship trying to find an alternative. Sorry no one replied to this thread until now. Guess you were just too ahead of your time. ;) GCC Fails to Recognize Parameters Programming by snah19 ….0 Host Macbook Pro, macOS Monterey [Click Here](https://ffmpeg.org/platform.html#DOS) DJGPP Cross Compiler 12.2.0 Fails… code FFMPEG_VERSION="4.4" FFMPEG_ARCHIVE="https://ffmpeg.org/releases/ffmpeg-${FFMPEG_VERSION}.tar.gz" FFMPEG_SOURCE_DIR="ffmpeg-${FFMPEG_VERSION… Paris Olympics Chatbot- Get Ticket Information Using Chat-GPT and LangChain Programming Computer Science by usmanmalik57 … website directs you to a [PDF document](https://tickets.paris2024.org/obj/media/FR-Paris2024/ticket-prices.pdf) containing ticket prices… it into multiple pages. ``` loader = PyPDFLoader("https://tickets.paris2024.org/obj/media/FR-Paris2024/ticket-prices.pdf") docs = loader… Converting PDF Image to CSV Using Multimodal Google Gemini Pro Programming Computer Science by usmanmalik57 …. You also need to specify the [MIME](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) type of the… Fine Tuning Google Gemma Model for Text Classification in Python Programming Computer Science by usmanmalik57 …. We will use the [LoRA (Low-Rank Adaptation)](https://arxiv.org/abs/2106.09685) approach to fine-tune only some of… Paris Olympics Ticket Information Chatbot with Memory Using LangChain Programming Computer Science by usmanmalik57 … Paris Olympics ticket information. ``` loader = PyPDFLoader("https://tickets.paris2024.org/obj/media/FR-Paris2024/ticket-prices.pdf") docs = loader… Re: How to rank my blog in google? Digital Media by jofrachalya142 … well. * Fix technical problems of your site as well. Implement schema to your site and see of any errors in GSC… Re: Is Coding About Authoring or Achieving a Specification? Programming by rproffitt … it was just a formatting change. Read https://en.wikipedia.org/wiki/Indentation_style to see 9 standards alone. Then there was… Re: how convert cur images to image? Programming Software Development by Reverend Jim … format you want? Or you could download [ffmpeg](https://ffmpeg.org/) (free) and do ffmpeg -i myfile.ico myfile.jpg (or… Re: How can I better use C++and data structures and algorithms Programming Computer Science by tinstaafl … has video transcripts in Chinese [Click Here](https://www.edx.org/learn/data-structures/ibm-data-structures-algorithms-using-c?irclickid… Re: How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by rproffitt … threw the error. Tutorial on that at https://docs.python.org/3/howto/logging.html Re: Learning about AI Community Center by rproffitt I have to ask if any mention was made about CNET which went all in on AI generated content. Wikipedia downgraded CNET's reliability rating as a result. Source: https://en.wikipedia.org/wiki/CNET All the folk I knew there have left or been laid off. Re: Postfix authentication problem Hardware and Software Linux and Unix by chickenbirds … and was recommended to check out [OpenSMTPD](https://www.opensmtpd.org/) - this mail server, which can be used as a simple… Re: GCC Fails to Recognize Parameters Programming by Reverend Jim I can't offer any suggestions other than to just download the compiled app for your system instead of building it yourself. Re: GCC Fails to Recognize Parameters Programming by rproffitt Here's another problem. When we change the OS not only must we setup the compiler, environment and such but sometimes an OS API could be deprecated or removed. You made mention of a possible OS change so that's a possibility. You obtained this code from somewhere. Go back there and see if they updated it for your new OS. Re: GCC Fails to Recognize Parameters Programming by toneewa While I haven't used DJGPP for a couple decades, I decided to install the ffmpeg library and do a test program another way. For me, the declarations worked changing: #include "os_support.h" #include "avformat.h" #include "internal.h" #if CONFIG_NETWORK #include "network.h" #… Re: Using ChatGPT to Interact with Third-Party Applications in Python Programming Computer Science by catherine_11 Integrating ChatGPT with third-party applications in Python involves utilizing [OpenAI's API](http://www.google.com). Begin by obtaining API credentials, then craft Python scripts to send requests and process responses. Adhere to OpenAI's documentation for optimal integration, ensuring secure and efficient interaction with the ChatGPT model. Schema.org markup improving authoritativeness Digital Media Digital Marketing Search Engine Strategies by Dani Has anyone read about any studies, or has any anecdotal evidence, that might demonstrate that detailed schema.org/Person markup about an author improves the authoritativeness of an article or tutorial in Google's eyes? Multiple schema.org items with the same URL Programming Web Development by Dani ….example.com/dani.html <body itemscope itemtype="http://schema.org/ProfilePage"> <h1 itemprop="name">…; <div itemscope itemprop="about" itemtype="http://schema.org/Person"> <link itemprop="url" href… Re: How to optimize schema.org for website? Digital Media Digital Marketing Search Engine Strategies by bijutoha I've to suggest you to check by Google. Because, many posts are there on **schema.org** like this.. [Schema-org Guide for Beginners](http://www.internetmarketingninjas.com/blog/search-engine-optimization/schema-org-guide-beginners-cheatsheet/) Re: How to optimize schema.org for website? Digital Media Digital Marketing Search Engine Strategies by Piers Rollins In order to get clear details on structured data or schema.org, you can refer the link - http://schema.org/docs/gs.html How to optimize schema.org for website? Digital Media Digital Marketing Search Engine Strategies by seoadamwatson How to optimize schema.org for website?