Skip to main content

All Questions

Tagged with
1 vote
0 answers
34 views

Multiple og meta tags on single page

I have a single page on my site suppose example.com/content . That page have a tab contents like tab1 and tab2. When user visit example.com/content#tab1 the tab1 will be active and the tab2 content ...
Khalid Saiffullah's user avatar
0 votes
0 answers
69 views

Is it possible to use JavaScript to change the GoogleAnalytics meta-tags of the page?

This is my meta tag <meta name="robots" content="none"> and want to change this meta tag into <meta name="robots" content="noindex"> <meta name=&...
user avatar
0 votes
1 answer
1k views

How to Add Dynamic Meta tags Using php

I Fetch Data From Laravel API and I want to show dynamic meta title and description but when i set dynamic data in inspect element it show's dynamic values but not updated in page source and also when ...
Harsh Wadhwani's user avatar
-1 votes
1 answer
48 views

Adding meta description with jQuery

I am trying to add meta descriptions to HTML via the following jQuery code: var stringmeta = '<meta name="description" content= ' + shortd + '>' $("head").append(stringmeta);...
jayadeep reddy's user avatar
0 votes
1 answer
31 views

Get the higher number in a group of meta tag names

I have a group of meta tags with a consistent name (session-1/2/3/4...etc). The group will be different every time depending on how many meta the user needed. I am trying to get the higher number in ...
Yan Mak's user avatar
  • 151
0 votes
1 answer
153 views

Meta property sharing link on whatsapp is not working

Until today I did not know how to show an image when sharink a link on whatsapp. I have this site: https://vivepuravida.com/propiedad/casa-escazu-41-apartamento-115k/ You can check I have this on the ...
wildpopones's user avatar
1 vote
1 answer
352 views

Crawlers doesn't read my javascript appended meta tags

Crawlers does not get meta tag in my header appended via script: document.head.innerHTML = document.head.innerHTML + '<meta name="description" content="Description">' This ...
Kelvin Barsana's user avatar
0 votes
3 answers
4k views

Downloading video from URL works fine in mobile view , not in desktop view in HTML

I tried to create link that download video file using URL downloder.html <!DOCTYPE html> <html> <head> <title>Downloading.....</title> </head> <body> <...
Viky's user avatar
  • 63
0 votes
1 answer
1k views

Animation of meta name="theme-color"

I want to use an animation consisting of several colors, in <meta name="theme-color" content="..."> eg: #87CEFA , #1E90FF , #4169E1... Is it possible to animate the theme-...
Mordecai's user avatar
  • 1,462
1 vote
0 answers
827 views

Generate Link/URL preview in HTML

What do I need to generate a link preview? e.g., when you post a link on facebook or whatsapp, the link gets posted with a small thumbnail and some introductory text. I want to achieve something ...
Madventures's user avatar
0 votes
0 answers
322 views

I want to change the meta tags attributes by the current url the user is in

So I have 4 different urls where I test my website. I want this meta tag in 3 enviroments : <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> but i want the 4th url to have this <META NAME=...
David Arriaga's user avatar
0 votes
2 answers
494 views

Jquery to get or retrieve data from meta tags

Meta tag is unnamed. I'm unable to get its content info I have tried for meta tag with name, description and it worked. I tried to call all meta without specifying name and description. But it was ...
SajZ's user avatar
  • 262
1 vote
0 answers
218 views

Changing Facebook Metatags in SPA, but OG meta tag changes not recognized when shared [duplicate]

I have the following code to set for default Facebook meta info. <meta property="og:type" content="music.song"> <meta property="og:title" content="cXc Music (Alpha)"> <meta property="...
Douglas's user avatar
  • 1,248
0 votes
1 answer
58 views

Is it a good idea to change metatag keywords in html using jquery

I want to change the metatag keywords in html head in order to match every page content dynamically. but changing if with jquery, when the page has been already loaded sounds to me senseless. Will ...
bog's user avatar
  • 1,323
0 votes
1 answer
143 views

Change meta tag when route change

I'm working on a simple navbar using jq-router. I'm aiming to make a single page application using this plugin. my problem is how can I change the meta tags like title, upon changing of url. Hope you ...
user123's user avatar
  • 443

15 30 50 per page
1
2 3 4 5
8