duhar81
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Yoast SEO] Add author type in schema OutputHello Michael Tina
Please reply about above mentioned point.
Forum: Plugins
In reply to: [Yoast SEO] Add author type in schema OutputHello Michael Tina
Here are the URL where no author in output of schema.
https://www.bestviews.com/places/amsterdam/places-with-best-views/de-gooyer-windmill/#post_profileAND output of Schema
{ "@context":"https://schema.org", "@graph":[ { "@type":"Organization", "@id":"https://www.bestviews.com/#organization", "name":"Best Views", "url":"https://www.bestviews.com/", "sameAs":[ "https://www.instagram.com/allthebestviews" ], "logo":{ "@type":"ImageObject", "@id":"https://www.bestviews.com/#logo", "inLanguage":"en-US", "url":"https://www.bestviews.com/wp-content/uploads/2021/09/bestviews.jpg", "contentUrl":"https://www.bestviews.com/wp-content/uploads/2021/09/bestviews.jpg", "width":2972, "height":1729, "caption":"Best Views" }, "image":{ "@id":"https://www.bestviews.com/#logo" } }, { "@type":"WebSite", "@id":"https://www.bestviews.com/#website", "url":"https://www.bestviews.com/", "name":"Best Views", "description":"Discovering Places, Creating Memories", "publisher":{ "@id":"https://www.bestviews.com/#organization" }, "potentialAction":[ { "@type":"SearchAction", "target":{ "@type":"EntryPoint", "urlTemplate":"https://www.bestviews.com/?s={search_term_string}" }, "query-input":"required name=search_term_string" } ], "inLanguage":"en-US" }, { "@type":"ImageObject", "@id":"https://www.bestviews.com/places/amsterdam/places-with-best-views/de-gooyer-windmill/#primaryimage", "inLanguage":"en-US", "url":"https://www.bestviews.com/wp-content/uploads/2020/08/4308_BestViewsAms-degooyer.jpg", "contentUrl":"https://www.bestviews.com/wp-content/uploads/2020/08/4308_BestViewsAms-degooyer.jpg", "width":1024, "height":628 }, { "@type":"WebPage", "@id":"https://www.bestviews.com/places/amsterdam/places-with-best-views/de-gooyer-windmill/#webpage", "url":"https://www.bestviews.com/places/amsterdam/places-with-best-views/de-gooyer-windmill/", "name":"De Gooyer Windmill - Best Views", "isPartOf":{ "@id":"https://www.bestviews.com/#website" }, "primaryImageOfPage":{ "@id":"https://www.bestviews.com/places/amsterdam/places-with-best-views/de-gooyer-windmill/#primaryimage" }, "datePublished":"2020-08-25T00:21:49+00:00", "dateModified":"2020-08-25T00:25:52+00:00", "breadcrumb":{ "@id":"https://www.bestviews.com/places/amsterdam/places-with-best-views/de-gooyer-windmill/#breadcrumb" }, "inLanguage":"en-US", "potentialAction":[ { "@type":"ReadAction", "target":[ "https://www.bestviews.com/places/amsterdam/places-with-best-views/de-gooyer-windmill/" ] } ] }, { "@type":"BreadcrumbList", "@id":"https://www.bestviews.com/places/amsterdam/places-with-best-views/de-gooyer-windmill/#breadcrumb", "itemListElement":[ { "@type":"ListItem", "position":1, "name":"Home", "item":"https://www.bestviews.com/" }, { "@type":"ListItem", "position":2, "name":"Places", "item":"https://www.bestviews.com/places/" }, { "@type":"ListItem", "position":3, "name":"De Gooyer Windmill" } ] } ] }
- This reply was modified 2 years, 5 months ago by duhar81.
Forum: Plugins
In reply to: [BuddyPress Follow] Follow and following button not displayComplete code for button are this. If I am wrong then please correct me.
<div class="buttons"> <?php $author_id =bp_displayed_user_id(); $user_id = $val->ID; if (bp_follow_is_following(array('leader_id' => $author_id, 'follower_id' => $user_id))) { $link_text = sprintf(__('Unfollow', 'artgorae')); } else { $link_text = __('Follow', 'artgorae'); } $args = array('leader_id' => $user_id, 'follower_id' =>$author_id, 'link_text' => '', 'link_class' => 'fa fa-user-plus', 'wrapper' => ''); // print_r($args); echo bp_follow_get_add_follow_button($args); ?> </div>
Forum: Networking WordPress
In reply to: Still populate support ticket populate in google searchI am heartily request to you If possible then please remove it. In future I will never do that type of mistakes
- This reply was modified 4 years, 11 months ago by duhar81.
How to remove this topic from google search https://prntscr.com/qi64qv, Please help me .
Viewing 5 replies - 1 through 5 (of 5 total)