Skip to main content

All Questions

Tagged with
0 votes
0 answers
34 views

Updating meta for content security policy dynamic but still getting content security policy issue in Angular app

In my Ionic-Angular project, meta tag is getting added from app.component file. Suppost host url of my application is https://example.com import { Meta } from '@angular/platform-browser'; this.meta....
Pravesh Singh's user avatar
1 vote
0 answers
153 views

Implemented SSR in Angular 17 to dynamically update Meta tags & have a URL (http://example.com/home/add-job?id=4) with Query Params

When navigating to above mentioned url, the meta tags are not updating. If I navigate to URL Without Query Params (http://example.com/home/add-job) the meta tags gets updated. Meta tags in index.html `...
saajan-pixel's user avatar
0 votes
1 answer
49 views

Custom Product page meta resolver not getting called

I am trying to add Meta Description to my PDP page in Spartacus 6.5. I'm adding my resolver extended from ProductPageMetaResolver into providers in my custom product.module. However, my method '...
Yogesh's user avatar
  • 276
2 votes
0 answers
192 views

How to use SSR and add titles, meta tags, and json-ld to an Angular 17 project?

After building the projcet with ssr and try to test it on schema.org and google rich results test I get "No Items Found". Here in google rich results test https://search.google.com/test/rich-...
Asmaa Mahmoud's user avatar
0 votes
1 answer
960 views

How to solve dynamic meta tags in Angular ssr?

I have an angular application with server side rendering. I am loading the meta tags content dynamicaly from backend. However in the html i see the meta tags with the proper content, the facebook ...
ClayMoreeee's user avatar
0 votes
0 answers
137 views

Angular head meta tags localize/translate

Technology used: Angular What I want to achieve: I want to translate meta tags in html.index for optimized SEO Current situation: my site is translated using ngx-translate, and is on a single page. So ...
Simple Dev's user avatar
1 vote
0 answers
57 views

ionic + angular 12 dynamic meta tags not visible on page source, but sometimes it does appear in page source

I've this websites build with ionic 5 + Angular 12. Am trying to add meta tags which are fetched from API. So it's dynamic. It was all good until now. It was appear in page source without any issues. ...
Pumayk26's user avatar
  • 555
3 votes
1 answer
1k views

Meta tags are updating when serving, but are not updating when building

I have an Angular Universal where I need to update the meta tags dynamically, when serving it locally (npm run dev:ssr) and I view page source it is working as expected and the meta tags are updating. ...
Osama El-Masri's user avatar
1 vote
1 answer
453 views

Meta tags are updating dynamically and showing in local view source but not on live view source in angular

Meta tags are updating dynamically and showing in the local view source but not on the live view source in angular. What should I do so that it can be shown in live view source too on the server or a ...
Bhinal Chauhan's user avatar
0 votes
1 answer
329 views

Scully with Angular not generating html pages with the correct content (also no meta tags)

Summary I have a simple website https://d2runes.io done with Angular v14. My goal is to add SEO and meta tags with Scully v2.1.41. There are no servers/requests - all is done on the FE. Repo: https://...
Martin Antonov's user avatar
3 votes
3 answers
1k views

Meta Title doesn't appear in view page source but its does in inspect

I was trying to make my meta tags dynamic with installing angular universal. After a lot of issues I had to solve to add angular universal to my project. and now its working perfectly. I run the ...
G-Abdullatif's user avatar
0 votes
0 answers
551 views

Angular UpdateTag is working fine in inspection element but not showing meta tag changes in page view source

I am using Angular 13. I have set default meta tag in index.html file. I have successfully updated the meta tag using the updateTag event but It works fine in the inspect element but does not update ...
Avirup Ghosh's user avatar
4 votes
1 answer
3k views

Angular: how do I add or update the meta-tags using Meta service, for SEO

I've seen a number of posts addressing similar issues, but despite my best effort to follow the recommended approach, adding tags using the Meta service still doesn't work for me. So I decided to ...
0x4ndy's user avatar
  • 1,306
6 votes
1 answer
5k views

dynamically update og meta tags in angular

I want to share some dynamic content to WhatsApp, the dynamic content gets from an API. therefore I used the angular Meta class in my component.ts file to update the default meta tag property in index....
Nanthagopal's user avatar
3 votes
0 answers
327 views

Dynamic Meta Tags not showing on social platforms using Angular Universal deployed on Firebase Cloud Hosting

I've deployed my Angular universal project to Firebase hosting using Firebase Cloud Functions. When I inspect the HTML head it seems like the metatags are able to dynamically change. But when I tried ...
syahiruddin's user avatar

15 30 50 per page
1
2 3 4 5