Mobile app version of vmapp.org
Login or Join
Samaraweera270

: How to make my website SEO friendly while using Restful API? I'm using lumen on the backend and simple JQuery on the front end. Soon I'll be shifting towards the angular front end. But one

@Samaraweera270

Posted in: #Api #Restful #Seo

I'm using lumen on the backend and simple JQuery on the front end. Soon I'll be shifting towards the angular front end.

But one thing that has been the cause of my tension is how should I make my website SEO friendly.

All I know about SEO till now is that each page should have unique meta tags and keywords and other stuff that lies in the head of a page.

But using Restful API I don't know if I can change meta tags as javascript acts only after the page has been loaded.So my question is how to make my website SEO friendly while using RESTful API.

Edit:
Considering comments I think I need a little more explanation in my question.The markup is rendered before the content of the page as I'm using RESTful API so I can't have a dynamic name according to the topic the page is about.
Consider an example I'm having blogs since the blogs will be fetched after the DOM is loaded.So it will be bad as I'll need to change my meta tags after the page is rendered so it'll badly affect the crawler.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Samaraweera270

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme