How could a keyword cloud be done?

I‘m wondering how a keyword cloud could be done for my next project. There I wanna link all pages internally so the page would perform also in SEO. Maybe its better to use tags. So to successfully rank in Google a dynamic sitemap.xml needs to be done and submitted to search console.

Questions:

What would be an approach to achieve these targets?

Setting up an additional mysql table for sitemap infos like:

  • seo friendly urls
  • breadcrumb
  • paths
  • tags / slug

In short: I worked with Wordpress and wanna take the best parts into a Wapper Website. Think of a Yoast Plugin. How can I handle SEO for a larger website and scale it.

@nshkrsh I saw your great post and wanna link it also here.

Similar Topics / Features to vote :

Similar question was also asked here:

1 Like

have done this for an existing project (which is a SPA project):
have a mysql table with these fields: slug name, title, description.
and dynamically linked this info on the pages as suggested here.

this method can be extended to use page featured image, JSON/LD breadcrumbs, other structured data as well.

haven’t got a chance to use the Wappler’s recently added SEO properties yet - so yet to see how those can be leveraged to minimize manual setup.

1 Like