Hello Catalin,
You didn’t answer me about the « description » and « body » in the schema, it is very important for the SEO, please consult this example:
(the “body” and the “description” in the schema “article” or “newsarticle” make it easy for GoogleBot or others search engines to explore and index your posts, which provides a good ranking)
Thank you
-
This reply was modified 10 years by
tomawebdev.
Hi Bogdan B.
Yes, if we talk about the visual side, that exists in your theme, but you’re talking about a subtitle, and I’m talking about the article description.
The article description, if we scan the article link with the Google tool, the text of the description should be structured as a “description,” not as a subtitle or a text without schema …
In short, I want to display a description to the reader, and this description must be recognized by the search engines and structured correctly, without errors, according to the standards of Schema.org.
An example of a website that has a description in his articles, the visual side and also the
schema.http://www.20minutes.fr/paris/1870783-20160622-paris-applis-retrouvez-amis-perdus-foule-buvette-festival
The Google tool to use for the test: https://search.google.com/structured-data/testing-tool#
I hope this is doable with your theme.
Thank you,
Something for reference:
(1) http://premium.wpmudev.org/blog/boost-time-on-site-by-auto-loading-new-posts-like-qz-com-and-medium/
(2) https://www.sebastiendumont.com/plugins/auto-load-next-post/
(3) http://www.infinite-scroll.com/
(4) https://wordpress.org/plugins/auto-load-next-post/
(5) http://demos.sebastiendumont.com/auto-load-next-post/template-sticky/
Does not work on the template Newspaper
https://wordpress.org/support/topic/does-not-work-on-the-template-newspaper
I already update my theme, thanks from envato its more easier. I am the first to suggest the unique article and you do guys add it to the theme, thats why i am in love with Newspaper, and recommend it to my clients and list.
In democraty the users that have final decision lol, just kidding, thanks for your reply, by the way i can’t update my theme from the envato plugin, it give me a link to install it.
I install your solution and it works fine.
<?php
if( is_front_page() ){
include_once('mobile-detect/Mobile_Detect.php');
$detect = new Mobile_Detect();
if ( $detect->isMobile() || $detect->isTablet() ) {
$redirect_url = 'http://www.tagweightloss.com/mobile';
header('Location: ' . $redirect_url ); // Redirect the user
}
}
?>
Thanks for your reply, for most people that doesn’t know about coding, the VC solution is here and it works, for pages, homepage. I ll for your solution to mobile.
Hi,
With Visual composer, you can different block to page and set what can visible to desktop/tablet/mobile.
With the help of Visual composer you can do that, take a look at my website.
I set the slide to show only in Mobile.
The big grid to show only in Tablet/Desktop
See image

The problem is when i choose to have an unique article enabled the Mobile version doesn’t pull new content.
The Google bot find the smallest image file to index, your problem is related with speed, i test your article, have a very low score in Google speed test
You need to install a cache system, Goolge News sitemap, i have many website indexed in Google News, and its important to speed up your website.
I have the same problem, i deactivate the Related articles widget, and every widget that Google news pull the wrong image with, delete the cache if you have any, go to Google Webmaster, re-Send the Google News Sitemap link, you need to have one. if everything goes well, active again the widgets.
Like the way you list your posts in front page, and for the social share button in the list, what block/module are you using in frontpage ?
I faced the same problem, try to disable lazy image load
Nice work, i think building more blocks can get Newspaper6 to next level of PERFECT, id like to hire someone do some blocks design, but who, someone familiar with wp and newspaper6, may be creating more block design as Addons can help the community.
Hi, thanks for your reply, i ended up with this result http://wtbuzz.com i need the menu to be align left and the logo still in the center, any solution for this please.
Thanks for your replay, i am trying to add a newsletter form, it can work by shorcode ! and i want also add latest stories with “module 4” How i can do that, or how i can create a widget placement with php code in the template, i am familiar with Drupal, its easy to do it ! but with wordpress, i have no idea ! can you guide me please, i am trying to launch something similar to upworthy viralnova, in the end of article you may find a newsletter form and placement to add advertising or widget ! I can use some plugin like quick adsense to add php code, but i don’t know how to call a widget created by the theme like “Latest stories”.
