Skip to main content

All Questions

Tagged with
5 votes
1 answer
5k views

Refresh page when active tab

Currently in my page I am using this to refresh the page each minute: <head> ... <meta http-equiv="refresh" content="60" /> ... </head> How instead, I want to ...
Anefi3's user avatar
  • 51
3 votes
1 answer
2k views

Does setting meta tags in Javascript work without server side rendering?

I am developing a single page application and each page should have different open graph meta tags. It seems that tools like react-helmet just use Javascript functions like element.setAttribute to ...
Ryan Peschel's user avatar
  • 11.7k
1 vote
2 answers
562 views

What is the use of lang attribute in HTML if we have defined the charset as utf-8

Why html lang="en" is required if we are defining meta charset="utf-8".I mean we have defined charset so what's the use of lang? What I understand from utf-8 is that it contains ...
koil's user avatar
  • 51
6 votes
1 answer
3k views

Force Internet Explorer to open a website in Edge [closed]

I just visited the apple.com website in the Internet Explorer and noticed, Internet Explorer opens the website directly in Edge and shows this page in the IE-window. I'd like to implement this to my ...
dagrega's user avatar
  • 171
0 votes
1 answer
1k views

How to save emoji on text input as &#128584; or &#x1f648; instead of \ud83d\ude48

I have a few forms that I need to be able to save emojis, and the emojis can be anywhere on a string. I can't seem to get unicode sequences to display as emojis. Currently, the forms call a javascript ...
Allaris's user avatar
2 votes
1 answer
9k views

Trouble with content security policy

So i have been trying to use a google programmable search engine script, but i am having trouble with the meta tag. The meta tag that i have included in my is as follows: <meta http-equiv="...
johan's user avatar
  • 31
3 votes
1 answer
2k views

http-equiv redirect to another html page

I am trying to redirect a user on my html page to another html page automatically after three seconds, and I am trying with this code: <meta http-equiv="refresh" content="3; home....
Fredrik Cumlin's user avatar
2 votes
1 answer
2k views

WordPress, HTML \\ How to insert <meta> tag in the <head> area of a specific page

I want to add a meta tag for my site description inside the head area of a specific page, before the body tag opens. The site is built with WordPress & Elementor. I don't want to add it globally ...
Yair Shachar's user avatar
0 votes
1 answer
49 views

How do I redirect to new domain but permalink link still follow the old domain and using a META Tag? [duplicate]

I need your help to solve my problem. I have domain https://example.com/ I need to redirect it using META tag (No htaccess) to https://newdomain.com But all new permalink in new domain need to follow ...
Aji Muzaqi's user avatar
1 vote
1 answer
2k views

html add meta tag to header after page loaded

I want to dynamically add a meta tag to my html header after the page is loaded. I found some solutions to add a meta tag, but the all only work while the page is loading. After the page is loaded ...
Alex's user avatar
  • 31
5 votes
2 answers
2k views

LinkedIn website share always showing 1 min read

I am trying to figure out how to remove the 1 min read in the description of when I share content to LinkedIn. 1 min read example I have the open graph tags on the page, and verified they do not ...
Geckoty's user avatar
  • 51
2 votes
1 answer
687 views

What META-tag should I use to specify British English language? (Open Graph)

I use Open Graph on my website. How may I specify the British English language? <meta property="og:locale" content="en_GB" />or <meta property="og:locale" ...
msi's user avatar
  • 67
-2 votes
2 answers
362 views

meta in HTML run a hard refresh

I created a HTML file to obtain a file that will update data every 1 minute. I had tried <meta http-equiv="refresh" content="60"> function but it doesn't show the latest data....
Jerry's user avatar
  • 1
0 votes
1 answer
68 views

meta tag "wb:op" what is this?

I've been working on a certain webpage for years now learning as I go.. I have this meta tag that I can't seem to find any information on, like what it is! <meta name="wb:op" content=&...
Ryan Soundman's user avatar
2 votes
2 answers
2k views

Use of specific target_country and country meta tags

The guidebook written by the Brazilian government regarding good practices in web development recommends using the following meta tags: <meta name="target_country" content="br" /...
Caio S.'s user avatar
  • 56

15 30 50 per page
1
2 3 4 5
33