From the list: Site Quality Assurance ✔ QA Batch 1 (Technical) Tamila K. added this on Jul 17, 2019 Completed Jul 18, 2019 by Eddie O. Assigned to Eddie O. Due on Jul 17, 2019 Comments & Events Eddie Olivas Here's what's involved in checking that the Schema is correctly in place. Check that the correct span tags are surrounding the A tag in the nav in the top nav and footer. Example: <span class="r_entity r_sitenavigationelement" typeof="schema:SiteNavigationElement"><span class="r_prop r_mainentity" property="schema:mainEntity"><span class="r_prop r_disambiguatingdescription" property="schema:disambiguatingDescription"><a title="Senior Care in Pass Christian, MS" href="https://www.dixiewhitehousehealthrehab.com/" aria-current="page">Home</a></span></span></span> View the page source on the homepage and use CTRL F to search for "schema". Confirm the schema JSON block has the correct brand, URL, and location.Example, confirm the highlighted items are correct: { | "@context":"https://schema.org", | "@type":"MedicalOrganization", | "url":"https://www.dixiewhitehousehealthrehab.com/", | "@id":"https://www.dixiewhitehousehealthrehab.com/#medicalorganization", | "name":"Dixie White House Health and Rehabilitation Center", | "logo":"http://www.dixiewhitehousehealthrehab.com/wp-content/uploads/2019/03/logo-min.png#Q437458", | "description":"Dixie White House Health and Rehabilitation Center provides skilled senior care in Pass Christian, MS.", | "brand":"Dixie White House", | "medicalSpecialty":[ | "elderly care","eldercare" | ], | "isAcceptingNewPatients":"True", | "additionalType":"http://dbpedia.org/data/Elderly_care.rdf", | "naics":"623311", | "areaServed":"MS" | } Jul 18, 2019 at 6:48 PM Notified 1 person Eddie Olivas This is done. Everything was good, I found no issues. Jul 18, 2019 at 6:56 PM Notified 1 person Eddie Olivas completed this to-do. Jul 18, 2019 at 6:56 PM
Eddie Olivas Here's what's involved in checking that the Schema is correctly in place. Check that the correct span tags are surrounding the A tag in the nav in the top nav and footer. Example: <span class="r_entity r_sitenavigationelement" typeof="schema:SiteNavigationElement"><span class="r_prop r_mainentity" property="schema:mainEntity"><span class="r_prop r_disambiguatingdescription" property="schema:disambiguatingDescription"><a title="Senior Care in Pass Christian, MS" href="https://www.dixiewhitehousehealthrehab.com/" aria-current="page">Home</a></span></span></span> View the page source on the homepage and use CTRL F to search for "schema". Confirm the schema JSON block has the correct brand, URL, and location.Example, confirm the highlighted items are correct: { | "@context":"https://schema.org", | "@type":"MedicalOrganization", | "url":"https://www.dixiewhitehousehealthrehab.com/", | "@id":"https://www.dixiewhitehousehealthrehab.com/#medicalorganization", | "name":"Dixie White House Health and Rehabilitation Center", | "logo":"http://www.dixiewhitehousehealthrehab.com/wp-content/uploads/2019/03/logo-min.png#Q437458", | "description":"Dixie White House Health and Rehabilitation Center provides skilled senior care in Pass Christian, MS.", | "brand":"Dixie White House", | "medicalSpecialty":[ | "elderly care","eldercare" | ], | "isAcceptingNewPatients":"True", | "additionalType":"http://dbpedia.org/data/Elderly_care.rdf", | "naics":"623311", | "areaServed":"MS" | } Jul 18, 2019 at 6:48 PM Notified 1 person
Eddie Olivas This is done. Everything was good, I found no issues. Jul 18, 2019 at 6:56 PM Notified 1 person
| "@context":"https://schema.org",
| "@type":"MedicalOrganization",
| "url":"https://www.dixiewhitehousehealthrehab.com/",
| "@id":"https://www.dixiewhitehousehealthrehab.com/#medicalorganization",
| "name":"Dixie White House Health and Rehabilitation Center",
| "logo":"http://www.dixiewhitehousehealthrehab.com/wp-content/uploads/2019/03/logo-min.png#Q437458",
| "description":"Dixie White House Health and Rehabilitation Center provides skilled senior care in Pass Christian, MS.",
| "brand":"Dixie White House",
| "medicalSpecialty":[
| "elderly care","eldercare"
| ],
| "isAcceptingNewPatients":"True",
| "additionalType":"http://dbpedia.org/data/Elderly_care.rdf",
| "naics":"623311",
| "areaServed":"MS"
| }