I would like to do a search in a webpage if I have result than I need a property.
Here is the webpage: link text
I am interested if, the header the meta has the property with value “og:title” ot nor, if has I want the content value
If we look at the source of the page, it has a potion of:
<meta
property="og:title" content="Explore the Titanic Wreck Site via Social Media [EXCLUSIVE]" />
so I want a true result for og:title query and a Explore the Titanic Wreck Site via Social Media [EXCLUSIVE] value for next search, how to do it properly
search("/html/head/meta[(@property='og:title']") doesn’t return what I want.
any suggestion?
Use: