Our web application is built on Angular JS front-end and node js backend. Each of our pages is dynamic. So whenever I see view source the code looks like
Due to our business requires the pages to be SEO friendly to rank in google and make google bots crawl our pages. It is only possible if our site source code renders in HTML with proper tags for content such as following:
< title > my title </title>
<description> my desc....</description>
<body> my body</body>
etc..
Since each web page is built using angular and always renders dynamic content, how can we make it SEO-friendly? So when search engine bots to crawl it has all the tags and content organized as expected by the Google bots for indexing our website
Here is a link to our website for your reference to view the angular code:
https://www.linkscart.com/p/-pressed-powder-shadow/id-643053355d130e55e9d05916
from How to render html from angular source code for SEO purpose
No comments:
Post a Comment