Search code examples
mysqlindexingsearch-engine

Opening MySql database to search engines


Most of my content on my web application gets stored in MySql database. I want to open this content for search engine to index it.

What is the best solution to do this.

Best could be either performance oriented or ease of implementation.

Thanks in advance!


Solution

  • You can also create a sitemaps xml file that could sit at example.com/sitemaps.xml and contain a dump of all blog posts, products, user profiles etc etc in a format google can understand (more so than a normal webpage).

    You can also ping a url to tell google to come check your sitemap whenever you add or edit content.