How do search engines deal with AngularJS applications?

后端 未结 15 1414
予麋鹿
予麋鹿 2020-11-22 06:35

I see two issues with AngularJS application regarding search engines and SEO:

1) What happens with custom tags? Do search engines ignore the whole content within tho

15条回答
  •  别那么骄傲
    2020-11-22 07:27

    You should really check out the tutorial on building an SEO-friendly AngularJS site on the year of moo blog. He walks you through all the steps outlined on Angular's documentation. http://www.yearofmoo.com/2012/11/angularjs-and-seo.html

    Using this technique, the search engine sees the expanded HTML instead of the custom tags.

提交回复
热议问题