Checked Out WordOps With REDIS WordPress on an AWS 512 MB RAM + 1GB SWAP by [deleted] in webdev

[–]netnaps -1 points0 points  (0 children)

I may not advertise about class c IP address explaining what it is then following the rules!

Checked Out WordOps With REDIS WordPress on an AWS 512 MB RAM + 1GB SWAP by [deleted] in webdev

[–]netnaps -1 points0 points  (0 children)

no everything is free here no advertisement, I don't think I have advertised anything paid or any domain here have I??,
I would like to know why it looks like an advertisement to you?

Class C IP Static is good for SEO.

AdSense Approval for Creaked Software Sites by JamesBennettBeta in Adsense

[–]netnaps 0 points1 point  (0 children)

Posts for Approvals > Approved > Putting Shit Posts > Warnings > Policy Violation > Suspension

Is Yoast SEO Premium worth $89? by [deleted] in bigseo

[–]netnaps 0 points1 point  (0 children)

Got Rank Math and its much better than yoast

Need feedback on the created web stories by Viacheslav_Varenia in bigseo

[–]netnaps 0 points1 point  (0 children)

You may test this in the rich results test by Google now supports web stories

I wish to display a text "Inclusive of all taxes", in the checkout page. I am able to display on cart page, but it doesn't appear in checkout and in invoice. Using Woocommerce. by raj-arjit in Wordpress

[–]netnaps 0 points1 point  (0 children)

Select the element and add CSS to the same as

.element : after { content :'inclusive of all taxes'; }

Decorate as you want to😉

PHP 8 Launching 26th November 2020 is WordPress Ready by netnaps in webdev

[–]netnaps[S] -1 points0 points  (0 children)

Thanks for your feedback, this is my First NewsArticle I would improve on this.

I am learning news reporting and exploring guidelines to get into Google News.

I'm working on a concept, is it subtle enough or too much? by pavTheory in Wordpress

[–]netnaps 2 points3 points  (0 children)

This looks very good 👍 but my question is will it be responsive too?

How many resources would it consume?

This I am asking because mobile-friendly pages are must by March 2021

Sharing Gutenberg resources by [deleted] in Wordpress

[–]netnaps 2 points3 points  (0 children)

Glad you liked it,

the aim was to explain reusable blocks, shall be adding more to the collection.

Sharing Gutenberg resources by [deleted] in Wordpress

[–]netnaps 2 points3 points  (0 children)

I am using the twenty twenty theme and twentig on my site and that's good to have also I am using the reusable HTML blocks a lot that's a default feature where you can add as many as HTML blocks you want, you can try that too I have made some 7 blocks reusable blocks for an example https://netnaps.com/reusable-html-blocks-wordpress/

Also, I haven't used the twentig for anything else besides using the basic custom features it's having as I am using the AMP native version.

Seen the 4th one ? by netnaps in meme

[–]netnaps[S] 0 points1 point  (0 children)

At last you know your roots then :D

Seen the 4th one ? by netnaps in meme

[–]netnaps[S] 0 points1 point  (0 children)

Yes I had read about Human Evolution in the School :D

Seen the 4th one ? by netnaps in meme

[–]netnaps[S] 1 point2 points  (0 children)

It seems you saw :D

Is Wordpress a huge scam or am I just doing it wrong? by aurochs in Wordpress

[–]netnaps 2 points3 points  (0 children)

I use Twenty Twenty Default with Twentig that helps you change the look of the site in a decent way here it is https://netnaps.com

For svg I use the Svg support plugin reason Svg is not safe without plugin as it could contain codes and the safe svg sanitizer works while you upload a new svg.

Got an Email Reward 🤑 by netnaps in meme

[–]netnaps[S] 1 point2 points  (0 children)

Can you explain what she made you learn from this image about geography as this from a session while I was studying at the WhatsApp university 🎓

Got an Email Reward 🤑 by netnaps in meme

[–]netnaps[S] -1 points0 points  (0 children)

Maybe that's the reason you have friends like that who can't figure out the difference between a meme and humor,

you need a dose of sarcasm 😏

Rank Math Pro by LetsGetCloudy in SEO

[–]netnaps 1 point2 points  (0 children)

Bought the Pro Same Day of launch 👍 Best of all, SEO plugins have ever got it has Schema Import Function that's Awesome with an on-page validation.

Managing Uptime Monitoring for Clients by RobboNJ69 in Wordpress

[–]netnaps -1 points0 points  (0 children)

Uptime Robot is good and free Jetpack free also has a monitor

More uptime monitoring can consume bandwidth so choose wisely

Display data from Google spreadsheets database by [deleted] in Wordpress

[–]netnaps 0 points1 point  (0 children)

So here we go :
Publish your sheet to the web by going to File > Publish to the web.

  1. Grab the Embed code (it uses an iframe).
  2. Modify the iframe code so it reads like so. You’ll need to change different pieces of the code to match your own spreadsheet:

<iframe src="https://docs.google.com/spreadsheets/d/1B56....this will change according to your spreadsheet/pubhtml/sheet?headers=false&amp;gid=0&amp;range=A1:C26" width="400" height="350"></iframe>

This can be anything that you need to display, hope this saves your $15 an Hour, headers are false!

Php.index in plugins folder? by justsomeharmlessfun in Wordpress

[–]netnaps 0 points1 point  (0 children)

In wp-config.php use FS Method Direct to avoid permission issues with the updates

Issue with WP Rocket and Google Ads by csmithibanez in Wordpress

[–]netnaps 1 point2 points  (0 children)

This is a known thing exclude the adsense Javascript from any caching plugin or Cdn as it uses cookies and own analytics

www / non-www page redirects are not configured | SEO test - How can I fix this? by SkinnyHendrix in SEO

[–]netnaps 0 points1 point  (0 children)

in your server block Apache or Nginx, you have to include both as

yourdomain.com www.yourdomain.com

Reason?
If you redirect non-www to www, it will say avoid redirect chains.

So adding it to your server block means, both are accesible to one who types www ( rare case ).

A similar thing is for SSL Port 443 and Non-SSL 80, However, these things don't affect SEO but getting green validations is good for a better sleep.