You need to detect the search engine when it comes to visit. You can do this by adding a meta element to your page:
<meta name="fragment" content="!"> With this element googlebot will visit your page like this: http://example.com?_escaped_fragment_= You'll need to involve your backend to serve static pages when you detect the _escaped_fragment query parameter. See this for more information: http://stackoverflow.com/questions/24446065 On Wednesday, 29 April 2015 12:51:57 UTC+2, Abdul Ahad Jeyemby wrote: > > Can anyone tell me the steps to make page crawlable to search engines. > > Thanks, > > PS: using PHP YII2 rest as backend. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
