afgindy
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Noindex Bug on Posts PageRE: Can you please confirm whether you’re not setting noindex from Yoast SEO > Search Appearance > Content Types (tab) or Taxonomies (tab).
From the taxonomies tab, the “Categories (category)” was set to not show in search results. So, I changed it to “Yes” and I think we are in good shape!
Thank you so much!
- This reply was modified 5 years, 9 months ago by afgindy.
Below is the header.php file from Appearance > Editor.
It’s strange that it loads properly for me. I also had a buddy check in Denver and it loads w/ the styling for him as well.
– – –
<!doctype html>
<html <?php language_attributes(); ?> class=”no-js”>
<head>
<script>
(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’https://www.google-analytics.com/analytics.js’,’ga’);
ga(‘create’, ‘UA-90878615-1’, ‘auto’);
ga(‘send’, ‘pageview’);
</script>
<meta name=”google-site-verification” content=”4llp6Q99PXUF28-v9sScVRjwY1flD-QioKPvuoFzEs8″ />
<meta charset=”<?php bloginfo(‘charset’); ?>”>
<title><?php wp_title(”); ?><?php if(wp_title(”, false)) { echo ‘ :’; } ?> <?php bloginfo(‘name’); ?></title>
<link href=”<?php echo get_template_directory_uri(); ?>/img/icons/touch.png” rel=”apple-touch-icon-precomposed”>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<meta name=”description” content=”<?php bloginfo(‘description’); ?>”>
<link href=”https://fonts.googleapis.com/css?family=Raleway:400,400i,800,800i,900,900i” rel=”stylesheet”>
<?php wp_head(); ?>
<script>
// conditionizr.com
// configure environment tests
conditionizr.config({
assets: ‘<?php echo get_template_directory_uri(); ?>’,
tests: {}
});
</script>
<link rel=”icon” href=”<?php echo site_url(); ?>/favicon.ico”>
<link type=”text/css” media=”all” href=”<?php echo get_template_directory_uri(); ?>/elromco-min/elromco.css” rel=”stylesheet” />
<link type=”text/css” media=”all” href=”<?php echo get_template_directory_uri(); ?>/elromco-min/company/company.css” rel=”stylesheet” /></head>
<body <?php body_class(); ?> ng-app=”movecalc” ng-controller=”movecalController”>
<!– wrapper –>
<div class=”wrapper”>
<!– header –>
<header class=”header clear” role=”banner”>
<!– logo –>
<div class=”logo”>
” alt=”Logo” class=”logo-img”>
</div>
<!– /logo –>
<!– nav –>
<nav class=”nav” role=”navigation”>
<?php html5blank_nav(); ?>
</nav>
<!– /nav –>
<div id=”top_logo” style=”text-align: center; background: #004d89;”>
<div style=”display: inline-block;”><a href=”
https://www.facebook.com/artisanmoving” target=”_blank” rel=”noopener”></div>
<div style=”display: inline-block;”>
</div>
</header>
<!– /header –>
I don’t know what else would cause the issue. It only happens when I clear cache or update the site. It never had this issue prior to installing the plugin. Not sure what’s going on. Thank you for your help.
If I delete or inactivate your caching plugin, the site breaks. I’m stuck with a site I can’t update. It only happens in conjunction with your plugin. I will likely have to rebuild the site altogether which stinks.
I’ve had two programmers try to diagnose the issue, including the one who built the site, and neither can figure out the problem with the cache plugin.
Anytime I update a page/post/menu/etc the site breaks. Anytime I delete cache, the site breaks. Anytime I deactivate WP Super Cache, the site breaks.
We are clueless and definitely need your help!!!
We have exchanged quite a number of emails. My programmer is looking into the issue and thinks he can get it resolved. Will keep this thread posted. Thanks!
I restored the site to a previous version. But anytime we update a page, post, menu, etc it will revery back to the broken version.