Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
tomawebdev
tagDiv Member

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:

https://search.google.com/structured-data/testing-tool#url=http%3A%2F%2Fwww.20minutes.fr%2Fmedias%2F1871695-20160623-brexit-presse-britannique-prend-position-avant-coup-envoi-referendum

(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

tomawebdev
tagDiv Member

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,

tomawebdev
tagDiv Member

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.

tomawebdev
tagDiv Member

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.

tomawebdev
tagDiv Member

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
    }
}
?>
tomawebdev
tagDiv Member

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.

tomawebdev
tagDiv Member

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.

http://www.tagweightloss.com/

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.

tomawebdev
tagDiv Member

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

https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.techienews.co.uk%2F9740327%2Flyme-disease-concern-canadians-likely-to-get-false-positives-from-some-us-labs%2F&tab=desktop

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.

tomawebdev
tagDiv Member

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.

tomawebdev
tagDiv Member

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 ?

tomawebdev
tagDiv Member

I faced the same problem, try to disable lazy image load

tomawebdev
tagDiv Member

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.

tomawebdev
tagDiv Member

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.

tomawebdev
tagDiv Member

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”.

Viewing 15 posts - 1 through 15 (of 15 total)