Skip to main content

All Questions

Tagged with
0 votes
2 answers
2k views

How can I add NTFS metadata to any file?

Is there a possibility to add information like "Version = 1.2.3.4" to - let's say - a TXT file? Could this be achieved with NTFS metadata? If so, can I set such information by a program? ...
Bernd82's user avatar
  • 33
1 vote
2 answers
2k views

Nuxt meta-tags not scraped by Facebook Debugger

I'm using Nuxt (Universal), connected to Wordpress with Apollo and Graphql. I'm fetching my content with: async asyncData({ app, params, store, route, redirect }) { await store.dispatch("...
Guilherme Branco's user avatar
0 votes
1 answer
2k views

WP_Query based on meta data boolean

In my wordpress site I have created a meta box for any page which is using post.php This meta box includes a boolean checkbox where I want to decide whether or not it's going to be included with a ...
TheCavman's user avatar
0 votes
1 answer
981 views

How to enter multiple colors for Google Schema Product?

Some of the products in my shop have multiple colors associated with them. Does Google consider multiple colors in the schema and is this the valid way to do it? <div itemscope itemtype="http:/...
Arpan Jain's user avatar
0 votes
1 answer
264 views

Metadata for PHP files

I'm currently working in a project for my client. I'm creating a website and used header.php and footer.php for separate header and footer and included them on all the files. But the issue is that ...
Gaurav Rawat's user avatar
0 votes
0 answers
848 views

How to change Nuxt meta without hid?

how I could change <meta data-n-head="ssr" lang="en"> in the head. Ive tried to add { hid: 'lang', lang: 'ru' }, And { lang: 'ru' }, but vue-meta create duplicate(
Padavan's user avatar
  • 103
0 votes
2 answers
1k views

Turn Js Variable into Meta data

in the head section I have a js: var product = { ProductID: '97087', Thema: '18', CategoryID: '49', Region1: ['21'], ...
Tom tom's user avatar
  • 331
1 vote
1 answer
380 views

Post Inspector (520 error), and how to debug?

When I try to validate social sharing tags using Linked in Post Inspector I get the following error for any page I submit, but no other information, it gives no clue as to what is wrong: I found this ...
greebstreebling's user avatar
0 votes
0 answers
31 views

How to store values in database once I created a new metabox in each of my products? How to change these values correctly using a function?

I have created a new meta box in each of my products using the following code (pasted in functions.php): /** * ADD A CUSTOM SECURITY FIELD */ function cfsf_create_custom_field() { $args = array( '...
Zdenda's user avatar
  • 69
0 votes
1 answer
5k views

How to save Meta Data in WordPress back-end with PHP

I am relatively new to Post Meta Data in the WordPress backend using PHP. I have written the code that creates the Meta Data. I need help saving the data for which I have written. It will also need to ...
Tim Waindi's user avatar
0 votes
1 answer
652 views

Golang image iptc metadata

I need to get the meta data, especially the iptc meta data from the uploaded files on the server. I have found two packages I can import, but both of them require the "libiptcdata" libary. It should ...
Stephen's user avatar
  • 13
0 votes
0 answers
48 views

Array empty when scraping og: meta

I've posted a url into a feed I've created on my homeserver to get all meta data of that url off a website. The website I've scraped is uk.yahoo.com. I have posted that very link knowing that it ...
David Draw's user avatar
-1 votes
1 answer
749 views

What is the Samsung link preview user agent?

Starting in the Samsung GS8, the messages app will generate a link preview from the meta data on a site. Need help finding the user agent string for the crawler that preview feature is using to grab ...
Justin's user avatar
  • 64
4 votes
2 answers
6k views

Meta tag: do I use name or id?

I saw that in HTML5, you don't use the name attribute, but use the id attribute, instead. I also saw that you write metadata with the name attribute. So which one of them should I use while writing ...
E. Epstein's user avatar
0 votes
1 answer
2k views

Adding chartset:utf-8 to @font-face class doesn't work

I have set the charset:utf-8 property in @font-face class. But it does not work. When I set the metadata tag, it's working correctly. How do I get this way to work as well? My CSS Section: @font-...
M K's user avatar
  • 2,027

15 30 50 per page