meta-tags Questions
2
Solved
When you send a link via text, facebook message, or any mainstream messaging client you'll notice it generates a "rich preview". This is basically an image that pops up of the website you are linki...
4
Solved
W3C markup validation is asking me to remove trailing slashes on my page.
Is this correct? And will my page still be compliant in all browsers?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 ...
Canoodle asked 22/7, 2010 at 16:10
2
It seems very easy to find the optimal size for sharing a link on Facebook. I have an app that shares to Facebook and the image shows perfectly. I'm using the same sizes for Whatsapp, but what happ...
Boatbill asked 8/7, 2016 at 12:10
9
I have a canvas that needs to be resized when the browser window is resized, so I have the following:
var resizeCanvas = function () {
var ratio = Math.max(window.devicePixelRatio || 1, 1);
canv...
Cracknel asked 9/3, 2016 at 14:20
5
Solved
I have this extract of website source code:
<meta content="This is a basic text" property="og:title" />
What does this property attribute stand for, and what is its purpose?
Centennial asked 30/6, 2011 at 13:21
4
Solved
How do I set a canonical tag in Nextjs 13?
I used to use the <head> tag, but now it seems deprecated and the generateMetadata has no information about the canonical meta tag.
6
I want to add <meta http-equiv="X-UA-Compatible" content="IE=edge"> for a particular page.
But my pages are rendered inside one HTML tag. Only the content is changing on clicking different t...
Trotskyite asked 24/9, 2013 at 12:56
4
Solved
Suppose I have some sort of proprietary web framework. Should I include a <meta generator="My framework"> tag in the generated files?
I noticed that StackExchange 0.9 applications do that, a...
3
Solved
Google Chrome 17 introduced a new feature which preloads a webpage to improve rendering speed upon actually making the request (hitting enter in the omnibar).
Two questions:
Is there a HTTP header...
Exequatur asked 24/3, 2012 at 13:48
24
Solved
How can we include an image in our website to display in WhatsApp when we share a link like this?
Magellan asked 4/11, 2013 at 22:36
13
For one of my websites I am using Open Graph to enrich posts shared from my website. But LinkedIn is not picking the image specified in og:image. The image is modified for the LinkedIn bot to be 20...
Senility asked 21/4, 2015 at 10:5
28
Tried to follow this question : Provide an image for WhatsApp link sharing
I have created a simple HTML webpage with the basic Facebook metatags:
<!--FACEBOOK-->
<meta property="og:t...
Glover asked 3/8, 2014 at 1:56
10
I have these tags:
<meta name="generator" content="Woo Framework Version 3.1.1" />
<meta name="generator" content="WordPress 3.5" />
<meta name="generator" content="Canvas 3.0" />...
2
Solved
I'm using a HeadOutlet on a server side pre-rendered net6.0 app to set some header tags such as meta description but the server renders the app first and then the headers which makes search engines...
Boor asked 24/10, 2021 at 11:28
6
I'm having issues with sharing a website I'm working on on LinkedIn: LinkedIn doesn't fetch any data from the page. The site's metadata follows the recommendations in their docs. I tried all these ...
Zwieback asked 4/2, 2016 at 12:59
10
how to use NextHead in next js and set open graph tag. I am passing props from the detail page but It is not appearing in the source.
<NextHead>
<title>{title}</title>
<meta...
3
Solved
This is in reference to #10450.
Goal: Set meta tags (title, description etc) for SEO and Open Graph purposes with data coming from the page itself. Using the Javascript interop won't help as pages...
Bourdon asked 28/12, 2019 at 15:27
25
Solved
The information I need is in a meta tag. How can I access the "content" data of the meta tag when property="video"?
HTML:
<meta property="video" content="http://video.com/video33353.mp4" />...
Raptor asked 23/9, 2011 at 5:20
7
I am trying to make my website SEO friendly with meta tags.
I am implementing server-side rendering in my application. After this, I am getting the following error:
ReferenceError: localStorage ...
Esterify asked 24/9, 2018 at 7:7
23
Solved
Is there a way I can put some code on my page so when someone visits a site, it clears the browser cache, so they can view the changes?
Languages used: ASP.NET, VB.NET, and of course HTML, CSS, an...
1
Solved
In the recent update of Next JS 13 they introduced a new way to handle meta tags which was a different way as the traditional method by creating Next Head and writing the usual html meta tag. in th...
1
Solved
before next js 13 we used to do dynamic head as an import. but in Next JS 13 they introduced the head.js class. this works when using a static page, but when loading a dynamic how can we change the...
Hysteroid asked 15/5, 2023 at 14:48
2
Is there a way to set a different favicon for browsers that support theme-color, either via the meta tag or manifest.json? I have a jet black theme bar, but a mostly-black favicon for use on deskto...
18
Solved
I've created a small HTML5 web application for my company.
This application displays a list of items and everything works fine.
The application is mainly used on android phones and Chrome as brow...
Martynne asked 12/3, 2015 at 11:10
22
Solved
I want to try figure out how to get the
<title>A common title</title>
<meta name="keywords" content="Keywords blabla" />
<meta name="description" content="This is the descript...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.