True, they are dynamically created pages.nim21 wrote: Thank you Xavior, but I do not know how to implement it? Can you guide me through the procedure?
Search found 11 matches
- 09 Nov 2024, 20:57
- Forum: Webmaster
- Topic: Blocking Blogspot Archive Pages From Indexed By Google and Bing
- Replies: 4
- Views: 2538
Re: Blocking Blogspot Archive Pages From Indexed By Google and Bing
- 09 Nov 2024, 19:36
- Forum: Software
- Topic: Delete the Background Image From a Custom WordPress Theme
- Replies: 10
- Views: 314
Re: Delete the Background Image From a Custom WordPress Theme
I am assuming that you’re using the custom theme so the tutorial may not work well for you. However, you can take off the background using CSS on the sections. Just inspect the section, find the background property, and add this: #your-section-id { background-image: none !important; } That should d ...
- 08 Nov 2024, 19:24
- Forum: Webmaster
- Topic: Google Index Which Version Of a Website
- Replies: 5
- Views: 6430
Re: Google Index Which Version Of a Website
Google is strictly following mobile first indexing. Google index and cache the mobile version.Burak Yaman wrote:
Which version of a website is cached by Google?
- 08 Nov 2024, 19:12
- Forum: Webmaster
- Topic: How to Display an Image in Any Width and Height Without Ruining the Image Proportion?
- Replies: 3
- Views: 2126
Re: How to Display an Image in Any Width and Height Without Ruining the Image Proportion?
Hello teros, you should use vector images.
- 08 Nov 2024, 19:02
- Forum: Webmaster
- Topic: Will Bing Rank High the AI Generated Content Better Than User Written Content?
- Replies: 8
- Views: 5917
Re: Will Bing Rank High the AI Generated Content Better Than User Written Content?
Bing has its own generative AI. So, they might not appreciate other websites publishing content generated by AI. Bing will rank UGC over generative AI content.
- 08 Nov 2024, 18:55
- Forum: Webmaster
- Topic: YouTube has been removing my comments automatically for the past month
- Replies: 7
- Views: 2336
Re: YouTube has been removing my comments automatically for the past month
Google algorithm automatically mark comments as spam and deleting them. Nobody knows what criteria they follow.
- 08 Nov 2024, 18:44
- Forum: Webmaster
- Topic: Google Deindex my Blog Post after Submitting the Edited URL in Search Console
- Replies: 4
- Views: 1072
Re: Google Deindex my Blog Post after Submitting the Edited URL in Search Console
Google is acting strange in these days. They set rules and change them after a month. It seems the AI took over their algorithm. May be Google felt you changed content as a way to manipulate the search ranks and punished you. Or, it may be just a bug in their system.
- 08 Nov 2024, 18:39
- Forum: Webmaster
- Topic: Find The Right Web Hosting For My Website
- Replies: 5
- Views: 4924
Re: Find The Right Web Hosting For My Website
You said it is a new website. So, go for a cheap shared hosting. You should not spend too much on hosting for a new website. Always take backup daily and move to better server once your website is popular.Engin wrote: How can I find the best web hosting account for this new dynamic website?
- 08 Nov 2024, 18:34
- Forum: Software
- Topic: Delete the Background Image From a Custom WordPress Theme
- Replies: 10
- Views: 314
Re: Delete the Background Image From a Custom WordPress Theme
That WordPress tutorial was not much helpful. I run a special premium theme on my blog.
- 08 Nov 2024, 18:31
- Forum: Software
- Topic: Delete the Background Image From a Custom WordPress Theme
- Replies: 10
- Views: 314
Re: Delete the Background Image From a Custom WordPress Theme
Welcome to SystoSys Sanal Mohan. You can delete the background image on any WordPress section by editing the CSS file. I can help you, but I should know your level of knowledge in WordPress and CSS. Thank you Alex. I have a basic knowledge in CSS and WordPress, but not an expert. I need ...
- 05 Nov 2024, 22:46
- Forum: Software
- Topic: Delete the Background Image From a Custom WordPress Theme
- Replies: 10
- Views: 314
Delete the Background Image From a Custom WordPress Theme
I purchased a custom WordPress theme for my blog and now having a problem. It comes with a background image and appear on many sections of the blog. I want to remove the default background image from two sections only. How can I do it?