random1 Posted November 14, 2008 Share Posted November 14, 2008 Hey All, I'm wanting to have my own meta tag: <meta http-equiv="CustomMeta-Version" content="1.1g" /> on all websites I create. Is it valid and correct to be able to add you own custom meta tags? If so can these be used to know a list of domains using the meta tag? (using PHP) Should the is be done using headers instead? Quote Link to comment https://forums.phpfreaks.com/topic/132642-solved-customizing-meta-tags/ Share on other sites More sharing options...
flyhoney Posted November 14, 2008 Share Posted November 14, 2008 If you're thinking you could add the meta tag, and then just write a script to grab all the pages on the internet that use that meta tag, I would say that is impossible. Quote Link to comment https://forums.phpfreaks.com/topic/132642-solved-customizing-meta-tags/#findComment-689823 Share on other sites More sharing options...
rhodesa Posted November 14, 2008 Share Posted November 14, 2008 I'm pretty sure you can add your own meta tags (although I see it to be pretty useless). If you want to know what domains are using something (aka, you wrote a web app, distributed it, and want to know who is using it)...you have to have the webapp report back to your server. This can be done with both PHP and JavaScript. Quote Link to comment https://forums.phpfreaks.com/topic/132642-solved-customizing-meta-tags/#findComment-689853 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.