page cloning

FhZ

Newbie
Joined
Oct 4, 2024
Messages
4
Reaction score
1
Does anyone know how to clone a page that has several subpages within one?
 
Give us an example link, so we know what you are talking about please.
 
Hello. I think web-scrapers will be helpful for you. Web2Zip as example, perhaps you may find other services.
 
Really depends on a page. You can use Edge Workers to basically mirror a site through your own domain. Rewriting the URLs itself is pretty simple, but you'll need a good amount of code to replace branding and internal links.


Serve one version to Google where you rewrite the inlinks etc on the edge and to users insert JS on page which will rewrite on client end (faster). Serve images from CDN, like CF images
 
Does anyone know how to clone a page that has several subpages within one?
try use SingleFile extension it will download page as single html file then you can try edit it
 
To clone a page with subpages, you can use plugins like Duplicate Page or Yoast Duplicate Post. They easily copy the page along with its subpages. If you need to do it manually, you can simply copy the page structure and create a new template for the subpages.
 
Back
Top