0

I have developed an angularjs single page App. Meta tags and canonical link are dynamically set in each page. These contents are not shown in page source.It can be see while taking inspect element in browser.While we search our site in google,it doesn't show all pages and meta tags. We can see only index page in google search and the meta contents are not correct.

I have added these code in index.html page

 <title>Processuae</title><meta name="title" content="Processuae"><meta name="keyword" content="Management Consulting,Business Setup,Call Center Outsourcing,PRO & Document Clearing,Event & Exhibition Organization,Technology Support Services"><meta name="description" content="Process UAE is a company focused on providing a multitude of outsourcing services."><link rel="canonical" href="{{canonical_link}}">

In each page, i have added

<update-title title="{{page_title}}"></update-title><update-meta name="title" content="{{meta_title}}"></update-meta><update-meta name="keyword" content="{{meta_keyword}}"></update-meta><update-meta name="description" content="{{meta_description}}"></update-meta>

I have attached screenshots below enter image description here

enter image description here

enter image description here

Please help me.

user1295167
  • 101
  • 1
  • 3
  • 16
  • [How do search engines deal with AngularJS applications?](http://stackoverflow.com/questions/13499040/how-do-search-engines-deal-with-angularjs-applications) – Ankh Apr 11 '17 at 07:45
  • Thanks for the reply. I am refering this link "https://allotment.digital/learn/technical-seo/advanced-concepts/angularjs-seo/ ".But it is not working for me. – user1295167 Apr 11 '17 at 10:24

0 Answers0