Skip to main content

Questions tagged [meta-tags]

The HTML meta element provides a means to add various kinds of metadata to an HTML document.

meta-tags
924 questions with no upvoted or accepted answers
11 votes
1 answer
3k views

No publication date found Linkedin POST INSPECTOR

It took me more than a month to find the cause of not finding the publication date. Here my code: <meta charset="utf-8"> <title>Rouse - Rouse launches China Software Litigation ...
Long Hoàng Nguyễn's user avatar
10 votes
0 answers
4k views

How to persist redux state in Next.js without blocking SSR?

I have a serverless Next.js app in which there are some components that depend on data passed down from the redux store. Currently my method requires redux-persist to save the store as the user ...
HJEC's user avatar
  • 450
10 votes
2 answers
21k views

What is the optimal og:image size for sharing a link in Whatsapp (Slow image rendering)

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 happens ...
Bar Goldinfeld's user avatar
10 votes
1 answer
4k views

Facebook description insert new line or return

simple as it sound, how do i insert a next line or line break or newline, like the or \n in the og:description. i need this line <meta property="og:description" content="here goes the ...
Braian Mellor's user avatar
8 votes
0 answers
4k views

Meta tags in React-Helmet are not being read while sharing links

Basically what I want to achieve is to have main blog post image displayed on the link thumbnail while sharing it on social media like twitter, facebook, etc. The meta tags that I have in <Helmet&...
BlackH3art's user avatar
8 votes
0 answers
1k views

Clarifying correct usage for <meta name="format-detection">

I cannot find a standard W3 or WHAT-WG (or even non-standard third-party) spec for: <meta name="format-detection"> I have two principle questions. Question 1: What formats may be ...
Rounin's user avatar
  • 28.7k
7 votes
0 answers
311 views

name or property attribute for Open Graph (meta) tags

When I read Facebook's docs regarding Open Graph tags, I can see they recommend using the property attribute when declaring them. However, in looking at MDN's references on the meta tag it seems the ...
DanMad's user avatar
  • 1,685
7 votes
0 answers
1k views

Facebook Open Graph properties not working: "The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags."

So I have this website: http://asimpleforexguide.com/ I have already specified the Open Graph properties with an app_id generated from Facebook. <meta property="fb:app_id" content="...
Chris Mikkelsen's user avatar
6 votes
0 answers
1k views

How to set dynamic metatags in ReactJS to get nice share links?

The app The application was made using ReactJS, React Router Dom, Styled Components and Redux ducks. The backend we consume is also made by us using Amazon Amplify and GraphQL. The goal We need to ...
André Pereira's user avatar
6 votes
0 answers
3k views

Dynamic link previews with React helmet in ReactJS

Does anyone know if there's a possibility to set truly dynamic meta tags per page in a React App without Server Side Rendering? In a project that I am building I have some pages with a route like / ...
imy sunshine's user avatar
6 votes
0 answers
412 views

How to add dynamic meta tags to react app based on Django API

I have a React front-end and a Django (DRF) API. The React front-end has a route like /content/:id where a different page with a different image is rendered depending on the :id. I'd like to change ...
Programmingjoe's user avatar
6 votes
1 answer
235 views

How Facebook linting scraper work, and what are its expectations from my web site?

a short story, I bought a new domain, and before I publishing it I used the free hosting of kissr then I couldn't be able to share the url at Facebook as it seems Facebook doesn't trust any thing at ...
George Botros's user avatar
6 votes
1 answer
132 views

Sharing custom flash player on Google Plus

Is there any way to share custom flash player on google plus. Like we share custom flash player on facebook,twitter using og tags and twitter cards.
Navjot Singh's user avatar
6 votes
0 answers
8k views

Cache-Control Optimization in Meta and .htaccess

We want to learn and optimize caching for our website, and we have the following codes. In meta, we have: For pages 1-10, <meta http-equiv="Cache-control" content="max-age=2592000, public"&...
1453939's user avatar
  • 242
6 votes
2 answers
2k views

How implement SEO (Metatags) in Angular 2 (with Angular universal for rendering on server side)?

I'm searching a fully working example about SEO or Metatags with Angular 2 using Angular universal to render on server side (to be recognize by facebook, twiter, and other metatags) but I had not ...
user2142422's user avatar

15 30 50 per page
1
2 3 4 5
62