11,530 Posted Topics
According to [this page](https://developers.google.com/search/docs/crawling-indexing/qualify-outbound-links) we switched links within our forum posts from using `rel="nofollow"` to `rel="ugc"`. However, Do you think that it makes sense to use `rel="nofollow,ugc"`, or is the *nofollow* part already implied? Does anyone have any anecdotal evidence as to whether they've noticed a real world difference between … | |
Re: Your website seems to be responsive. What isn't working? | |
Re: > I can't divine what the app in question is intended to do It seems obvious to me they are looking for a .net solution to working with an OAuth-based API. My guess is that they have a .net app that they are trying to add OAuth to with no … | |
Re: Unlike Facebook and Twitter, I don't believe Instagram currently has an existing widget that you can copy-and-paste. However, you have two options 1. Follow [this official tutorial](https://developers.facebook.com/docs/instagram/embed-button#embed-button) to embed an Instagram pic into your website 2. Here is the code to create a regular HTML link that can land on … | |
Re: I guess I'm confused by your question, as Google Analytics is a free platform you can get started with over at https://marketingplatform.google.com/about/analytics/ Do you need help configuring it? I'm confused because your profile says that you're an experienced publisher in the digital marketing industry. | |
I admit I’m a bit stuck in the past when it comes to this. Does anyone know of any decent FREE Quantcast / Compete.com / Nielsen NetRatings alternatives? Don’t tell me Alexa :) | |
Re: I am an active Facebook user. Facebook Messenger is my primary means of communicating with friends. Facebook Ads tend to perform much better for me when promoting DaniPad, my coworking space, over Google Ads. (Conversely, Google Ads perform better than Facebook Ads when promoting DaniWeb.) DaniPad's Facebook business profile is … | |
Re: Hello there and welcome to DaniWeb! Thanks for joining. I look forward to seeing your posts! | |
Re: * https://www.daniweb.com/digital-media/digital-marketing/search-engine-strategies/threads/388147/cloaking * https://www.daniweb.com/digital-media/digital-marketing/search-engine-strategies/threads/519305/what-is-clocking-in-seo * https://www.daniweb.com/digital-media/digital-marketing/search-engine-strategies/threads/440680/what-is-cloaking-seo | |
Re: What is the nature of the site? Eg is it eCommerce with a blog tacked on? Is the entire thing a content site? What does the navigational structure look like? There isn’t a one size fits all answer. | |
Re: Thanks for reporting this. It’s a bug introduced yesterday when converting actionable <a> tags to <button> tags. I’m still in bed after a late night (coding said change) and I’ll fix it as soon as I make my way to my home office. | |
Re: Myself, along with everyone else I know, uses Postman. | |
Re: > That link. Does it take me in circles? Rproffitt is referring to the link you posted just pointing to this very page. I had actually never heard of the words intension and extension of a database. However, from what I could tell from a Google search, the intension is … | |
Re: Are you asking questions or posting responses there? I suspect they have some sophisticated algorithm in place to bring quality/popular content to the top and push down unpopular content that doesn't tend to attract a lot of upvotes. | |
Re: SEO agencies are a dime a dozen nowadays. It's nearly impossible to rank in Google for "seo agency" or any such keywords. Therefore, agencies target local markets (such as "[city name] seo agency") because, presumably, there are only a couple of other seo companies in the same geographic area, and … | |
Re: Your answer is super broad ... it's basically what EVERYONE wants to know ... How can I rank for my keywords on Google? On page SEO is just as important as off page. Lots of backlinks using all different types of anchor text. Anchor text and words surrounding the backlink … | |
Re: Umm ... what about it would you like to know? It's obviously a very broad topic and the way you use it is very much geared towards each individual use case. | |
Re: May I point out that I hate prepared statements :) But yeah, you have `WHERE id=id` and what that does is check if the contents of the id field of row X are equal to the contents of the id field of row X, which is going to be true … | |
Re: PHP is a backend web development language that generates HTML. HTML is the markup language that gets interpreted by web browsers. When you say "floating text" I assume you are referring to text visible in a web browser, is that correct? Also, I'm unsure what you mean by "floating text"? … | |
Re: Sorry, I don't know C++, but can you explain what isn't working with the code you have. Is the solve() function supposed to be removing the whitespace? According to [this StackOverflow question](https://stackoverflow.com/questions/83439/remove-spaces-from-stdstring-in-c) the solution is `str.erase(remove_if(str.begin(), str.end(), isspace), str.end());` You could also try using regex as so: `str = regex_replace(str,regex("\\s"),"");` … | |
Re: Any experience with Ahrefs or Moz? You have to pay for Moz but I believe it's the best out there. | |
Re: Here's a random article I stumbled upon after a Google search: https://www.c-sharpcorner.com/article/how-to-create-login-page-in-asp-net-web-application-using-c-sharp-and-sql-server/ If you do a google search for ["asp.net login system"](https://www.google.com/search?q=asp.net+login+system&rlz=1C5CHFA_enUS979US979&oq=asp.net+login+system&aqs=chrome..69i57j0i22i30l3.4403j0j7&sourceid=chrome&ie=UTF-8) there seem to be a handful of options available. | |
Re: Stop using inline CSS. I would also stop with the animation where the article title swooshes in when you load a page. These can all have negative on-page SEO consequences. As far as on-page keyword research, write for humans, not bots. | |
Re: I think the only way that Doordash would be able to send a cease and desist order is if the clone app is strictly violating one of their patents, and even then, Doordash would have to prove it in court. However, in general, I'm not a fan of clone apps … | |
Re: [This webpage](https://thispointer.com/sort-an-array-in-descending-order-in-c/) shows you how to sort a C++ array with a handful of different methods: * Using STL's std::sort() * Using a bubble sort * Using an insertion sort * Using a selection sort * Using a merge sort * Using a quick sort I recommend you pick the … | |
Re: If you look at this block here: for (let i = 0; i < data.length; i++) { if (data[i].username === username && data[i].password === password) { alert("good"); break; } else { alert("not this!!!!") } } Is that the code block you are referring to? You can see that we are … | |
Re: * The same prices as in store or restaurant (paying extra for delivery fees is fine) * The ability to pick suitable replacements if out of stock or unavailable * Following instructions (sauce on side, allergic to ingredients, etc.) * Food still hot when it arrives | |
Re: I'm not really a book person. I learned Redis just by reading the official documentation, *doing*, and lots and lots of *experimenting* and discovering. Redis-based Github repos are really good places to learn different real world applications. I think certain technologies just don't translate well to being completely explained in … | |
Re: When people started suing for breach of privacy and they agreed to blur anyone or anything identifiable. | |
Re: I don’t think there ever will be “absolute truth” so long as humans each evaluate their experiences from their own perspectives and their own senses. I, for example, was born with no sense of smell or taste. I can tell you without question that it’s indeed true that the chocolate … | |
Re: Oh no! I’m so sorry to hear that. Does the computer not even POST anymore? Can you get it to detect the hardware and/or boot into the BIOS? It seems a bit odd to me that the USB ports would have power but the CPU would not? Alas, I’m not … | |
Re: I don’t understand your question. Can you write a detailed explanation of your question? Then I can give you a detailed answer. | |
| |
Re: You most likely will also need some type of database such as MySQL in which to store data, be that lists of all the movies or user login information. So learning a querying language like SQL is going to be necessary as well. In terms of overall technologies, you will … | |
| |
Re: > Are you spending your time making the best product you can or are you yet another reseller of plastic? Rproffitt, he specified he’s an affiliate marketer. That means he doesn’t produce any product. He resells products sold by another company. You also mention that he should have a mobile … | |
Re: So what are your seven tips? | |
Re: I wish I knew how to automate LinkedIn for growth hacking. Recommendations? | |
Re: I have no django experience but it looks like if you go to [this page](https://docs.djangoproject.com/en/4.1/topics/auth/default/) there's a section about how to set permissions to users and user groups. | |
Re: You typically either write in PHP *or* in a backend javascript library (node.js), but not both. PHP is considered a little more archaic nowadays, but many open source social platforms happen to be written in it. An example of a powerful, open-source Javascript-based social platform is [Discourse](https://www.discourse.org). Of course no … | |
Re: Depends what you want to rank for, I suppose. | |
Re: Coincidentally, I just posted about doing this exact thing [here](https://www.daniweb.com/digital-media/digital-marketing/threads/537280/hi-everyone-im-new-to-cpa). Unfortunately, as I posted over there, my recommendations are exactly what you are saying ... write a blog, post on social, etc. I don't really know if any dramatic shortcuts in that area. | |
Re: I think that guest blog posting will become an inefficient backlink strategy once the Helpful Content algorithm update goes live this week. | |
Re: This is not what Google Drive was designed for and it is not recommended. Instead, you should be hosting images through a CDN. I recommend Cloudflare, as it’s what DaniWeb uses, and they have a free option. It can take some initial configuring to get your server onto Cloudflare, but … | |
Re: Hello and welcome to DaniWeb! I really wish I could help you, but, while I have a lot of PHP experience, I don't have any experience with Laravel or its templating system. Does the code you have not work? Is it giving you any errors? I can try to help … | |
Re: What is in figures 2 and 3? What is truth table 3a? What do inputs A0, A1, etc. look like? You’re only showing us 10% of the question being asked. | |
Re: I will disagree with rproffitt. Among all the social networks, LinkedIn is the best in terms of generating leads, because you're fostering a professional relationship with people there one-on-one. Beef up you LinkedIn CV with your skill set, encourage your coworkers (both past and present) to review you. Post to … |
The End.