Question Answering with YouTube Videos Using RAG in LangChain Programming Computer Science by usmanmalik57 … and libraries. ``` !pip install -qU langchain !pip install -qU langchain-community !pip install -qU langchain-openai !pip install -qU youtube-transcript… Re: And so the cookie crumbles... Community Center Geeks' Lounge by Dani … seemed that the entire site moved away from being a community service to a "I am the boss, do as… Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book … good for long run SEO. So why not ask DaniWeb community too? :) What do you guys thing about this? Did i… Re: Hi everyone, I'm johnson644 Community Center Say Hello! by Dani Hello and welcome to our little community. Sorry for my tardiness in welcoming you. Have you spent any time on DaniWeb since posting here? What are your initial thoughts? Slaying Unicorns: How Europe Sabotages Its Own Economic Future Community Center by Johannes C. … is wasted on [non-transparent subsidies](https://www.daniweb.com/community-center/op-ed/541304/with-all-the-hype-around-ai… 'Prepare for the Earliest Possible AGI Deployment Scenario' Community Center by Johannes C. … development, and engagement, the Accelerator aims to support the international community working to understand today’s information environment – i.e. the… Re: 88 Business-Growing Strategies Digital Media Digital Marketing by henrymorgan9522 A growth strategy is an organization's plan for overcoming current and future challenges to realize its goals for expansion. Examples of growth strategy goals include increasing market share and revenue, acquiring assets, and improving the organization's products or services. Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Dani As someone who has been in the SEO industry for over two decades, it doesn't really matter if you use www or non-www. All that is important is that, whichever you choose, you stick to it. That means that all links on the web (social media, etc.) point to the same version of your domain. All internal links on your website point to the same version … Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book I was about to ask next about the `Google Search Console` whether i should make new property with `www` or not. So now i made the new property, should i delete the old one, or just leave it like it is? Google wont get confused on which property should crawl? I will also make a dynamic sitemap that is generated with PHP with the `www` in the … Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Dani Google won’t get confused as long as you implement 301 redirects from non-www to www. The benefit of keeping both search console accounts is you can keep track and see that Google is stopping/slowing down crawling the old one and no longer indexing it. If Google search console is still showing you indexed pages for the non-www property, then … Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book > Google won’t get confused as long as you implement 301 redirects from non-www to www. I have code in `.htaccess` file ` # Redirect non-www to www RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L] ` Is this good enough? I also have another question related to seo. I … Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Dani I don't have personal experience with multilingual websites or non-English websites to be able to advise you on what's best. However, I would advise you that while it's appropriate to use multiple fonts, you want to ensure the entire website has a consistent look and feel, navigational structure, and design language. Otherwise it will be very … Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book Alright, got it! So Google is smart enough to realize that `pametno-indukcisko-resho` and `паметно-индукционо-решо` mean the same in my language. Thank you so much for the help Dani! Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book Just as an update to this thread. I noticed weird link structure getting indexed on google after i created the new property with `www` version. Take a look how my links are getting indexed https://www.kupisi.mk/product/index.php?mainCategory=за-дома&productName=елегантен-кујнски-мијалник-од-нерѓосувачки-челик&product_id=44… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Dani Make sure that every page has the correct link rel=canonical html tag set to tell Google what the one and only URL to the page is. Ensure there are no internal links anywhere in your site that use this wrong version of the URL. Remember, Google is finding this wrong URL somewhere! It’s not making it up :) Ideally, implement 301 redirects… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book > Make sure that every page has the correct link rel=canonical Where should i place this tag ? > Ensure there are no internal links anywhere in your site that use this wrong version of the URL. I ensured and updated the search.php file which was redirecting to `non-www` version, now is fine. > Ideally, implement 301 … Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book I just updated the canonical url structure format into Cyrillic characters. $canonical_product_url = "https://" . $_SERVER['HTTP_HOST'] . "/product/$mainCategory/$productName/$productID"; $product_url = "https://" . $_SERVER['HTTP_HOST'] . "/product/" . urlencode($mainCategory) . "/"… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Dani Is that what you want your preferred URLs to look like? Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Dani You are correctly implementing 301 redirects in an .htaccess file. Ensure that the redirects point to the exact same URL as you have in the canonical. Additionally, ensure that all internal links throughout your site point to that same URL as well. Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by bijutoha I've noticed this: We can locate the solution when I submit my website to GSC. ![www-non-www-bijutoha.png](https://static.daniweb.com/attachments/4/0a9e8f11115e2ecf94e9000eeffef05e.png) Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Dani I guess that’s changed since I submitted my site what I feel like is at least a decade ago. Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by ani03 If you using the permanent redirection then there is No problem, when the user enter your non www version it redirects to www version. As Dani told you have to change your Google Analytics property and google Search Console property from non www to www version. Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by AndyBeohar Changing your website from non-www to www can have benefits for SEO consistency and branding, but the impact may vary depending on your specific circumstances. It's generally considered a good practice for long-term SEO, as it can help standardize your URL structure and improve domain authority. However, it's important to implement proper redirects… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by jofrachalya142 This doesn't matter as much in terms of SEO and as per my experience it ain't a ranking signal, it just help the users to open the website if they search it using "www". Adding on, it just help you in technical aspects. Choosing the Right Framework: Comparing Pros and Cons Programming by riyajohnson70 … a widely used, open-source JavaScript library with a large community of developers. One of React's primary advantages is its… due to its virtual DOM implementation. However, Vue's smaller community compared to React and Angular can make finding support difficult… Hi everyone, I'm jessicaboland Community Center Say Hello! by jessicaboland Hello everyone, I am thrilled to join the DaniWeb community and embark on this exciting journey with all of you. … insightful discussions, sharing knowledge, and building connections within this vibrant community. Let's learn and grow together! If you have any… Re: Choosing the Right Framework: Comparing Pros and Cons Programming by trueframe …, which can increase the speed and efficiency of your development. Community support: Popular frameworks often have large developer communities that provide… Hi everyone, I'm julianamartes Community Center Say Hello! by julianamartes Nice to be a part of this community! ChatGPT ‘Lobotomized’? Performance Crash Sees Users Leaving in Droves Community Center by Johannes C. …-bans-make-chatgpt-dumber/) and [again](https://www.daniweb.com/community-center/op-ed/541218/yes-chatgpt-got-dumb-lazy-but… Hi everyone, I'm johnson644 Community Center Say Hello! by johnson644 Hi all! Hope you are well, I am new in this community.