Topic-icon Problem with unspecified type

Active Subscriptions:

None
10 years 11 months ago #53887 by bioaktive
I have problem unspecified type when testing with google structured data, only on review page and video page of Jreviews. I tought its better to ask question here because i think jfbconnect print those og metas. How i can fix it. Because i think it messes me review micro data and video object micro data so i lost stars inside the google search ..... on review pages. Tell me if I m wrong because Im not an expert. I dont have those problems on listing pages and i have diffrent types of objects Artcle, Localbusiness, Store, Product etc.

Thank You on great support,
Marko
File Attachment:


File Attachment:
The topic has been locked.
Active Subscriptions:

None
10 years 11 months ago #53888 by bioaktive

bioaktive wrote: I have problem unspecified type when testing with google structured data, only on review page and video page of Jreviews. I tought its better to ask question here because i think jfbconnect print those og metas. How i can fix it. Because i think it messes me review micro data and video object micro data so i lost stars inside the google search ..... on review pages. Tell me if I m wrong because Im not an expert. I dont have those problems on listing pages and i have diffrent types of objects Artcle, Localbusiness, Store, Product etc.

Thank You on great support,
Marko



File Attachment:

Its happening only on review pages and video pages that i found
The topic has been locked.
Support Specialist
10 years 11 months ago #53892 by alzander
Can you let us know a specific URL where the issue exists? It'd be best to have a listings page (that works) and a review page (that doesn't) so that we can see the difference.

Also, as a test, you can disable the JFBCSystem plugin, which will disable all JFBConnect functionality. Then, you can test to see if you're getting the same invalid type information from Google.

In general though, JFBConnect does not set *any* structured data values. We only set Open Graph tags and Twitter Cards. The tool you're using is only for structured meta-data. While it's showing some values from og tags, the only tags that tool is looking for is the schema.org markup. If that syntax is incorrect, it wouldn't be from us. The tool will show *any* markup tags it finds though, even if it doesn't understand them, like the Open Graph tags that are in your picture above.

I hope that helps explain,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 11 months ago #53897 by bioaktive
Listing that shows up correctly:
vencanjeizbajke.net/iznajmljivanje-vozil...ocar-oldtimer-rental

Reviews page that shows up correctly:
vencanjeizbajke.net/iznajmljivanje-vozil...timer-rental/kritike

Single review Page that doesnt render data correctly. It render ogp.me tags Open graph tags as structured data that does not have specifed type:
for example: (but its same from every review).

vencanjeizbajke.net/iznajmljivanje-vozil...kusije/kritika?id=28

Thank You very much on your effort to help me on sloving my problem.
The topic has been locked.
Active Subscriptions:

None
10 years 11 months ago #53898 by bioaktive
And pls can You help me how I can set action when somebody thats loged in thru the JFBConnect writes review to be posted on writers wall. Or to be asked to confirm to posts on his wall or whatever jfbconnect and facebook current app setting allowing. I'm really appreciate your time. Have a nice day.
The topic has been locked.
Active Subscriptions:

None
10 years 11 months ago #53899 by bioaktive

bioaktive wrote: And pls can You help me how I can set action when somebody thats loged in thru the JFBConnect writes review to be posted on writers wall. Or to be asked to confirm to posts on his wall or whatever jfbconnect and facebook current app setting allowing. I'm really appreciate your time. Have a nice day.

I solved this one just answer me on the question that i asked earlier when You have time. I find answer for this question in earilier post of diffrent users.
The topic has been locked.
Active Subscriptions:

None
10 years 11 months ago #53900 by bioaktive
Can i somehow skip tags only for jreviews pages, because og:type Video is messed up by JFB and og:locale also comes from jfb but locale isnt problem,problem is because video type is converted to article, but i would like to keep jfb tags for regular joomla articles because our blog is published in regular joomla articles.
The topic has been locked.
Active Subscriptions:

None
10 years 11 months ago #53902 by bioaktive
Pls help
The topic has been locked.
Support Specialist
10 years 11 months ago #53905 by alzander

Can i somehow skip tags only for jreviews pages, because og:type Video is messed up by JFB and og:locale also comes from jfb but locale isnt problem,problem is because video type is converted to article, but i would like to keep jfb tags for regular joomla articles because our blog is published in regular joomla articles.

We don't have a way to skip tags on a per-plugin basis, but you should be able to add that functionality pretty easily. To do so, you'd need to edit the /plugins/opengraph/jreviews/jreviews.php file. Around line 40, you'll see:
protected function findObjectType($queryVars)
    {
Directly below that line, add:
$openGraphLibrary = OpenGraphLibrary::getInstance();
        $openGraphLibrary->addBlockedTags(array('type,image,title,description' );
You can add (or remove) any of the tags from that last line that you don't want JFBConnect to set in your jReviews content. That should be all you need, but if that doesn't work or you need more assistance, just let us know.

As for your original question, I've looked at all the tags on the pages. They all seem correct to me. If you can explain more about what's going wrong, that would help. Again, the Structured Data Validator you're using isn't for Open Graph tags, so they shouldn't be relevant to that tool. If you want to test the Open Graph tags, we recommend using something like Facebook's Open Graph debug tool:
developers.facebook.com/tools/debug

I hope that helps, but if you need anything else, please let us know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 11 months ago #54026 by bioaktive
Can i somehow skip twitter tags but not from plugin but only for jreviews:
Pls explain me where it goes wrong because i have set twitter card for gallery inside jreviews and it doesnt work again. If i skip tags from components it works but it also block that tags for regular joomla articles that im using for my blog.

protected function findObjectType($queryVars)
{
//Skip tags for jreviews
$openGraphLibrary = OpenGraphLibrary::getInstance();
$openGraphLibrary->addBlockedTags(array('twitter:title,twitter:card,twitter:description,twitter:image' );

Thx a lot on your time.
The topic has been locked.