Omega Props

Landing page for the public site bundle

This static HTML page links to every file inside the public directory using direct PHP URLs only. It works without Apache rewrites or custom Nginx rewrite rules.

Main Pages

These are the core public-facing entry points for the site.

Homepage

Main landing page for the project with localities, cities, property types, and budget sections.

index.php

All Properties

Complete listing archive with outbound links to the original property source pages.

all-properties.php

HTML Sitemap

Human-readable index of the generated archive URLs and internal sections.

html-sitemap.php

XML Sitemap

Machine-readable sitemap generated as XML for search engine discovery.

sitemap.php

Robots

Plain-text robots file that points crawlers to the live sitemap URL.

robots.php

Archive Pages

These pages accept a name query parameter, but each one also has a fallback default so the direct link still opens.

Directory Inventory

public/index.php Homepage entry point.
public/all-properties.php Complete listings archive.
public/city.php City-based archive page.
public/budget.php Budget-based archive page.
public/locality.php Locality-based archive page.
public/type.php Property-type archive page.
public/html-sitemap.php Human-readable sitemap page.
public/sitemap.php XML sitemap endpoint.
public/robots.php Robots endpoint.