mnenchev
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Structured Data Ultimate FAQHi,
I made just a few tweaks to the DisplayFAQs.php to reflect latest schema.org model.
Just added
itemprop=’mainEntity’ to the Question div
and changed itemprop=’acceptedAnswer suggestedAnswer’ to itemprop=’acceptedAnswer’
and also http://schema.org to https://schema.org (which works both ways)Also, in my wysiwyg editor i wrapped up the FAQs div like
<div itemscope itemtype="https://schema.org/FAQPage">[FAQ_CONTENT_GOES_HERE]</div>And now the FAQ structured data works just fine on google search.
May i ask you to patch these changes to the plugin?Thanks
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Structured Data Ultimate FAQHi,
I don’t like to have individual FAQ pages indexed as they alone are not of interested to the user, instead the page they are listed on is of interest to the user. This is product requirement.
What i’m looking to get is on a search result where the page listing the FAQs appears to have a list of the FAQs showing below the search result like this – https://prnt.sc/oyi21x
I believe this is what the code does as it has the structured data attributes and the google structured data test tool detects them at the(Test Result), however they are not showing on google search. I followed all guide lines to see if there are any violations and everything seems fine so i can’t tell why it doesn’t show as the example from the screenshot.
UPDATE: The google test tool gives me warnings:
Missing a FAQPage markup item on page to which this item should be associated
Missing a QAPage markup item on page to which this item should be associatedCould this be the problem cos of which my FAQs are not listed as such in the search result? Is it possible to update the plugin to include such attribute?
Here are the guidelines for the SD: https://developers.google.com/search/docs/data-types/faqpage
Thanks
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Structured Data Ultimate FAQ@etoilewebdesign Hi I’m using Ultimate FAQ, and i have the
Disallow: /ufaq/
Disallow: /ufaqs/
Noindex: /ufaq/
Noindex: /ufaqs/not indexed. The page where i list the FAQs is indexed, however the FAQs are not showing as structured data in a search. Can you help?
Thanks
Forum: Plugins
In reply to: [HREFLANG Tags Lite] Missing CountryMore missing:
Spanish (USA)
Spanish (Ecuador)
Spanish (Paraguay)
Spanish (Panama)Forum: Plugins
In reply to: [Zedna WP Image Lazy Load] Not working for images placed in ACFHi Radek @zedna,
Your plugin was active. I’ve cleared the caching just in case. Unfortunately, it’s not that case with the 0kb loading. The initial image requests are actual with real resource download happening, and then when i scroll down i see loading images from disc with 0kb size.
Forum: Plugins
In reply to: [Zedna WP Image Lazy Load] Not working for images placed in ACFHi @zedna
I was testing it on my local environment. But i installed it for you on our dev env: http://livedealers.kasynolive.net/
password: temp1At first glance it seems to be working, however if you inspect with firebug you will see that it initially loads the images and then lazy loads them again for a second time. Also for some reason the images in the sidebar menu don’t work until you open the actual sidebar menu popup and scroll.
Please, note that i don’t have any caching or src optimization plugins on my dev env, while on the dev there is autoptimize & w3 cache plugins and production is also having claudflare cdn on top.
- This reply was modified 7 years, 7 months ago by mnenchev.
Forum: Plugins
In reply to: [a3 Lazy Load] ACF SupportHi @a3rev,
Seems that the plugin doesn’t replace src with data-src which is causing the lazy loading to fail. If I set data-src instead of src it works.
Any idea why this is happening>Forum: Plugins
In reply to: [a3 Lazy Load] ACF SupportHi @ondoheer
I’ve installed a3 lazy load plugin today. It seems to only work for images placed inside wysiwyg editor, but not in other ACFs (for example repeaters). Do you have any idea?
Here is a link to page where you can see it (the page starts with big lazy loaded image, and then there is a table (repeater) which contains not lazy loaded logos.
Thanks
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Disable SEO for FAQ links/pagesThanks, this worked nicely. The mobile issue was on ios, where the user could do long press on the FAQ and trigger the safari context menu, but with this css change it’s no longer happening. I think we are fine with these changes as the only way to access the FAQ page would be to 1. via google indexing 2. if you know the exact url. We did some changes to disallow indexing so we can live with 2.
Thanks for your support.Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Disable SEO for FAQ links/pagesHi,
Thanks for you reply. This explains why we get empty page when a FAQ is opened in new tab/window. The thing is that we don’t want to have separate page and link to it. I understand that the plugins work with custom post type, but is there any way I can avoid that? Can you remove the href attribute from the FAQ tag and apply css to disable the link or at least add some custom attribute, which I can use to access the and disable it?
I don’t understand why on Chrome when i click on some FAQ it gets expanded/collapsed as accordion, while on mobile/FF under mac it acts as a link. The behavior doesn’t seem to be consistent.
- This reply was modified 7 years, 10 months ago by mnenchev.
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Disable SEO for FAQ links/pagesHi,
the site is livedealers[dot]com
You can scroll down to the end of the page where there is a list of FAQs.
You do a right click on some question and then open in new tab. That’s bad UX for the user as they will only see an empty page. Same is valid if these pages get indexed.Thanks