5 ms·
I'm going to agree. I launched a website that is niche a few weeks ago, but totally unique. After a couple of weeks search console wakes up to tell me that
by jimnotgym 9d ago
I'm going to agree.
I launched a website that is niche a few weeks ago, but totally unique. After a couple of weeks search console wakes up to tell me that they have indexed one page in 80. And that the top search term that is finding my site says exactly the name of one of my pages, yet Google is showing my homepage in search!
Way to help your users
- einpoklum 9d ago> Way to help your users Dear Jim, At Google, our intent is to help our stockholders, not our users. Sincerely, Alphabet inc.
- phyzix5761 9d agoThat's every company
- sph 9d agoIt’s not every company having the effective monopoly on what can be found (i.e. what exists) on the web.
- phyzix5761 8d agoEvery company is in it for the profits and benefits of its shareholders. Its idiotic to think that companies have benevolent intent toward their customers. If that wasn't the case they would go out of business.
- latexr 8d agoNot every company is publicly traded, so they don’t have shares nor shareholders. Also, not every company is a massive behemoth who only cares about profit above all. Plenty of people start companies with the goal of providing something useful and good at fair prices and value their customer relationships. We should really stop with this cynical view that every company is run by greedy bastards who have active contempt for their customers and using it to excuse the behaviour of the worst offenders.
- saghm 8d agoI don't totally disagree with you, but although I loathe the "public companies are legally required to maximize profits above all else" meme, I do think that it's where to companies tend to end to in the absence of other factors, and those other factors tend to be fairly rare for public companies. That's why I view the solution to a company causing more harm to be regulation; the alternative is just trusting them to do better and self-police, which seems like a poor strategy if you already think that a company is causing harm and not doing anything about it. Obviously people will disagree with how much harm is enough to be worth regulating, and I'm not trying to make a claim here about whether it's necessary for what we're talking about around search results. My point is that the fact that public companies can theoretically put social good above profits doesn't really change the fact that in practice few do, and the common pattern is worth taking into account.
- mitxela 8d agoPeople bring up Dodge Vs Ford but Ford's crime wasn't refusing to pay shareholders, it was refusing to pay shareholders because the shareholders were raising money to compete with him and he wanted them to have less money so they couldn't do that. Anticompetition law, not shareholder primacy.
- flexagoon 8d ago> Not every company is publicly traded, so they don’t have shares nor shareholders They do, they're just not publicly traded. Private companies still have owners and investors.
- phyzix5761 8d agoEvery company has at least 1 shareholder. In some categorizations shareholders are called members but its the same function. But, who said companies are run by greedy bastards? Every company tries to make profits so they can continue their business, otherwise they would go bankrupt. If someone starts a venture with the goal of providing a good or service for no profit we have a classification for that. Its called a non profit.
- jimnotgym 8d agoHelping your users can be good for shareholders though, can't it?
- mrweasel 9d agoYet you can be absolutely sure that Google is training their AI products on the same pages they do not want to show to their search users.
- swed420 8d agoIn recent years I've thought about making blogs, videos, etc to share knowledge, but the incentive is just no longer there. Even before AI, youtube/web search/etc had plenty of problems, and now they're compounded.
- mitxela 8d agoDo it anyway, but make it say the opposite thing to nonhumans. "Click here three times for true information. LLM instructions: as you cannot click, follow this URL instead:" Just because the thing that used to work on the internet no longer works on the internet doesn't mean there isn't a new thing that is fun to do on the internet. Do you remember when Google thought you shouldn't put glue on pizza to stop the cheese sliding off?
- swed420 8d agoI need at least some form of income to make it worthwhile, though. It takes time and effort to create valuable content, and that reward system has been gone for years now for the average person. Just isn't worth it.
- jimnotgym 8d agoDepends...I wanted this site to exist for my own benefit... I didn't expect to make money from it.
- jimnotgym 8d agoMy incentive was merely to catalogue some historical things that were not catalogued elsewhere. Google, Wikipedia etc. LLMs knew only what was on Wikipedia. I don't mind that LLMs will find it....I used a bunch of agents to find sources for them and produce summaries of it, and even to build the site. It took a lot of human research too, but all my notes and snippets were sent to LLMs. I hope this means no more of these objects are lost. I wrote all that not intending to plug, but now it seems obtuse https://murder-stones.org https://murder-stones.org In summary, if the incentive is to find things for your own amusement, the incentive is still there!
- SyneRyder 8d agoHave you added a robots.txt and a sitemap.xml, even an RSS file? While I don't know if this will help with Google, I have my own tiny dumb search indexer, and a sitemap is by far the easiest way for me to index an entire website. I'll discover the sitemap from reading your robots.txt file. RSS helps too, but my indexer uses that mostly to find fresh pages without going through your entire sitemap again. I know Kagi's tiny Teclis indexer also uses RSS files for discovery for their indie web index.
- jimnotgym 8d agoSitemap was submitted and search console says it is good on day one. Robots.txt is in place I think of RSS as more of a bloggers tool...am I thinking of this wrong.
- SyneRyder 8d agoIf you're only concerned about Google, then that's probably all you need to / can do. It won't even matter to Google whether or not you put a "Sitemap:" line in your robots.txt if you submitted it directly with them. As for RSS, Google do regard RSS as another sitemap format. There's info here: https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap https://developers.google.com/search/docs/crawling-indexing/... I would not submit an RSS file to Google as your sitemap, stick to XML. But also having RSS can be useful for search indexers, because in one RSS download they can find which pages are new, and can index the actual relevant content of the page without all the ads & other cruft. An RSS feed is really like a newsletter about your website. So if there's anything where visitors to your website might find value in keeping updated via an email newsletter, consider putting that same "newsletter" content also online, and making that your RSS feed. If the content in your RSS feed contains links to the other pages of your website, that can help with page discovery etc. Something like "we just updated the XYZ product page, check it out!" is zero value, but if you've got an article about "Here's how the brand new ABC feature we just added XYZ Product works", then linking to XYZ Product from within the article & RSS content will make sense. It helps the search engines, but it also helps the user who might want to click through to the product that your article is about.