Posts

Showing posts with the label Tips and Tricks

solutions for structured data error missing publisher name

Image
It took long time to get a solution for publisher error  name error in google structured data . Do the following changes in your custom blogger template. CTRL+F → class='post-timestamp' You may find this keyword in 2 places. Do the following change in both the places. Existing markup: To be commented <span class='post-timestamp'> Proposed markup: To be pasted <div itemprop='publisher' itemscope='itemscope' itemtype='https://schema.org/Organization'> <div itemprop='logo' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta content='http://www.techprozetta.com' itemprop='url'/> <meta content='600' itemprop='width'/> <meta content='60' itemprop='height'/> </div> <meta content='TechProZetta' itemprop='name'/> </div> <span class='post-timestamp'>

How to find out if your's or your partner phone is in tracked

Image
Situations are worst in these days, simply tracking a phone is quite easy, so here is some tips to find that your phone is tracked or not. Even it might be android or iphone. Type one of these codes, for iphone: *3001#12345#*.And for Android *#*#4636#*#* or *#*#197328640#*#*. Go to UMTS cell environment, then UMTS RR info, & write down cell ID number. Now select MM info from main menu & note LAC serving PLMN tab. Using these numbers & opencellid.org website you can trace if your phone is connected to a suspicious station. 

How to remove author footer credits from blogger template

Image
Are you facing problem to remove author credentials. Here is 100% working  Solution  with me. This solution will help you to save money for bloggers. Even tough premium templates are less cost you can also try this. Even you may try to remove several times and may spent somany hours  on it. Go to HTML edit in templates. You might find below kind of link. Now just change style='visibility:hidden' Thats it you all done.. But there is another kind of case also after id they may not put style tag, in that case you need to add style tag and make it hidden.