-
What do you use AI for...
What do you use AI for? Made with InVideo AI - thoughts? https://youtu.be/wx-b6UBufN4?si=lezEd02BpXSJvstF The logo at the end is also by Gemini AI. What do you use AI for? Hopefully not web design. https://WebProNexus.com
-
RobertS started following Security Headers , You spoke. We listened. Is this better? , Have I really been here since 2014? Where has time gone (and where is everyone?) and 5 others
-
You spoke. We listened. Is this better?
You spoke. We listened. Is this better? https://www.thewebnexus.com/join We're still dialing in the pricing plans of our join page. Tried 3 tiers. was confusing, so we're back to 2 tiers - free and paid, and paid is oh so much better than free. My question is - is the value clear and enough to garner a paid plan over a free one? Our directory by the numbers as of 9/6/2025: Live Jan 2025 8 premium members (5 paid) 120 free members Traffic last 28 days: Organic 279 (between search and social) Referral 98 I know directories and forums are dead but I'm looking to revive them via a directory and forum for the web design community and their potential referral partners. If you see the value, here is a coupon code for 1/2 off - TWG-SB-DF-50 Thank you for your time. https://www.thewebnexus.com/join
-
fisicx reacted to a post in a topic:
Kindly review - what's missing? (I understand the links are nofollow)
-
Kindly review - what's missing? (I understand the links are nofollow)
There is actually. Under manage account. Close account. For the categories. I'll look into this more. Thank you for the feedback.
-
RobertS reacted to a post in a topic:
Kindly review - what's missing? (I understand the links are nofollow)
-
Kindly review - what's missing? (I understand the links are nofollow)
The directory is less about non web designers finding web designers and more about web designers finding referral partners (seo, social media, VA etc.). It's more about link building. So why a dentist sees value enough to sign up for a a free account here I don't know. The site is still new (less than 6 months old) so still working on promotion. Question - is it worth building social media accounts and local maps listing for a national / international directory?
-
Have I really been here since 2014? Where has time gone (and where is everyone?)
I'm back - with a new project.... https://www.thewebnexus.com/ https://www.thewebsiteguy.biz/
-
Value of nofollow v dofollow links on directory and forums
Why Industry-Specific Directories Matter More Than Just Local Listings By The Website Guy โ Lino Lakes, MN Discuss....
-
Kindly review - what's missing? (I understand the links are nofollow)
Please give your thoughts on my new directory and forum and let me know if pricing is fair for the value - considering it's still new. https://www.thewebnexus.com/ Small Business Directory & Forum for the Marketing & Web Design Community Your One-Stop Hub for a Marketing & Website Design Community & Referral Partner Connections
-
New b2b directory and forum - ok to post link here?
Wrote a blog post about the value of do follow links on niche directories and forums. Let me know if not ok to post here: https://www.thewebnexus.com/blog/why-industry-specific-directories-matter-more-than-just-local-listings-by-the-website-guy-โ-lino-lakes-mn
-
bulletproof contact form for static website
JotForm?
-
Sitemap.xml & GWT
Has anyone had troubles getting a sitemap.xml to be accepted by Google Webmaster Tools when it is accepted by Bing Webmaster Tools? In Google, it shows an "unkown error" "could not be read". But when submitted to sitemap.xml validators, all is good. I've also asked my host and they are not seeing any issues. Currently only the home page of my site is indexed so at least there is that but, kinda discerning. Note, I am NOT using WordPress and all other sites I build using the same software is accepted fine. Thoughts? Is this a big deal? PM for url if you wish.
-
-
-
-
-
SEO & WordPress
Sites built without a web-based cms to log into.
-
RobertS changed their profile photo
-
SEO & WordPress
Why is it impossible for some "agencies" to do "SEO" for a website that is NOT WordPress and / or a website that they don't control? Did I already ask this before? Still SMH.
-
-
I need something like a Keywords meta tag (but the opposite)
I know this should probably go in the SEO column but let's have it here to see what pops. I need to know if there is something the opposite of a keyword meta tag? A metatag of keywords I DON"T want to be found under via organic search results. I know Google has a way to implement negative keywords for paid advertising, but I need something for organic search results. Or is there a way to do this via Google Webmaster Tools? I've already called Google and the paid ads guy did not know. Anyone? Anyone? Thoughts? Thank you in advance. Rob
-
Security Headers
What security headers work with a non-wordpress website hosted with GoDaddy on Linux? I tried the below and got an error. Thoughts? #Security Headers Linux <IfModule mod_headers.c> Header set X-XSS-Protection "1; mode=block" Header always append X-Frame-Options SAMEORIGIN Header set X-Content-Type-Options nosniff Header set Content-Security-Policy "default-src 'self'" </IfModule> Rob
-
Security Headers
I'm researching security headers and made some notes, and wanted to confirm I have it down right. Basically I am wanting to make sure I have the text right as well as implementing each via htaccess as opposed to a meta tag? Am I missing anything massive? I am running a static website (html / css / javascript w/o a web-based cms like WordPress). Thoughts? Particularly etags and the last entry about leaked php version? eTags ETag: If-None-Match: "33a64df551425fcc55e4d42a148795d9f25f89d4" Security Headers - CSP: Frame-ancesetors Header always append X-Frame-Options SAMEORIGIN via htaccess or Content-Security-Policy: frame-ancestors 'none'; Content-Security-Policy: frame-ancestors 'self' https://www.example.org; Security Headers โ X-Content-Type: nosniff Header set X-Content-Type-Options nosniff via htaccess Strict-Transport-Security HSTS Strict-Transport-Security: max-age=63072000; includeSubDomains; preload CPS Content Security Policy Header set Content-Security-Policy โscript-src 'none';โ via htaccess (preferred) or Content-Security-Policy: script-src 'self'; img-src โselfโ; via htaccess (allows images and js) Or <meta http-equiv="Content-Security-Policy" content="script-src 'none';"> Leaked PHP version ?