Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Dani Yes, if the page does not contain video content, then remove `itemscope itemtype="http://schema.org/VideoObject"` I'm so sorry for not responding sooner. I just saw your post now. 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 … page the first thing that appears is the video it self! (hosted on imgur platform) I even added additional Schema video… Middle Aged Needing Career Advice Community Center Geeks' Lounge by BigPaw … my background is more dominantly hardware and developing. I am self-taught in a couple of old irrelevant-to-today languages… Re: Middle Aged Needing Career Advice Community Center Geeks' Lounge by Dani Perhaps a career as a [software QA engineer](https://in.indeed.com/career-advice/finding-a-job/what-is-qa-engineer) will be interesting to you? Re: Middle Aged Needing Career Advice Community Center Geeks' Lounge by Dani Oh ... and congratulations on your cancer remission. :) 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. How can I better use C++and data structures and algorithms Programming Computer Science by learnerya I am a first-year university student from China. My major is Computer Science and Technology. I have been self-learning C++and data structures and algorithms recently. May I ask how I can learn them well? Is anyone interested in being my teacher or learning with friends? (Machine translation, my English is not very good, I can understand some) 7 NLP Tasks to Perform for Free in Python with Mistral 7b LLM Programming Computer Science by usmanmalik57 … learning statistical relationships from text documents during a computationally intensive self-supervised and semi-supervised training process.[1] LLMs can be… Re: DomContentLoaded vs jQuery Ready fn Programming Web Development by jkon ….7.1.js this part: // The ready event handler and self cleanup method function completed() { document.removeEventListener( "DOMContentLoaded", completed… Re: 88 Business-Growing Strategies Digital Media Digital Marketing by henrymorgan9522 A growth strategy is an organization's plan for overcoming current and future challenges to realize its goals for expansion. Examples of growth strategy goals include increasing market share and revenue, acquiring assets, and improving the organization's products or services. Re: How can I better use C++and data structures and algorithms Programming Computer Science by tinstaafl Here's a free course that also has video transcripts in Chinese [Click Here](https://www.edx.org/learn/data-structures/ibm-data-structures-algorithms-using-c?irclickid=wHcSD31V3xyPTCjz4zwfC1-YUkH1ZVUH5RvbSQ0&utm_source=affiliate&utm_medium=Class%20Central&utm_campaign=Harvard%27s%20Computer%20Science%20for%20Python%20Programming_&… Re: SiteShow -- Create a slideshow of web pages Programming Web Development by PROSYS_1 wow.. its working fine... very useful for me to complete my task.. thanks Re: Self Referential Structure Programming Software Development by mungara /* self referenial structure is nothing but pointing to the same type, in more detial *Pointing to itself* rather rather than same type, */ struct think { ... struct think *somepointer; /* pointing to itself "think type structure" i.e.. self referential structure */ } Re: Self documentation Programming Software Development by invisal Self-document code is not only comments what the code does … self is not defined help Programming Software Development by vagab0nd …for layout panelL = wx.Panel(self) panelRt = wx.Panel(self) panelRb = wx.Panel(self) self.__do_layout() def __do_layout(self): sizer = wx.BoxSizer(wx….Add(grid_sizer, 1, wx.EXPAND, 0) self.SetSizer(sizer) sizer_1.Fit(self) self.Layout() class menuApp(wxApp): #menu app its… "Self Betting Terminal" Programming Software Development by pbj.codez …review some old topics. This project will emulate the self betting terminals available at raceways (horse racing), and will…to bet. If you are unsure of what a self betting terminal is, feel free to check [this](… (minus the betting ability) -Incorporate live information, that self sustains itself, and continually updates -Ensure that every race,… Re: Self Teaching C++ Programming Software Development by Narue … to become good by learning themselves. I'm largely self-taught. You can decide for yourself if I meet …would be interesting to know the general perception >of self-taught programmers by profesionals is? The best programmers I'…ve met (professional or otherwise) were all self-taught. >Personally I struggle with a lot of … Re: Self documentation Programming Software Development by Narue >however it is very self-documented. I can't disagree with that. I can only assume that a wall of green text is "very" self-documented. It encourages me to read the code about as much as zero formatting, but certainly very self-documented. :icon_rolleyes: Re: Self documentation Programming Software Development by invisal [QUOTE=Narue;498608]>however it is very self-documented. I can't disagree with that. I can only … that a wall of green text is "very" self-documented. It encourages me to read the code about as… much as zero formatting, but certainly very self-documented. :icon_rolleyes:[/QUOTE] Don't worry, I would never comment… Re: Self-service password reset Hardware and Software Microsoft Windows by Mark Dukes …, [URL="http://www.scriptlogic.com/products/password-self-service"]desktop authority password self-service[/URL] can force users to register… for self password reset abilities. Users can get email notifications, balloons briefly … Re: Self Referential Structure Programming Software Development by Tom Gunn I never liked the term "Self Referential Structure" because it implies that objects …of the structure always refer to themselves. A self referential structure is better called a recursive structure. If … a list recursively as an example of the relationship between self referential structures and recursion: [code=c] #include <… Re: "Self Betting Terminal" Programming Software Development by pbj.codez … certain races. Then I can use it to simulate the self betting terminals found at every racetrack or any otb. It… Re: Self-join to remove duplicates Programming Databases by JorgeM A self join would make sense in a scenario where let's … all employees are in the same table, you perform a self join to figure out which employees a manager has, or… Re: Self-join to remove duplicates Programming Databases by cutepinkbunnies … to satisfy your metadata should remove the duplicates using a self-join. SELECT name, ID, [date], gender, birthday FROM <tbl… type 2 slowly changing dimension. In that case yes a self join is your best bet for retrieving the most relevant… Self Hosting Hardware and Software Networking by Redshift I'd like to hear other peoples experiences of self hosting their website at home. I have DSL 1mbit down … Self documentation Programming Software Development by Karkaroff Please help me in self documenting the program below. All u have to do is, … Re: Self documentation Programming Software Development by n.aggel 421 lines of code without a comment.... i think that self explaining code is about a dozen of lines.. not 421 !!! …