Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
type
- Page 1
Re: Android Native - How To Request Notification Permissions
Programming
Mobile Development
1 Day Ago
by Inamullah_1
Great tutorial—thanks for sharing! Just a few quick additions: Starting with Android 13 (API 33), apps must request permission for POST_NOTIFICATIONS at runtime, while older versions allow notifications by default. It’s best to check the Android version before requesting this permission to avoid unnecessary prompts. Also, remember to handle the …
What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
4 Weeks Ago
by Dani
In Google Search Console, I see a giant spike in "Other agent
type
" in crawl stats a few days ago. We don't use Google Ads (haven't for many years), and didn't add any large amount of content recently that I could imagine would constitute Google AdSense crawl. What could this be attributed to?
Re: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by bijutoha
… massive issue and sounds connected to that "Other agent
type
" spike. For a site of your age, my first…
Re: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by bijutoha
… happened on your end, possibly right around that **Other agent
type
** crawl spike. You should thoroughly review your **robots.txt** file…
Re: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by bijutoha
… this same deindexing right after a spike in **Other agent
type
**, it seems more like it could be a Google bug…
Re: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by bijutoha
If you’re not running **Google Ads** or producing a large volume of new content, chances are it’s not **AdsBot** or **something new being discovered**. Unless you're experiencing significant issues with your site, it’s usually nothing to stress over and could simply be background activity from Google. I honestly think sometimes Google's little …
Re: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by Dani
> Unless you're experiencing significant issues with your site Oh, but I **am** experiencing significant issues with my site. I also just noticed that within 72 hours of the spike, 80% of our URLs have been deindexed by Google. This is the first time this has ever happened in our 23 years.
Re: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by Dani
No manual actions or security issues.
Re: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by Dani
Yesterday I ran a Screaming Frog SEO spider crawl of my site as a Googlebot user agent to see if there was some reason that Google was being blocked, and nothing unusual showed up. Google crawl stats in search console don’t indicate anything out of the ordinary such as 4xx or 5xx errors. I posted yesterday in the Google Webmaster Central …
Re: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by Dani
I posted a question over in [Google's webmaster forums](https://support.google.com/webmasters/thread/348804021/all-urls-being-deindexed?hl=en&sjid=2216033765847194048-NC) for some more details. As a status update, the mass deindexing seems to be happening on a large enough scale, across enough sites, that Barry Schwartz [wrote an article about …
Re: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by bijutoha
> I posted a question over in [Google's webmaster forums](https://support.google.com/webmasters/thread/348804021/all-urls-being-deindexed?hl=en&sjid=2216033765847194048-NC) for some more details. As a status update, the mass deindexing seems to be happening on a large enough scale, across enough sites, that Barry Schwartz [wrote an article…
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
2 Weeks Ago
by Biiim
…group-text">Continent</p> <input
type
='text' id='continent'/> </div> </div…group-text">Capital</p> <input
type
='text' id='capital'/> </div> </…
Re: SEO vs AEO – Which is more important for the future of search?
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by pearly_2
… to roofing choices, sustainability, and material performance. For example: “What
type
of roof lasts the longest in a cold climate?” “Is…
Re: Dynamic Properties in PHP 8.2
Programming
Web Development
3 Weeks Ago
by Dani
… user of the app with an object of a generic
type
and dynamically start setting its properties. I meant to only…
Integrating OpenAI Web Search API in LangGraph
Programming
Computer Science
1 Month Ago
by usmanmalik57
…. You need to pass this as a value to the `
type
` key in a Python dictionary. Next, define your LLM and… to the LLM. ```python OPENAI_API_KEY = userdata.get('OPENAI_API_KEY') search_tool = {"
type
": "web_search_preview"} llm_base = ChatOpenAI( model="gpt-4o…
Best Ways to Print a High-Quality Book Cover
Digital Media
UI / UX Design
2 Months Ago
by Zachary_6
… working with a print-on-demand service. The right paper
type
, finish (glossy vs. matte), and resolution can make a huge…
How To Attract Client To Your Blog?
Digital Media
Digital Marketing
2 Months Ago
by blogmanagment
… they use more? (e.g., FB, Instagram, LinkedIn, etc.) What
type
of content do they enjoy more? Once you’ve got…
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
2 Months Ago
by usmanmalik57
… define the `find_sentiment()` function, which accepts the client and model
type
and predicts the sentiment for the 100 filtered tweets. The…
Connecting Dlink Extender to WiFi?
Hardware and Software
Networking
1 Month Ago
by Dylan_21
For connecting dlink extender to wifi, plug the extender in near your router. Connect your device to the extender's WiFi network. Open a browser and
type
dlinkap. local or 192.168.0.50. Follow the setup wizard to connect it to your router's network. You can also use the WPS button on both devices.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
…)) elif command == 'click': pyautogui.click() elif command.startswith('
type
'): _, text = command.split(' ', 1) pyautogui.typewrite(… the mouse**: `move 100 200` - **Click**: `click` - **
Type
text**: `
type
Hello, World!` - **Exit**: `exit` ### Security Considerations - This prototype…
Re: My php is showing wrong results of time difference
Programming
Web Development
1 Month Ago
by Dani
… in and 5:00 for time out, because `<input
type
="time" ...>` only allows the end-user to… mean to say is that you are using `<input
type
="datetime-local">` which makes a lot more…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by Salem
… basic test: At the console prompt on your client machine,
type
`ping 192.168.0.2`
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
… basic test: At the console prompt on your client machine,
type
`ping 192.168.0.2` > > i can ping…
Re: Hi everyone, I'm Hichem_MG
Community Center
Say Hello!
2 Months Ago
by Reverend Jim
Welcome to Daniweb. What
type
of Python projects have you done?
Re: SEO vs AEO – Which is more important for the future of search?
Digital Media
Digital Marketing
Search Engine Strategies
1 Month Ago
by Dani
It has to do with the
type
of website that is trying to gain traffic. However, for …
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Month Ago
by Reverend Jim
… on my resources. Search queries show you results as you
type
, and you can create complex search terms with logical operators…
Re: How to Find Best Keywords to increase the Website traffic?
Digital Media
Digital Marketing
Search Engine Strategies
1 Month Ago
by Sneha_21
… ideal visitors are searching for. Use tools like: Google Autocomplete –
Type
related phrases into Google and observe the suggestions. People Also…
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
2 Months Ago
by Pelorus_1
Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever.
Re: Best Ways to Print a High-Quality Book Cover
Digital Media
UI / UX Design
2 Months Ago
by rproffitt
"Never judge a book by its cover." - Unknown. And book sales are way way down. But here's the book I recently bought. It's title is: ***"The Subtle Art of Resistance: Lessons from Cats for Surviving Fascism"*** which is the problem of today. PDFs and E-books are where it's at.
Re: How To Attract Client To Your Blog?
Digital Media
Digital Marketing
1 Month Ago
by asadalig
There are some ways to attract client your blog's which include: 1. Solve the problem of end-user. 2. The content should be like which speak directly to their needs, problem and goals. 3. The content must be consistent, authentic and user-friendly.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC