edwards1
Forum Replies Created
-
May i just say that… i’m experiencing exactly the same thing.
on the status tab, “last automatic optimizing was at:” which was showing in your screenshot #1 is not showing in my status.
Alright… will work with this and keep you updated
i hope you reply this early enough,
the feeds we want to syndicate has no images nor attachment, and yes we have set the media and attachment of the plugin to “do not generate”.
But, the website thumbnail is still syndicating with the content. how do will make the plugin pull just the content?
Hi @ampforwp
What I meant is that we post in different format, and some of which in the middle of our post content, we use big font headlines h2, h3. But we get the tags error in our GSC.
So, how do we overwrite such error for amp so we can publish our content without GSC seeing it as error.
Error Example: The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’?
Another one is
“Disallowed attribute in HTML tag ‘h3′”
- This reply was modified 6 years, 8 months ago by edwards1.
we had to deactivate plugin to gain back access to our backend and now most pages are truncated.
front page is empty but its loading
Pls reply asap
Thank you alot for the reply… the categories to exclude is for example, online-videos and sports.
is this how the code should be?
/**
* Do not trigger Publicize if the post uses theonline-videos, sports
category.
*/
function jeherve_control_publicize( $should_publicize, $post ) {
// Return early if we don’t have a post yet (it hasn’t been saved as a draft)
if ( ! $post ) {
return $should_publicize;
}// Get list of tags for our post.
wp_get_post_categories( $post->111, 222 array(‘fields’ => ‘all’ )) ;// Loop though all categories, and return false if the category name is
online-videos, sports
foreach ( $categoories as $categories ) {
if ( ‘online-videos, sports’ == $categories->name ) {
return false;
}
}return $should_publicize;
}
add_filter( ‘publicize_should_publicize_published_post’, ‘jeherve_control_publicize’, 10, 2 );please your help will be much appreciated as we have some content shared to our socials which shouldn’t be.
Forum: Plugins
In reply to: [XML Sitemap & Google News] Sitemaps showing as feedsunder the news sitemap, i saw a three url example, but the error with the url occured when we installed ssl and all link were not working because our permalink had changed to example.com/’/date/title which was supposed to be example.com/date/title and immediately we changed it back to normal.
Note: no new post was published in that time but we soon found out that the post with /’/ are pilled up in crawl error
ex. https://newstage.com.ng/’/2017/10/17/south-africas-cabinet-changes/’
How do we probably let google realise its not working, or remove them permanently
Forum: Plugins
In reply to: [XML Sitemap & Google News] Sitemaps showing as feedsbasically all three examples are sitemap: https://goo.gl/danRJ7 with diff tag value, another value is https://goo.gl/LnHUYF
Forum: Plugins
In reply to: [XML Sitemap & Google News] Sitemaps showing as feedsyes, growing immensely high and example is sitemap: https://goo.gl/danRJ7, value: https://goo.gl/fmS2Jj
Forum: Plugins
In reply to: [XML Sitemap & Google News] Sitemaps showing as feedsnothing of such, and “Discourage search engines from indexing this site” option is not active.
i will keep checking, although that error number keeps growing
Forum: Plugins
In reply to: [XML Sitemap & Google News] Sitemaps showing as feedsnope, it’s the same site and i presume you meant the robot.txt file is fine and i shouldn’t be seeing such an error, right?
I did use the google robots tester and everything was fine and the “Fetch as Google” indexed ok.
Forum: Plugins
In reply to: [XML Sitemap & Google News] Sitemaps showing as feedsHi, both sitemap and sitemap-news has the following warnings “Sitemap contains urls which are blocked by robots.txt.”
Forum: Plugins
In reply to: [XML Sitemap & Google News] Sitemaps showing as feedscouldn’t check on bluehost.
It’s probably no problem or what do you think, atleast no error on news sitemap.
Forum: Plugins
In reply to: [XML Sitemap & Google News] Sitemaps showing as feedsnothing still.
i use PHP 5 when the sitemap was normal before i upgraded to 7.
What do you think?
Forum: Plugins
In reply to: [XML Sitemap & Google News] Sitemaps showing as feedsDone that and no changes still, you could check.