![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() I've followed instructions on previous threads to disable Yoast SEO by adding the code to my functions.php file. The meta description and title are populating on my category pages, but not on my detail page.
Any ideas? Thanks. Detail: http://www.vintageshopper.com/store/...7300195446185/ Category: http://www.vintageshopper.com/store/category/wedding/ |
#2
|
|||
|
|||
![]() Looks like it's not working on the category page either...
http://www.vintageshopper.com/store/...dding-dresses/ |
#3
|
|||
|
|||
![]() I don't see anything wrong.
I do see the right titles and meta data in the source code of your store category and product details pages. See attached images. Do you have any caching plugins installed? Make sure when you make changes you clear the cache before checking your changes. |
#4
|
|||
|
|||
![]() AH, ok. I see it now. I was looking at the meta properties tags -- where it is not populating the title or the description correctly. Is this an SEO issue?
UPDATED - the product description isn't populating into the facebook share. Last edited by bradleyhebdon : April 10th, 2014 at 10:20 AM. |
#5
|
||||
|
||||
![]() Hi,
Here are the steps you need to get Facebook to work on your Product details page: http://www.datafeedr.com/forums/showthread.php?t=7168 Eric
__________________
![]() ![]() ![]() ![]() |
#6
|
|||
|
|||
![]() Yup, I followed those - that's how I got facebook on the page.
|
#7
|
||||
|
||||
![]() Hi,
You have your store set up fine but there must be another plugin you have installed adding that information to your head elements. In your source code I see this: HTML Code:
<meta property="og:title" content="- Vintage Shopper"/>
HTML Code:
<meta property="og:title" content="SAMPLE SALE - Maggie Sottero Spring 2013 - Alaina Ivory Satin & Embellished Lace Wedding Dress"/>
Eric
__________________
![]() ![]() ![]() ![]() |
#8
|
|||
|
|||
![]() The only plugin I could think of is the Yoast SEO, and I added the code you guys suggested to my functions.php file.
|
#9
|
||||
|
||||
![]() Hi,
Which code was that? Eric
__________________
![]() ![]() ![]() ![]() |
#10
|
|||
|
|||
![]() function dfr_remove_wpseo_canonical( $canonical ) {
if (is_dfr()) { $canonical = false; } return $canonical; } add_filter( 'wpseo_canonical', 'dfr_remove_wpseo_canonical' ); |
#11
|
||||
|
||||
![]()
__________________
![]() ![]() ![]() ![]() |
#12
|
||||
|
||||
![]() Hi,
Actually, I think you need this: PHP Code:
__________________
![]() ![]() ![]() ![]() |
#13
|
|||
|
|||
![]() Added, but it's still the same.
The product's description isn't populating into the facebook share. |
#14
|
||||
|
||||
![]() Hi,
I do see something is working. I posted 2 posts, above. Did you get my second one? That's what you need, not the first one. Eric
__________________
![]() ![]() ![]() ![]() |
#15
|
|||
|
|||
![]() Ok cool thanks mate. I think that fixed it.
one thing I have noticed though - on chrome, the facebook buttons don't show up for me. do they for you? On Firefox, they do. http://www.vintageshopper.com/store/...dding-dresses/ http://www.vintageshopper.com/store/...7300195449550/ |
#16
|
||||
|
||||
![]() Hi,
Yes, I'm on Chrome and they do appear. Eric
__________________
![]() ![]() ![]() ![]() |
#17
|
|||
|
|||
![]() OK, I think I'm having some caching issues. Thanks again for your help mate, greatly appreciated. It won't be the last you hear of me though
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
The Title of the Front Page and the Description of the Products (Meta Tags) | mabic | Questions | 3 | September 3rd, 2012 02:07 PM |
Meta title for the front page | snobba | Questions | 2 | April 5th, 2011 01:15 AM |