diff --git a/schemaorg.module b/schemaorg.module
index c55b22c..4613e73 100644
--- a/schemaorg.module
+++ b/schemaorg.module
@@ -152,9 +152,7 @@ function schemaorg_field_ui_field_edit_form_submit($form, &$form_state) {
   // along with the official property.
   $property = $form_state['values']['schemaorg_field_property'];
   $legacy_properties = array(
-    'image' => 'photo',
     'description' => 'summary',
-    'jobTitle' => 'title',
   );
   if (array_key_exists($property, $legacy_properties)) {
     array_unshift($mapping[$field_name]['predicates'], 'schema:' . $legacy_properties[$property]);
