Centralised content involves storing all content types (pages, blog posts, products, etc.) in a centralised database structure for easier management. This allows content to be treated similarly while still supporting type-specific fields. The document discusses implementing centralised content with PHP and MySQL using a model-view-controller approach. Core content fields are stored in one table, with type-specific fields stored in linked tables. This allows new content types to be added without changing existing code.