This commit is contained in:
parent
a8bc400371
commit
ed61fb5ca5
12 changed files with 254 additions and 38 deletions
|
|
@ -165,6 +165,11 @@ int main(int argc, char** argv) {
|
|||
srv.BodyHas("/", "property=\"og:title\"", "home page has og:title");
|
||||
srv.BodyHas("/shop/fp6-pmos", "og:image\" content=\"https://catcrafts.net/fp6-pmos.jpg",
|
||||
"product og:image is the absolute photo URL");
|
||||
// Per product, not per site: two phones that share a link-preview image
|
||||
// are two Mastodon posts that look like the same phone.
|
||||
srv.BodyHas("/shop/fp6plus-pmos",
|
||||
"og:image\" content=\"https://catcrafts.net/fp6plus-pmos.jpg",
|
||||
"the refresh previews with its own photo, not the Gen. 6's");
|
||||
|
||||
// ── the person-company weld ───────────────────────────────────────
|
||||
// The about page: the founder must be named in the HTML, the Person
|
||||
|
|
|
|||
Loading…
Reference in a new issue