{"id":1066,"date":"2024-08-09T21:03:35","date_gmt":"2024-08-09T21:03:35","guid":{"rendered":"https:\/\/whospopular.com\/?p=1066"},"modified":"2024-08-21T08:14:36","modified_gmt":"2024-08-21T08:14:36","slug":"katie-price","status":"publish","type":"post","link":"https:\/\/whospopular.com\/de\/katie-price\/","title":{"rendered":"Katie Price"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400&display=swap');\n\n        .custom-select-wrapper {\n            position: relative;\n            display: inline-block;\n            width: auto; \/* Auto width to fit content *\/\n        }\n\n        .custom-select {\n            display: flex;\n            flex-direction: column;\n            cursor: pointer;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            background-color: #fff;\n        }\n\n        .custom-select-trigger {\n            padding: 5px 10px; \/* Reduced padding *\/\n            display: flex;\n            align-items: center;\n            justify-content: flex-start;\n            background-color: #fff;\n        }\n\n        .custom-select-trigger img {\n            margin-right: 5px; \/* Reduced margin *\/\n            width: 20px; \/* Increase the width by 25% *\/\n            height: auto;\n        }\n\n        .custom-options {\n            position: absolute;\n            top: 100%;\n            left: 0;\n            right: 0;\n            border: 1px solid #ccc;\n            border-top: none;\n            background-color: #fff;\n            max-height: 200px;\n            overflow-y: auto;\n            z-index: 999;\n            display: none;\n        }\n\n        .custom-options.active {\n            display: block;\n        }\n\n        .custom-option {\n            padding: 5px 10px; \/* Reduced padding *\/\n            display: flex;\n            align-items: center;\n            cursor: pointer;\n            transition: background-color 0.3s;\n        }\n\n        .custom-option:hover {\n            background-color: #f1f1f1;\n        }\n\n        .custom-option img {\n            margin-right: 5px; \/* Reduced margin *\/\n            width: 20px; \/* Increase the width by 25% *\/\n            height: auto;\n            vertical-align: middle;\n        }\n\n        .custom-select-trigger span {\n            font-size: 14px; \/* Adjust font size *\/\n        }\n\n        .custom-option {\n            font-size: 14px; \/* Adjust font size *\/\n        }\n    <\/style>\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", function () {\n            const selectTrigger = document.querySelector(\".custom-select-trigger\");\n            const customOptions = document.querySelector(\".custom-options\");\n\n            selectTrigger.addEventListener(\"click\", function (event) {\n                event.stopPropagation();\n                customOptions.classList.toggle(\"active\");\n            });\n\n            document.querySelectorAll(\".custom-option\").forEach(option => {\n                option.addEventListener(\"click\", function () {\n                    const value = option.getAttribute(\"data-lang\");\n                    changeLanguage(value);\n                    selectTrigger.innerHTML = option.innerHTML;\n                    customOptions.classList.remove(\"active\");\n                });\n            });\n\n            document.addEventListener(\"click\", function (event) {\n                if (!selectTrigger.contains(event.target) && !customOptions.contains(event.target)) {\n                    customOptions.classList.remove(\"active\");\n                }\n            });\n\n            function changeLanguage(lang) {\n                var selectedLang = lang;\n\n                \/\/ Get the current URL\n                var currentUrl = window.location.href;\n\n                \/\/ Extract the path after the domain\n                var path = currentUrl.split(window.location.hostname)[1];\n\n                \/\/ Remove the leading slash\n                path = path.substring(1);\n\n                \/\/ Check if the current URL contains a language code\n                var pathSegments = path.split(\"\/\");\n                var langCodes = [\"fr\", \"es\", \"de\", \"pt\", \"it\", \"pl\", \"gr\", \"nl\", \"da\", \"fin\", \"no\", \"sv\", \"ru\", \"tr\", \"zh\", \"jp\", \"ko\", \"vn\", \"id\", \"hi\", \"cs\", \"ro\", \"bg\", \"hu\", \"uk\", \"th\", \"fil\", \"ar\", \"fa\", \"he\"];\n\n                if (langCodes.includes(pathSegments[0])) {\n                    \/\/ If it does, replace the first segment with the selected language code\n                    if (selectedLang === \"\") {\n                        \/\/ If English is selected, remove the language code\n                        pathSegments.shift();\n                    } else {\n                        pathSegments[0] = selectedLang;\n                    }\n                } else {\n                    if (selectedLang !== \"\") {\n                        \/\/ If it doesn't, add the selected language code as the first segment\n                        pathSegments.unshift(selectedLang);\n                    }\n                }\n\n                \/\/ Rebuild the URL with the new language code\n                var newPath = \"\/\" + pathSegments.join(\"\/\");\n\n                \/\/ Redirect to the new URL\n                window.location.href = newPath;\n            }\n        });\n    <\/script>\n<\/head>\n<body>\n    <div class=\"custom-select-wrapper\">\n        <div class=\"custom-select\">\n            <div class=\"custom-select-trigger\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/flags\/translate.png\" alt=\"Translate\"> \n                <span>Sprache \u00e4ndern<\/span>\n            <\/div>\n            <div class=\"custom-options\">\n                <div class=\"custom-option\" data-lang=\"en\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/flags\/us.png\" alt=\"English\"> English\n                <\/div>\n                <div class=\"custom-option\" data-lang=\"fr\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/flags\/fr.png\" alt=\"Fran\u00e7ais\"> Fran\u00e7ais\n                <\/div>\n                <div class=\"custom-option\" data-lang=\"es\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/flags\/es.png\" alt=\"Espa\u00f1ol\"> Espa\u00f1ol\n                <\/div>\n                <div class=\"custom-option\" data-lang=\"pt\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/flags\/pt.png\" alt=\"Portugu\u00eas\"> Portugu\u00eas\n                <\/div>\n                <div class=\"custom-option\" data-lang=\"it\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/flags\/it.png\" alt=\"Italiano\"> Italiano\n                <\/div>\n                <div class=\"custom-option\" data-lang=\"pl\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/flags\/pl.png\" alt=\"Polski\"> Polski\n                <\/div>\n                <div class=\"custom-option\" data-lang=\"gr\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/flags\/gr.png\" alt=\"\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac\"> \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n<p>Katie Price, geboren als Katrina Amy Alexandra Alexis Infield, ist eine prominente britische Medienpers\u00f6nlichkeit, Model und Autorin. Bekannt f\u00fcr ihre lebhafte \u00f6ffentliche Pers\u00f6nlichkeit und ihre vielseitige Karriere, ist Price zu einer Ber\u00fchmtheit im Vereinigten K\u00f6nigreich und dar\u00fcber hinaus geworden.<\/p>\n\n\n\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-1547284375537377\" crossorigin=\"anonymous\"><\/script>\n<ins class=\"adsbygoogle\"\n     style=\"display:block; text-align:center; background-color:#ffffff;\"\n     data-ad-layout=\"in-article\"\n     data-ad-format=\"fluid\"\n     data-ad-client=\"ca-pub-1547284375537377\"\n     data-ad-slot=\"4015392629\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script>\n\n\n\n\n<p>Katie Price wurde von Ray Infield und Amy Charlier geboren. Ihre Eltern lie\u00dfen sich scheiden, als sie noch jung war, und ihre Mutter heiratete Paul Price, von dem Katie den Nachnamen \u00fcbernahm. Sie hat zwei Geschwister: einen \u00e4lteren Halbbruder namens Daniel und eine j\u00fcngere Halbschwester namens Sophie.<\/p>\n\n\n\n<p>Ihre Karriere begann mit Glamour-Modeling im Alter von 16 Jahren, als sie das Pseudonym &#8222;Jordan&#8220; annahm. Ihre Auftritte auf der Seite 3 der Zeitung The Sun Ende der 1990er Jahre katapultierten sie in den Ruhm und machten sie zu einem der bekanntesten Models Gro\u00dfbritanniens.<\/p>\n\n\n\n<p>Katie Prices Fernsehkarrriere nahm 2004 mit ihrer Teilnahme an der Reality-Show Ich bin ein Star \u2013 Holt mich hier raus! Fahrt auf, wo sie den S\u00e4nger Peter Andre traf und sp\u00e4ter heiratete. Die Beziehung des Paares wurde in mehreren Reality-TV-Serien dokumentiert, darunter Katie &amp; Peter. Price gewann auch die f\u00fcnfzehnte Staffel von Celebrity Big Brother im Jahr 2015.<\/p>\n\n\n\n<p>Neben dem Fernsehen wagte sich Price in die Musik und ver\u00f6ffentlichte 2006 ein Duett-Album mit Andre mit dem Titel A Whole New World. Sie nahm auch an der britischen Auswahl f\u00fcr den Eurovision Song Contest 2005 teil und belegte den zweiten Platz.<\/p>\n\n\n\n<p>Price ist eine produktive Autorin und hat acht Autobiografien, elf Romane und mehrere Kinderb\u00fccher ver\u00f6ffentlicht. Ihre Angel-Romanreihe war besonders erfolgreich und stand an der Spitze der Bestsellerliste des Sunday Times. Neben dem Schreiben hat sie verschiedene Gesch\u00e4ftsvorhaben gestartet, darunter Lingerie-, Haarpflege-, Parf\u00fcm- und Reitprodukte.<\/p>\n\n\n\n<p>Katie Prices Privatleben war h\u00e4ufig Gegenstand der Medienberichterstattung. Sie war dreimal verheiratet: mit Peter Andre, Alex Reid und Kieran Hayler. Sie hat f\u00fcnf Kinder, darunter ihren \u00e4ltesten Sohn Harvey, der an mehreren Behinderungen leidet, darunter Blindheit und Autismus.<\/p>\n\n\n\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-1547284375537377\"\n     crossorigin=\"anonymous\"><\/script>\n<ins class=\"adsbygoogle\"\n     style=\"display:block; text-align:center; background-color:#ffffff;\"\n     data-ad-layout=\"in-article\"\n     data-ad-format=\"fluid\"\n     data-ad-client=\"ca-pub-1547284375537377\"\n     data-ad-slot=\"2703979257\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script>\n\n\n\n<p>Trotz zahlreicher Herausforderungen, einschlie\u00dflich finanzieller Schwierigkeiten und rechtlicher Probleme, ist Price eine widerstandsf\u00e4hige Figur geblieben. Ihre aktuelle Autobiografie, This Is Me, reflektiert die H\u00f6hen und Tiefen ihres Lebens und gibt Einblicke in ihre Erfahrungen mit Therapie, PTSD und dem Leben im Medienrummel.<\/p>\n\n\n\n<p>Im Jahr 2023 startete Price den Podcast The Katie Price Show, der ihre umfangreiche Medienpr\u00e4senz erg\u00e4nzt. Ihre anhaltenden Bem\u00fchungen gegen Online-Mobbing, inspiriert durch die Erfahrungen ihres Sohnes Harvey, unterstreichen ihr Engagement in dieser Sache.<\/p>\n\n\n\n<p>Katie Prices Leben und Karriere sind gepr\u00e4gt von ihrer F\u00e4higkeit, sich neu zu erfinden und in der sich st\u00e4ndig ver\u00e4ndernden Welt der Prominenten relevant zu bleiben. Ihre Geschichte ist eine von \u00dcberleben, Resilienz und Anpassung im Angesicht der \u00f6ffentlichen Aufmerksamkeit und pers\u00f6nlicher Herausforderungen.<\/p>\n\n\n\n<p>Katie Price wurde am 22. Mai 1978 in Brighton, East Sussex, England, geboren und ist heute 47 Jahre alt.<\/p>\n\n\n\n<p><sub>Das in diesem Artikel gezeigte Bild stammt aus Wikimedia Commons, dem freien Medienarchiv.<\/sub><\/p>\n\n\n\n<!-- Gutenberg Block: Vorschlag f\u00fcr eine Aktualisierung Button -->\n<div style=\"text-align: right;\">\n    <button id=\"suggest-update-btn\" style=\"background-color: white; color: black; padding: 11.25px 24px; text-align: center; text-decoration: none; display: inline-block; font-size: 12px; margin: 4px 2px; border: 2px solid gold; cursor: pointer; border-radius: 50px;\">Aktualisierung vorschlagen<\/button>\n<\/div>\n\n<script>\n    document.addEventListener('DOMContentLoaded', function() {\n        \/\/ Hole den Seitentitel aus dem <title>-Tag\n        var pageTitle = document.title;\n\n        \/\/ Funktion zum Extrahieren des Titels aus dem vollst\u00e4ndigen Seitentitel\n        function extractTitle(fullTitle) {\n            \/\/ Teile den Titel beim ersten '?'\n            var titleParts = fullTitle.split('?');\n            \/\/ Gib den ersten Teil zur\u00fcck, bereinigt und entferne das \"Who's\"-Pr\u00e4fix\n            if (titleParts.length > 0) {\n                var extractedTitle = titleParts[0].trim();\n                if (extractedTitle.startsWith(\"Who's \")) {\n                    extractedTitle = extractedTitle.substring(6); \/\/ Entferne \"Who's\"\n                }\n                return extractedTitle.trim();\n            }\n            return fullTitle; \/\/ Fallback auf den vollst\u00e4ndigen Titel, wenn das Format nicht wie erwartet ist\n        }\n\n        \/\/ Extrahierter Titel\n        var extractedTitle = extractTitle(pageTitle);\n\n        \/\/ Finde das Button-Element\n        var button = document.getElementById('suggest-update-btn');\n\n        \/\/ Setze den mailto-Link mit dem extrahierten Titel im Betreff\n        button.addEventListener('click', function() {\n            var mailtoLink = 'mailto:editor@whospopular.com?subject=Aktualisierungsvorschlag%20f\u00fcr%20den%20Artikel%20' + encodeURIComponent(extractedTitle);\n            window.location.href = mailtoLink;\n        });\n    });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Katie Price, geboren als Katrina Amy Alexandra Alexis Infield, ist eine prominente britische Medienpers&ouml;nlichkeit, Model und Autorin. Bekannt f&uuml;r ihre lebhafte &ouml;ffentliche Pers&ouml;nlichkeit und ihre vielseitige Karriere, ist Price zu einer Ber&uuml;hmtheit im Vereinigten K&ouml;nigreich und dar&uuml;ber hinaus geworden. Katie Price wurde von Ray Infield und Amy Charlier geboren. Ihre Eltern lie&szlig;en sich scheiden, als [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1278,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":6,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[45,5,25],"tags":[],"class_list":["post-1066","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-authors","category-models","category-entrepreneurs"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Wer ist Katie Price? - Alles, was Sie wissen m\u00fcssen<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/whospopular.com\/de\/katie-price\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Wer ist Katie Price? - Alles, was Sie wissen m\u00fcssen\" \/>\n<meta property=\"og:description\" content=\"Katie Price, geboren als Katrina Amy Alexandra Alexis Infield, ist eine prominente britische Medienpers&ouml;nlichkeit, Model und Autorin. Bekannt f&uuml;r ihre lebhafte &ouml;ffentliche Pers&ouml;nlichkeit und ihre vielseitige Karriere, ist Price zu einer Ber&uuml;hmtheit im Vereinigten K&ouml;nigreich und dar&uuml;ber hinaus geworden. Katie Price wurde von Ray Infield und Amy Charlier geboren. Ihre Eltern lie&szlig;en sich scheiden, als [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/whospopular.com\/de\/katie-price\/\" \/>\n<meta property=\"og:site_name\" content=\"Whos Popular\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-09T21:03:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-21T08:14:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/whospopular.com\/wp-content\/uploads\/2024\/08\/Katie_Price.png\" \/><meta property=\"og:image\" content=\"https:\/\/whospopular.com\/wp-content\/uploads\/2024\/08\/Katie_Price.png\" \/>\n\t<meta property=\"og:image:width\" content=\"760\" \/>\n\t<meta property=\"og:image:height\" content=\"380\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"noah\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/whospopular.com\/wp-content\/uploads\/2024\/08\/Katie_Price.png\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"noah\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"4\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/whospopular.com\/de\/katie-price\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/whospopular.com\/de\/katie-price\/\"},\"author\":{\"name\":\"noah\",\"@id\":\"https:\/\/whospopular.com\/de\/#\/schema\/person\/a57a6640ef7dada55231b3d84717644b\"},\"headline\":\"Katie Price\",\"datePublished\":\"2024-08-09T21:03:35+00:00\",\"dateModified\":\"2024-08-21T08:14:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/whospopular.com\/de\/katie-price\/\"},\"wordCount\":480,\"publisher\":{\"@id\":\"https:\/\/whospopular.com\/de\/#organization\"},\"image\":{\"@id\":\"https:\/\/whospopular.com\/de\/katie-price\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/whospopular.com\/wp-content\/uploads\/2024\/08\/Katie_Price.png?w=760&resize=760,380&ssl=1\",\"articleSection\":[\"Autoren\",\"Mode-Models\",\"Unternehmer\"],\"inLanguage\":\"de\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/whospopular.com\/de\/katie-price\/\",\"url\":\"https:\/\/whospopular.com\/de\/katie-price\/\",\"name\":\"Wer ist Katie Price? - Alles, was Sie wissen m\u00fcssen\",\"isPartOf\":{\"@id\":\"https:\/\/whospopular.com\/de\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/whospopular.com\/de\/katie-price\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/whospopular.com\/de\/katie-price\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/whospopular.com\/wp-content\/uploads\/2024\/08\/Katie_Price.png?w=760&resize=760,380&ssl=1\",\"datePublished\":\"2024-08-09T21:03:35+00:00\",\"dateModified\":\"2024-08-21T08:14:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/whospopular.com\/de\/katie-price\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/whospopular.com\/de\/katie-price\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/whospopular.com\/de\/katie-price\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/whospopular.com\/wp-content\/uploads\/2024\/08\/Katie_Price.png?w=760&resize=760,380&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/whospopular.com\/wp-content\/uploads\/2024\/08\/Katie_Price.png?w=760&resize=760,380&ssl=1\",\"width\":\"760\",\"height\":\"380\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/whospopular.com\/de\/katie-price\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite!\",\"item\":\"https:\/\/whospopular.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Katie Price\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/whospopular.com\/de\/#website\",\"url\":\"https:\/\/whospopular.com\/de\/\",\"name\":\"Who's Popular\",\"description\":\"Verfolgen Sie die angesagtesten Promis und Influencer\",\"publisher\":{\"@id\":\"https:\/\/whospopular.com\/de\/#organization\"},\"alternateName\":\"Whos Polular\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/whospopular.com\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/whospopular.com\/de\/#organization\",\"name\":\"Who's Popular\",\"alternateName\":\"Whos Popular\",\"url\":\"https:\/\/whospopular.com\/de\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/whospopular.com\/de\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/whospopular.com\/de\/wp-content\/uploads\/2024\/06\/Whos-Popular-wht.png\",\"contentUrl\":\"https:\/\/whospopular.com\/de\/wp-content\/uploads\/2024\/06\/Whos-Popular-wht.png\",\"width\":1280,\"height\":224,\"caption\":\"Who's Popular\"},\"image\":{\"@id\":\"https:\/\/whospopular.com\/de\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/whospopular.com\/de\/#\/schema\/person\/a57a6640ef7dada55231b3d84717644b\",\"name\":\"noah\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/whospopular.com\/de\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/610151388a824f288ca8e4e9bb83f146?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/610151388a824f288ca8e4e9bb83f146?s=96&d=mm&r=g\",\"caption\":\"noah\"},\"sameAs\":[\"https:\/\/whospopular.com\/de\"],\"url\":\"https:\/\/whospopular.com\/de\/author\/noah\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Wer ist Katie Price? - Alles, was Sie wissen m\u00fcssen","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/whospopular.com\/de\/katie-price\/","og_locale":"de_DE","og_type":"article","og_title":"Wer ist Katie Price? - Alles, was Sie wissen m\u00fcssen","og_description":"Katie Price, geboren als Katrina Amy Alexandra Alexis Infield, ist eine prominente britische Medienpers&ouml;nlichkeit, Model und Autorin. Bekannt f&uuml;r ihre lebhafte &ouml;ffentliche Pers&ouml;nlichkeit und ihre vielseitige Karriere, ist Price zu einer Ber&uuml;hmtheit im Vereinigten K&ouml;nigreich und dar&uuml;ber hinaus geworden. Katie Price wurde von Ray Infield und Amy Charlier geboren. Ihre Eltern lie&szlig;en sich scheiden, als [&hellip;]","og_url":"https:\/\/whospopular.com\/de\/katie-price\/","og_site_name":"Whos Popular","article_published_time":"2024-08-09T21:03:35+00:00","article_modified_time":"2024-08-21T08:14:36+00:00","og_image":[{"url":"https:\/\/whospopular.com\/wp-content\/uploads\/2024\/08\/Katie_Price.png","type":"","width":"","height":""},{"width":760,"height":380,"url":"https:\/\/whospopular.com\/wp-content\/uploads\/2024\/08\/Katie_Price.png","type":"image\/jpeg"}],"author":"noah","twitter_card":"summary_large_image","twitter_image":"https:\/\/whospopular.com\/wp-content\/uploads\/2024\/08\/Katie_Price.png","twitter_misc":{"Verfasst von":"noah","Gesch\u00e4tzte Lesezeit":"4\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/whospopular.com\/de\/katie-price\/#article","isPartOf":{"@id":"https:\/\/whospopular.com\/de\/katie-price\/"},"author":{"name":"noah","@id":"https:\/\/whospopular.com\/de\/#\/schema\/person\/a57a6640ef7dada55231b3d84717644b"},"headline":"Katie Price","datePublished":"2024-08-09T21:03:35+00:00","dateModified":"2024-08-21T08:14:36+00:00","mainEntityOfPage":{"@id":"https:\/\/whospopular.com\/de\/katie-price\/"},"wordCount":480,"publisher":{"@id":"https:\/\/whospopular.com\/de\/#organization"},"image":{"@id":"https:\/\/whospopular.com\/de\/katie-price\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/whospopular.com\/wp-content\/uploads\/2024\/08\/Katie_Price.png?w=760&resize=760,380&ssl=1","articleSection":["Autoren","Mode-Models","Unternehmer"],"inLanguage":"de"},{"@type":"WebPage","@id":"https:\/\/whospopular.com\/de\/katie-price\/","url":"https:\/\/whospopular.com\/de\/katie-price\/","name":"Wer ist Katie Price? - Alles, was Sie wissen m\u00fcssen","isPartOf":{"@id":"https:\/\/whospopular.com\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/whospopular.com\/de\/katie-price\/#primaryimage"},"image":{"@id":"https:\/\/whospopular.com\/de\/katie-price\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/whospopular.com\/wp-content\/uploads\/2024\/08\/Katie_Price.png?w=760&resize=760,380&ssl=1","datePublished":"2024-08-09T21:03:35+00:00","dateModified":"2024-08-21T08:14:36+00:00","breadcrumb":{"@id":"https:\/\/whospopular.com\/de\/katie-price\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/whospopular.com\/de\/katie-price\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/whospopular.com\/de\/katie-price\/#primaryimage","url":"https:\/\/i0.wp.com\/whospopular.com\/wp-content\/uploads\/2024\/08\/Katie_Price.png?w=760&resize=760,380&ssl=1","contentUrl":"https:\/\/i0.wp.com\/whospopular.com\/wp-content\/uploads\/2024\/08\/Katie_Price.png?w=760&resize=760,380&ssl=1","width":"760","height":"380"},{"@type":"BreadcrumbList","@id":"https:\/\/whospopular.com\/de\/katie-price\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite!","item":"https:\/\/whospopular.com\/de\/"},{"@type":"ListItem","position":2,"name":"Katie Price"}]},{"@type":"WebSite","@id":"https:\/\/whospopular.com\/de\/#website","url":"https:\/\/whospopular.com\/de\/","name":"Who's Popular","description":"Verfolgen Sie die angesagtesten Promis und Influencer","publisher":{"@id":"https:\/\/whospopular.com\/de\/#organization"},"alternateName":"Whos Polular","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/whospopular.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/whospopular.com\/de\/#organization","name":"Who's Popular","alternateName":"Whos Popular","url":"https:\/\/whospopular.com\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/whospopular.com\/de\/#\/schema\/logo\/image\/","url":"https:\/\/whospopular.com\/de\/wp-content\/uploads\/2024\/06\/Whos-Popular-wht.png","contentUrl":"https:\/\/whospopular.com\/de\/wp-content\/uploads\/2024\/06\/Whos-Popular-wht.png","width":1280,"height":224,"caption":"Who's Popular"},"image":{"@id":"https:\/\/whospopular.com\/de\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/whospopular.com\/de\/#\/schema\/person\/a57a6640ef7dada55231b3d84717644b","name":"noah","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/whospopular.com\/de\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/610151388a824f288ca8e4e9bb83f146?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/610151388a824f288ca8e4e9bb83f146?s=96&d=mm&r=g","caption":"noah"},"sameAs":["https:\/\/whospopular.com\/de"],"url":"https:\/\/whospopular.com\/de\/author\/noah\/"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/i0.wp.com\/whospopular.com\/wp-content\/uploads\/2024\/08\/Katie_Price.png?w=760&resize=760,380&ssl=1","_links":{"self":[{"href":"https:\/\/whospopular.com\/de\/wp-json\/wp\/v2\/posts\/1066","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/whospopular.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/whospopular.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/whospopular.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/whospopular.com\/de\/wp-json\/wp\/v2\/comments?post=1066"}],"version-history":[{"count":4,"href":"https:\/\/whospopular.com\/de\/wp-json\/wp\/v2\/posts\/1066\/revisions"}],"predecessor-version":[{"id":1317,"href":"https:\/\/whospopular.com\/de\/wp-json\/wp\/v2\/posts\/1066\/revisions\/1317"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/whospopular.com\/de\/wp-json\/wp\/v2\/media\/1278"}],"wp:attachment":[{"href":"https:\/\/whospopular.com\/de\/wp-json\/wp\/v2\/media?parent=1066"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/whospopular.com\/de\/wp-json\/wp\/v2\/categories?post=1066"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/whospopular.com\/de\/wp-json\/wp\/v2\/tags?post=1066"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}