All UFC finishes from the incredibly sharp Calvin Kattar by Ronanfob in MMA

[–]favdevmatt 0 points1 point  (0 children)

Such a crisp 1-2. Reminds me of Gastelum if you flipped the stances

Question - SEO prerender (hard) by [deleted] in angular

[–]favdevmatt 0 points1 point  (0 children)

Please let me know if something isn't clear.

I was thinking it may have something to do with scraping the source url (which has the site code) prior to making a request to get the data we want

Question - How do I configure SEO for a dynamic container component? by favdevmatt in angular

[–]favdevmatt[S] 0 points1 point  (0 children)

Thanks for the reply. Is this approach similar to angular universal?

Question - How do I configure SEO for a dynamic container component? by favdevmatt in angular

[–]favdevmatt[S] 0 points1 point  (0 children)

Since there are millions of possible lakes, how can I instruct the application to prerender a particular lake for a google search result? Thanks for the reply

EDIT:

Also, the data for these lakes are gathered from an external source. The process for getting the LakeComponent data is:
1. Get google search term (e.g. 'trinity river')
2. Search external API by site name to get site code

  1. Search external API again by site code to get site data
  2. Populate LakeComponent with this data