How do I configure SEO for a dynamic container component?

你离开我真会死。 提交于 2019-12-11 17:23:28

问题


My application uses an external API to get information about a lake. This information is displayed in a dynamic container component called LakeComponent.

The application needs to know the code of the lake before it can use the API to populate this page. It can be obtained through a 'site search via name' using the same API.

How can I return my application in a google search based on a lake when there is no dedicated component for it?

E.g. search in Google is 'trinity river' - how can I return the LakeComponent in the search results already filled out with trinity river information?

EDIT: It is a duplicate but the old question wasn't clear

来源:https://stackoverflow.com/questions/56844207/how-do-i-configure-seo-for-a-dynamic-container-component

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!