If you have set up guest network successfully following this tutorial. You can allow only one website via iptables, it looks like this.

opkg update
opkg install iptables-mod-filter
iptables -I FORWARD -i br-guest -m string ! --string "google" --algo bm -j DROP