skip to Main Content

Extract Json Data with screaming frog – SEO

I'm using Screaming Frog as a way to extract data from a Json generated from an URL. The Json generated is this form : {"ville":[{"codePostal":"13009","ville":"VAUFREGE","popin":"ouverturePopin","zoneLivraison":"1300913982","url":""},{"codePostal":"13009","ville":"LES BAUMETTES","popin":"ouverturePopin","zoneLivraison":"1300913989","url":""},{"codePostal":"13009","ville":"MARSEILLE 9EME ARRON","popin":"ouverturePopin","zoneLivraison":"1300913209","url":""}]} I'm using this regex in Custom > Extraction in Screaming Frog as…

VIEW QUESTION

301 redirect with query parameters and ~ in URL – Apache

I have a redirect problem where I would like to redirect a url with query parameters to another PDF entirely, e.g.: Original URL: https://www.foo.bar.com/~/bar.pdf?la Redirect URL: https://www.bar.foo.com/foo.pdf Currently my rewrite rule is as shown below: RewriteRule ^/~/bar.pdf?la https://www.bar.foo.com/foo.pdf [R=301,L,NC] How…

VIEW QUESTION
Back To Top
Search