diff --git a/amp.module b/amp.module
index 19befc7..e8ad2ed 100644
--- a/amp.module
+++ b/amp.module
@@ -1620,7 +1620,7 @@ function amp_ctools_render_alter($info, $page, $context) {
   // Show amphtml links on AMP-enabled nodes (handled by page manager),
   // so search engines can find AMP.
   foreach ($context['contexts'] as $ctools_context) {
-    if (in_array('node', $ctools_context->type) && !empty($ctools_context->data) && in_array($ctools_context->data->type, amp_get_enabled_types())) {
+    if (in_array('node', $ctools_context->type) && !empty($ctools_context->data) && in_array($ctools_context->data->type, amp_get_enabled_types()) && amp_node_is_enabled($ctools_context->data->nid)) {
         $uri = entity_uri('node', $ctools_context->data);
         $uri['options']['query']['amp'] = NULL;
         $uri['options']['absolute'] = TRUE;
