CuriousechoDev
Forum Replies Created
-
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Canonical on Custom pageThank you so much Sybre , I appreciate you for quick support
Fixed my problem.Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Canonical on Custom pageHow do I set noindex false for those custom pages.
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Canonical on Custom pageThanks Sybre, for letting know with this but my custom page does not have any post count (on my custom page I am showing some API data)
Now my question is How can I remove noindex from this <meta name=”robots” content=”noindex,max-snippet:-1,max-image-preview:standard,max-video-preview:-1″ />I want to index those pages with this
<meta name=”robots” content=”max-snippet:-1,max-image-preview:standard,max-video-preview:-1″ />
Please reply me asap. I am stucked Thanks in advance!Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Canonical on Custom pagemy page is custom page but why its showing noindex in meta robots
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Canonical on Custom pageNow proble is with meta indexing, It should be indexed but why its coming with noindex
<!– The SEO Framework by Sybre Waaijer –>
<meta name=”robots” content=”noindex,max-snippet:-1,max-image-preview:standard,max-video-preview:-1″ />
- This reply was modified 5 years, 9 months ago by CuriousechoDev.
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Canonical on Custom pageHi I fixed that issue by disabling object cache option, Thanks for Quick Reply.
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Canonical on Custom pagefunction myCustomMetaTagAndCanonicalUrl($title, $description, $canonical, $robotsMeta = false) { add_filter('the_seo_framework_title_from_custom_field', function($arg) use ($title) { return $title . " | mysitename"; }); add_filter('the_seo_framework_ogtitle_output', function($arg) use ($title) { return $title . " | mysitename"; },10,1); if ($description != '') { add_filter('the_seo_framework_custom_field_description', function($arg) use ($description) { return $description; }); add_filter('the_seo_framework_ogdescription_output', function($arg) use ($title) { return $description . " | mysitename"; },10,1); } if ($canonical != '') { add_filter('the_seo_framework_rel_canonical_output', function($arg) use ($canonical) { return $canonical; },10,1); } }I am calling above function in my custom code template. this function was working with Yoast hook but with TSF its now working og and twitter title
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Canonical on Custom pageHi Sybe, Thank you for you quick support and sorry for delay in reverting back.
My problem is that I have created custom template page not from wp-admin ,I have created some custom page on basis of URL I inserted content via API which is working fine the issue is that meta tag like OG:title , twitter, description all thing coming wrong or untitled on pages
Example
http://www.abc.com/abc/def/somecutomqueryparams=dsdf&sdfs=trr