-
Search Results
-
Topic: SEO
Alright, I am developing a site for Virginia SEO, at https://www.virginiaseo.org
I have been whittling away at content issues and such, and have finally got the site down to something that I would call optimized. I discovered a major issue over Christmas, and just discovered another major issue as well, which I will share:
When you install WooCommerce into the theme, and you enable header bars with the title and breadcrumb, every product page has two H1 tags on it. This is a big no-no SEO wise as I am sure you know.
This is what I did:
Line 28 in archive-product.php in WooCommerce
<h1 class=”page-title”><?php woocommerce_page_title(); ?></h1>Left This heading alone, since the product title is what I would like to be my H1
Change line 274 in themes\enfold\functions-enfold.php
‘heading’ => ‘p’ //headings are set based on this article: http://yoast.com/blog-headings-structure/
I changed this to P from H1, and then applied some re-sizing to it. the downside is that this change I made was site wide, so I had to go through all of my pages and manually add a H1 tag to the page.
————————
My second issue I just discovered. I use Yoast SEO of course, and I have enabled the option to:
Sitewide meta settings
Noindex subpages of archives
If you want to prevent /page/2/ and further of any archive to show up in the search results, enable this.And if you go to my pages, you will see the meta robots. But I plugged my site into Google webmaster tools, and look at what I am seeing:
http://cl.ly/image/3F2S0o150f2bIt seems Google is crawling the sort links and other links as well.
Also while we are on the topic, I use a SEO tool called Raven SEO. They do a crawl of the site as well. I discovered that the TOP search button (The one in the shape of a magnifying glass) which is enabled in Enfold options was getting crawled as well. The result was 1000 failed listings of crawling pages such as site.com/product/s?=
I solved this by disabling the header search feature.
But all of these items are check marks against the site in my opinion- Google finding tons of 404 errors because it is trying to crawl a crazy sort link on the page is not right. I am going to go about blocking some of this stuff now with robots.txt… which is against my better judgement, I do not like to use robots.txt except in extreme circumstances.
Thanks,
Chris
Top of the New Year to you guys,
I figured this question would be fitting here seeing as though there have been a couple others mentioning Sensei integration.
If you take a look at http://codelessme.com/pt/course/functional-assessment-treatment-scapular-dysfunction/ and hover over the buy course button, it turns it blue. I am trying to apply the same button effect found on the other buttons throughout the site (see sidebar), But cannot locate the hover snippet to make this edit.
A nudge in the right direction would be greatly appreciated.
Thanks guys.
I wanted to try something and change the background of the search popup and tried to change its css attribute in the Custom.css…did not pick it. I tried in Layout, did not pick it. So I tried in the dashboard custom css section and that worked.
I think the site dynamic css that is written in the uploads folder may be writing on top of the css in those other files. This means that you are kind of limited to the css colors you set in the theme’s tabs. In my testing I was trying to use:
#top .header_color .input-text, #top .header_color input[type='text'], #top .header_color input[type='input'], #top .header_color input[type='password'], #top .header_color input[type='email'], #top .header_color input[type='number'], #top .header_color input[type='url'], #top .header_color input[type='tel'], #top .header_color input[type='search'], #top .header_color textarea, #top .header_color select { border-color:#cccccc; background-color: #ffffff; color:#000; }because I had set the top backgrund to be dark the background for the search was dark as well.
So I would like to know if there is a way to make the custom.css be the last css parsed so that the declarations in it are not overwriten by the custom one. The problem with relying on the custom css field is that anybody can destroy the site by erasing that section by mistake in pressing the wrong button (it happened, just like the import custom pages can screw up a website is an admin presses the wrong button) I always remove the admin section for importing dummy content because I don t trust other admins to not make a mistake but with the css one its more of a problem as there is no going back if you reset the styles.
Anyway, which css is the last one to be picked up and could the next version fix the order and pick custom last please :)
Thanks
If I add a product to my cart in this view (http://kriesi.at/themes/enfold/shop/) you will see a beautiful add to cart animation.
I was wondering if it is possible to create the same animation when you add a product to your cart at the productpage (i.e. http://kriesi.at/themes/enfold/product/kenwood-kmix-two-slice-toaster/)Is there a way to set this animation on the product add to cart button as well?
Kind Regards
ChrisI believe the full screen sliders on Enfold have such unbelievable visual impact and I love theme. However, I am questioning whether users are intuitive enough to know to continue to scroll down to view content hidden below the fold.
As developers, do you find this to be true or are most users now accustomed to assuming there is more to be seen below the fold?
And in regard to that, do you have any suggestions on what may be a good solution to investigate? Perhaps I should look at adding a scroll down to next section button like you might see on some one-page scrolling websites?
(Not sure if this is the appropriate place to post – as this is more customization based than support required. Admin(s) please feel free to remove topic if necessary.)
TIA
